Closed BenWibking closed 3 years ago
Yes, the H5Oget_info_by_idx function has a new parameter in HDF5 1.12. I've pushed a commit to master to fix it. It seems to work here using HDF5 1.12 on linux with the Intel compiler.
I'll need to update the code for reading Eagle simulations at some point. That's still requesting the HDF5 1.6 API.
This is all I need for now. Thanks for fixing. I'll go ahead and close this issue.
Hi,
I get the following compile error when enabling HDF5 support:
Perhaps the HDF5 API has changed? I have hdf5 version 1.12.0 installed via homebrew on macOS. I've used a command-line flag to revert to the version 1.6 API in Gadget -- is that necessary here?