-
Notifications
You must be signed in to change notification settings - Fork 35
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
No suitable HDF5 native library for Mac M1 chip #135
Comments
i spoke with @mkitti |
Yes, that's the problem. |
We will have to build JHDF5 ourselves, and then figure out how to distribute it. I have the build instructions from Bern Rinn. I'm working on the problem from the plugin perspective. https://sissource.ethz.ch/sispub/jhdf5/-/tree/master/libs/native/jhdf5 I have M1 hardware on order, but maybe I'll build it on Marwan's machine in the meantime. |
@mzouink and I worked on this, and we now have a build for Mac OS X M1 (aarch64) at @ctrueden I'm not sure if there is a clean way to update Maven with this JAR. Perhaps I should combine this with my efforts to deliver alternative native binaries? |
We could either:
I don't have a strong opinion. I think (2) is most correct, but would be more work, whereas (3) would be simplest but require anyone with an M1 mac to explicitly depend on the aarch64 architecture JAR. (1) would keep things simple for users but result in an increasingly bloated JHDF5 JAR file. |
Perhaps we should move the discussion over to JaneliaSciComp/jhdf5#3 since there is not much to do here from the perspective of bigdataviewer-core. |
Bigdataviewer is not working in my Mac M1 chip, jhdf5 can't find the native library for my chip.
The text was updated successfully, but these errors were encountered: