aldanor / hdf5-rust

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

Update hdf5-src to use 1.10.7 #154

Closed mulimoen closed 3 years ago

mulimoen commented 3 years ago

This version is mostly a maintaince release, but introduces some new functions for allocation information which might be of use.

Fixes #153

aldanor commented 3 years ago

Changelog? (for both adding the apis and for changing the default version for hdf5-src)

aldanor commented 3 years ago

Merge gone wrong, fixed

👍

mulimoen commented 3 years ago

This is a bit tricky without a windows computer... I think the libz that is built has a different name on msvc, but I am not sure how to find this. I've opened an issue (https://github.com/rust-lang/libz-sys/issues/80) to get this name through env inspection instead.

mulimoen commented 3 years ago

Turns out a hdf5-c utility was being built, and tried to link to libz. Why this did not fail on other platforms is a mystery. Perhaps all other platforms includes some libz by default?