fhs / pyhdf

Python wrapper around the NCSA HDF version 4 library
https://pypi.org/project/pyhdf/
Other
46 stars 16 forks source link

Include hdf.h instead of hdfi.h removed in 4.3.0. #72

Closed sebastic closed 3 months ago

sebastic commented 6 months ago

As reported in #70, hdfi.h has been removed in HDF 4.3.0 which causes build failures.

Replacing the the include with hdf.h resolves this.

Closes: #70