jtablesaw / tablesaw

Java dataframe and visualization library
https://jtablesaw.github.io/tablesaw/
Apache License 2.0
3.53k stars 641 forks source link

Build fails on Mac with Apple Silicon #1208

Open perNyfelt opened 1 year ago

perNyfelt commented 1 year ago

The SmileConverterTest fails when building tablesaw-core on a Mac with an M2 chip.

[ERROR] Errors: [ERROR] SmileConverterTest.regression:53 » UnsatisfiedLink Platform "macosx-arm64" not supported by class org.bytedeco.mkl.global.mkl_rt

This issue has been fixed in Javacv (https://github.com/bytedeco/javacv/issues/1696) but javacv is only a transitive dependency from com.github.haifengl:smile-mkl:jar:2.6.0:test which refers to javacv 1.5.4 (latest is 1.5.8 which should have the fix).