axom: don't require hdf5~shared (#24144)

This commit is contained in:
Peter Scheibel
2021-06-06 19:17:39 -07:00
committed by GitHub
parent 1533c2fade
commit 6ed7d40be7

View File

@@ -94,7 +94,7 @@ class Axom(CachedCMakePackage, CudaPackage):
depends_on("conduit~hdf5", when="~hdf5")
# HDF5 needs to be the same as Conduit's
depends_on("hdf5@1.8.19:1.8.999~cxx~shared~fortran", when="+hdf5")
depends_on("hdf5@1.8.19:1.8.999~cxx~fortran", when="+hdf5")
depends_on("lua", when="+lua")