georust / netcdf

High-level netCDF bindings for Rust
Apache License 2.0
81 stars 28 forks source link

Patch netcdf-c to include correct hdf5 #145

Closed mulimoen closed 4 months ago

mulimoen commented 5 months ago

The include directive of Cmake is weird, and would not pick up the variable we set. The patch forces the correct handling of hdf5 in netcdf-c.

Patch is not needed in upstream where one can set HDF5_ROOT and it will work correctly.

Fixes #139