-
Notifications
You must be signed in to change notification settings - Fork 16
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
blosc support broken after install on macos12 #25
Comments
@avweigel said today that this may still be an issue. Based on this output,
We should add |
Another issue here is that JNA needs to be updated to version 5 since JNA needs to load a JNI library. |
Adding % git diff
diff --git a/pom.xml b/pom.xml
index 00f38e4..f2dc8c6 100644
--- a/pom.xml
+++ b/pom.xml
@@ -115,6 +115,7 @@
<jacoco-maven-plugin.version>0.8.6</jacoco-maven-plugin.version>
<cisd.jhdf5.version>19.04.0</cisd.jhdf5.version>
+ <jna.version>5.11.0</jna.version>
<n5.version>2.4.0</n5.version>
<n5-imglib2.version>3.5.1</n5-imglib2.version>
<n5-hdf5.version>1.4.2-SNAPSHOT</n5-hdf5.version> |
Exception excerpt without changing `jna.version` to `5.11.0`. Expand for full stack trace:
|
Once we update
|
Upon doing so, the image opens properly.
There is an extra |
@avweigel observed this issue was fixed after adding an appropriate jna.library.path to the run scripts
We may need to add this to the install script for new macos versions.
see also
glencoesoftware/bioformats2raw#101 (comment)
The text was updated successfully, but these errors were encountered: