ADIOS2: v2.8 is not compatible with HDF5 v1.14: (#40258)

This commit is contained in:
kwryankrattiger 2023-10-03 16:45:24 -05:00 committed by GitHub
parent 92a6ddcbc3
commit 2817cd2936
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -130,6 +130,7 @@ class Adios2(CMakePackage, CudaPackage):
depends_on("libzmq", when="+dataman") depends_on("libzmq", when="+dataman")
depends_on("dataspaces@1.8.0:", when="+dataspaces") depends_on("dataspaces@1.8.0:", when="+dataspaces")
depends_on("hdf5@:1.12", when="@:2.8 +hdf5")
depends_on("hdf5~mpi", when="+hdf5~mpi") depends_on("hdf5~mpi", when="+hdf5~mpi")
depends_on("hdf5+mpi", when="+hdf5+mpi") depends_on("hdf5+mpi", when="+hdf5+mpi")