-
Notifications
You must be signed in to change notification settings - Fork 574
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
HDF5 header files #329
Comments
If only HDF5 could be properly cross-compiled... It looks like they're working on it, but last time I tried (a couple of weeks ago) I didn't see any concrete improvement. |
It's a bit off-topic here, but I need this as a reminder: @sairus7 has built HDF5 for Raspberry Pi: https://yadi.sk/d/DnepMvNrYm77iw |
Actually my previous message was not that unrelated: the tarball provided contains the header files, I'm using them to provide the headers for all platforms in #386 |
Unfotunately, the HDF5 header files from Linux-ARM require the existence of a
Here I compare the H5pubconf.h from ARM (currently installed) and from mingw64:
Actually, the mingw64 package includes the header files. I would propose to use these on Windows. |
Why are the header files platform-dependent in the first place? Why is HDF5 so messy? |
I would like to build the NetCDF library which requires HDF5. Unfortunately, the current HDF5_jll, does not install the header files. The windows msys2 package (http://repo.msys2.org/mingw/i686/mingw-w64-i686-hdf5-1.10.5-1-any.pkg.tar.xz) does actually include the necessary header files, but the python whl do not. But apparently, they correspond to HDF5 1.10.4, and presumably they can be extract from https://bitbucket.hdfgroup.org/projects/HDFFV/repos/hdf5/branches?base=hdf5-1_10_4, unless there is some better idea...
Thanks!
The text was updated successfully, but these errors were encountered: