bytedeco / javacpp-presets

The missing Java distribution of native C++ libraries
Other
2.68k stars 744 forks source link

arpack-ng-platform adds macosx-arm64 support #1495

Closed haifengl closed 7 months ago

haifengl commented 7 months ago

Can you please add macosx-arm64 support to arpack-ng-platform? This package is often used along with LAPACK and javacpp-openblas already supports macosx-arm64 for a while. Thanks!

saudet commented 7 months ago

Duplicate of https://github.com/bytedeco/javacpp-presets/issues/1069

haifengl commented 7 months ago

Thanks. I am aware of #1069. But when I try the snapshot "org.bytedeco" % "arpack-ng" % "3.9.1-1.5.11-SNAPSHOT" classifier "macosx-arm64", I get this error

https://oss.sonatype.org/content/repositories/snapshots/org/bytedeco/arpack-ng/3.9.1-1.5.11-SNAPSHOT/arpack-ng-3.9.1-1.5.11-SNAPSHOT-macosx-arm64.jar: not found: https://oss.sonatype.org/content/repositories/snapshots/org/bytedeco/arpack-ng/3.9.1-1.5.11-SNAPSHOT/arpack-ng-3.9.1-1.5.11-SNAPSHOT-macosx-arm64.jar
saudet commented 7 months ago

That's right, it doesn't exist. Someone needs to work on it

saudet commented 4 days ago

I've added macosx-arm64 to the builds for ARPACK-NG. Please give it a try with the snapshots: http://bytedeco.org/builds/

haifengl commented 3 days ago

Thanks a lot! Will try.