Peter
11/05/2021, 1:52 PMIlya Muradyan
11/05/2021, 2:01 PMaltavir
11/05/2021, 2:03 PMPeter
11/05/2021, 2:21 PMaltavir
11/05/2021, 2:53 PMPavel Gorgulov
11/05/2021, 4:25 PMzaleslaw
11/12/2021, 12:08 PMCarter
11/20/2021, 7:20 PMimplementation("org.bytedeco:javacv-platform:1.5.7-SNAPSHOT")
implementation("org.bytedeco:javacv:1.5.7-SNAPSHOT")
implementation("org.bytedeco:javacpp:1.5.7-SNAPSHOT")
implementation("org.bytedeco:hdf5-platform:1.5.7-SNAPSHOT")
implementation("org.bytedeco:hdf5:1.5.7-SNAPSHOT")
But when I run the application I get a runtime crash.
int org.bytedeco.openblas.global.openblas.LAPACKE_dgesdd(int, byte, int, int, java.nio.DoubleBuffer, int, java.nio.DoubleBuffer, java.nio.DoubleBuffer, int, java.nio.DoubleBuffer, int)’
java.lang.UnsatisfiedLinkError: 'int org.bytedeco.openblas.global.openblas.LAPACKE_dgesdd(int, byte, int, int, java.nio.DoubleBuffer, int, java.nio.DoubleBuffer, java.nio.DoubleBuffer, int, java.nio.DoubleBuffer, int)'
at org.bytedeco.openblas.global.openblas.LAPACKE_dgesdd(Native Method)
at smile.math.blas.openblas.OpenBLAS.gesdd(OpenBLAS.java:689)
at smile.math.matrix.Matrix.svd(Matrix.java:1573)
at smile.projection.PCA.fit(PCA.java:150)
I’m not sure if trying to force the dependencies will work, whether I’m missing something crucial (e.g. environment variable or another dependency), or whether there’s a bug in the snapshot build of the libraries that I should report.
Any insights would really help 🙂.Peter
11/21/2021, 10:44 AMaltavir
11/21/2021, 10:57 AMPeter
11/21/2021, 11:12 AMaltavir
11/21/2021, 11:37 AMCarter
11/21/2021, 11:45 AMРолан
02/07/2022, 9:34 AM