Using the latest 1.7.0-rc1, HDF5.jl cannot be installed due to a missing binary dependency:
(@v1.7) pkg> add HDF5
Resolving package versions...
No Changes to `~/.julia/environments/v1.7/Project.toml`
No Changes to `~/.julia/environments/v1.7/Manifest.toml`
(@v1.7) pkg> precompile
Precompiling project...
✗ HDF5
0 dependencies successfully precompiled in 1 seconds (21 already precompiled)
ERROR: The following 1 direct dependency failed to precompile:
HDF5 [f67ccb44-e63f-5c2f-98bd-6dc0ccc4ba2f]
Failed to precompile HDF5 [f67ccb44-e63f-5c2f-98bd-6dc0ccc4ba2f] to /Users/tamasgal/.julia/compiled/v1.7/HDF5/jl_wRxaZM.
ERROR: LoadError: UndefVarError: libhdf5 not defined
I am not so familiar with the underlying BinaryBuilder.jl infrastructure, so I wanted to ask around what to do: how can I contribute to https://github.com/JuliaBinaryWrappers/HDF5_jll.jl ?
Using the latest 1.7.0-rc1,
HDF5.jlcannot be installed due to a missing binary dependency:I am not so familiar with the underlying
BinaryBuilder.jlinfrastructure, so I wanted to ask around what to do: how can I contribute to https://github.com/JuliaBinaryWrappers/HDF5_jll.jl ?