Deeplearning4j: libgfortran.so - no such file or directory - ppc64le

Created on 3 Jun 2018  路  4Comments  路  Source: eclipse/deeplearning4j

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

Bug

All 4 comments

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.

Was this page helpful?
0 / 5 - 0 ratings