ADIOS2: v2.8 is not compatible with HDF5 v1.14: (#40258)
This commit is contained in:
parent
92a6ddcbc3
commit
2817cd2936
1 changed files with 1 additions and 0 deletions
|
@ -130,6 +130,7 @@ class Adios2(CMakePackage, CudaPackage):
|
|||
depends_on("libzmq", when="+dataman")
|
||||
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")
|
||||
|
||||
|
|
Loading…
Reference in a new issue