During test phase (nd4j-native module) for ppc64le with cpu backend all test failed and in the logs we can see following message:
Caused by: java.lang.UnsatisfiedLinkError: /home/jenkins/.javacpp/cache/openblas-0.2.20-1.4.1-linux-ppc64le.jar/org/bytedeco/javacpp/linux-ppc64le/libjniopenblas.so: libgfortran.so.3: cannot open shared object file: No such file or directory
at org.nd4j.finitedifferences.TwoPointApproximationTest.setUp(TwoPointApproximationTest.java:20)
More details in pastebin: https://pastebin.com/ufb4JZsc
I've fixed this upstream in commit https://github.com/bytedeco/javacpp-presets/commit/18b53b30be9dff6a9eac36370c2fc32b5aab7eba,
so will be fixed here when pull #5404 gets merged. Thanks for reporting!
Thanks a lot @saudet
Issue is resolved afaik
This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.