You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This means that HDF5_jll was not compiled for M1. Often it suffices to rebuild a Jll with new platforms (with a few wrinkles added; here is a typical example for what is required: https://github.com/JuliaPackaging/Yggdrasil/pull/3781/files). Unfortunately IIRC porting HDF5 is often non-trivial so it might take more effort here...
Hdf5 can't be cross-compiled, we have to use prebuilt binaries from somewhere else. As a stopgap solution you can use https://github.com/giordano/HDF5_jll.jl
Although
HDF5_jll
is downloaded,HDF5.jl
will not precompile and gives the following error on Julia 1.7:See JuliaIO/HDF5.jl#870 where the original discussion about HDF5 and M1 has started.
The text was updated successfully, but these errors were encountered: