You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
adios 2.8.x works with HDF5 1.12 Vol syntax, but unfortunately it only checks if HDF5 is version >= 1.12 so it builds with 1.14. To turn this off, run cmake with -DADIOS2_HAVE_HDF5_VOL=OFF
adios 2.9 works with HDF5 1.14 Vol syntax
Describe the bug
We are trying to use HDF5 1.14.0 in Conda-Forge with our latest release of ADIOS2, 2.8.3, but it fails to build.
To Reproduce
Compile ADIOS2 2.8.3 w/ HDF5 1.14.0 and w/o MPI as in conda-forge/adios2-feedstock#70
This will fail with
Expected behavior
This should not fail to compile.
Desktop (please complete the following information):
Additional context
cc @guj
This blocks releasing an update to our software stack in conda-forge in conda-forge/adios2-feedstock#70
The text was updated successfully, but these errors were encountered: