-
Notifications
You must be signed in to change notification settings - Fork 0
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
Deploying a new JHDF5 jar to maven #3
Comments
Hi @mkitti! I've just tried your latest fat JAR which @tpietzsch had pointed out on Gitter. Works great so far, thanks for adding M1 support! With regard to the deployment -- in scenery, before the lwjgl included a shader compiler, we had build that on our own and deployed the natives separately (in https://github.com/scenerygraphics/spirvcrossj). Building them separately and deploying worked well and also had the additional benefit that it was clear which archs worked. That being said, if any help is needed, let me know 👍 cheers! |
Thanks. There are several levels of complexity here. The major one is that this is a fork of the original ETH code base. The second is waiting for the SciJava ecosystem to update to JHDF5 19.04. I'll definitely take a look at how you ended up deploying native libraries though! |
Adding a note for myself that the current pom is here: |
@ctrueden said in bigdataviewer/bigdataviewer-core#135 (comment)
At the same time, I think we should consider how to address the shared library issue #2 so that we can take advantage of HDF5 compression plugins.
The text was updated successfully, but these errors were encountered: