Skip to content

Commit

Permalink
ADIOS2: v2.8 is not compatible with HDF5 v1.14: (spack#40258)
Browse files Browse the repository at this point in the history
  • Loading branch information
kwryankrattiger authored Oct 3, 2023
1 parent 92a6ddc commit 2817cd2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions var/spack/repos/builtin/packages/adios2/package.py
Original file line number Diff line number Diff line change
Expand Up @@ -130,6 +130,7 @@ class Adios2(CMakePackage, CudaPackage):
depends_on("libzmq", when="+dataman")
depends_on("[email protected]:", 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")

Expand Down

0 comments on commit 2817cd2

Please sign in to comment.