pyhdf
pyhdf copied to clipboard
Include hdf.h instead of hdfi.h removed in 4.3.0.
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