Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dc13993 commit 6aa4c29Copy full SHA for 6aa4c29
1 file changed
var/spack/repos/builtin/packages/h5bench/package.py
@@ -39,7 +39,7 @@ class H5bench(CMakePackage):
39
depends_on("[email protected]:", type="build")
40
depends_on("mpi")
41
depends_on("[email protected]:1,develop-1.12:")
42
- depends_on("hdf5-vol-async@1.3", when="+async")
+ depends_on("hdf5-vol-async@1.5", when="+async")
43
depends_on("parallel-netcdf", when="+e3sm")
44
depends_on("parallel-netcdf", when="+all")
45
0 commit comments