axom: don't require hdf5~shared (#24144)
This commit is contained in:
parent
1533c2fade
commit
6ed7d40be7
@ -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")
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user