-
Notifications
You must be signed in to change notification settings - Fork 166
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
IOR HDF5 backend no longer works #456
Comments
Mhh, I see in the AIORI code, various checks for HAVE_H5PGET_VOL_ID that cause for instance this output. However: I downloaded the latest version 1.14 from the webpage, then compiled HDF5 with: Configure IOR: ldd showed that it was correctly linked to libhdf5.so.310
Can you give some details what exactly you did? Maybe you can try with 1.14 as well? |
I did try with 1.14.0 and confirmed things work fine. If you try to build against older HDF5 versions (I tried 1.12.0), you get the errors I mention initially. So, appears HDF5 backend is somehow tied to newer HDF5 (VOL) APIs? |
It worked for me with a 1.10.0 as well. |
I think that 1.12 is still fairly common in the wild. It would be safer to either fix it or have it fail at configure time if it's really not compatible. |
Building against current
main
, a very simple IOR command using the HDF5 backend bombs:Just looking at commit history, maybe this is related to recent work to make HDF5 backend work with VOLs (#441)?
The text was updated successfully, but these errors were encountered: