aldanor / hdf5-rust

HDF5 for Rust
https://docs.rs/hdf5
Apache License 2.0
308 stars 82 forks source link

Unable to compile hdf5-sys on mac OS #297

Open robinpaul85 opened 1 month ago

robinpaul85 commented 1 month ago

I installed HDF5 using brew install hdf5. However it seems hdf5-sys does not currently support the most recent HDF5 version supported by brew. I managed to compile it myself by commenting several panic and assert statements in build.rs (renamed as build.txt) file of hdf5-sys. But this is a very roundabout way of compiling the crate. Can you please update the crate so that its compatible with the most recent version of HDF5 supported by brew. build.txt

mulimoen commented 1 month ago

See https://github.com/aldanor/hdf5-rust/issues/295 for an active fork