-
Notifications
You must be signed in to change notification settings - Fork 142
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
Possibility to use system provided HDF5 binary #577
Comments
The error is a bit strange. Have you updated your packages lately? |
What's in |
This is on a fresh install with almost no packages but I reran The file
|
Could this be related to a bad
But that binary doesn't run on my system. Could this be leading to the HDF5 error as well? |
Good investigating. So if regular hdf5 builds work with cmake using musl. Then it must be a To test this |
Any status update? Did my recommendations works? |
I manually edited all cases of I'm feeling it will be a rough ride to use julia with musl right now due to the assumption julia makes that linux means glibc and the download of glibc binaries that won't work into the system. In any case we are making the assumption that's the issue here. |
@ecsx1 those questions are better reserved to ask on Discourse. I suspect you may be downloading the wrong binaries, best to ask on DIscourse on slack. |
Sorry for digressing. Let's get back on track, HDF5.jl. Given that I hard-coded cmake as |
You might want to ask on discourse regarding the glibc binaries. |
@ecsx1 Julia binaries for musl are now available. Want to double-check if this is still an issue? If not we may need to get the musl hdf5 lib uploaded. |
Thanks for bringing this up again.
|
Use the Env variable
|
Pkg
fails to installHDF5.jl
on musl systems.If I understand correctly it tries to either download precompiled binaries (which won't work because of musl) or compile HDF5 (which can be tricky because of musl).
I have a working HDF5 installation at
/usr/bin/
.Would the problems be solved if Julia just used those binaries instead?
Note for @fredrikekre and @ararslan - this is with a fresh install using the recent julia-alpine
v1.2.0+0 from https://github.com/fredrikekre/julia-alpine/releases
The text was updated successfully, but these errors were encountered: