update h5bench VOL-ASYNC dependecy with fixes (#36514)

This commit is contained in:
Jean Luca Bez
2023-04-04 01:39:17 -07:00
committed by GitHub
parent dc1399386c
commit 6aa4c29119

View File

@@ -39,7 +39,7 @@ class H5bench(CMakePackage):
depends_on("cmake@3.10:", type="build") depends_on("cmake@3.10:", type="build")
depends_on("mpi") depends_on("mpi")
depends_on("hdf5+mpi@1.12.0:1,develop-1.12:") depends_on("hdf5+mpi@1.12.0:1,develop-1.12:")
depends_on("hdf5-vol-async@1.3", when="+async") depends_on("hdf5-vol-async@1.5", when="+async")
depends_on("parallel-netcdf", when="+e3sm") depends_on("parallel-netcdf", when="+e3sm")
depends_on("parallel-netcdf", when="+all") depends_on("parallel-netcdf", when="+all")