aldanor / hdf5-rust

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

Invalid H5_VERSION: "1.14.1-2" #248

Closed hombit closed 1 year ago

hombit commented 1 year ago

I have hdf5 installed from homebrew, and it has this version tag in H5pubconf.h: H5_VERSION: "1.14.1-2". It looks like it is currently not recognized by hdf5-rust

mulimoen commented 1 year ago

Is this with hdf5-sys from master? This should have been fixed by #227 and we do run CI on a similar install.

hombit commented 1 year ago

I can build hdf5-sys from master! I'm sorry for the noise and I hope you release it soon.