diff --git a/var/spack/repos/builtin/packages/ecp-data-vis-sdk/package.py b/var/spack/repos/builtin/packages/ecp-data-vis-sdk/package.py index 35c114a319..a9c33b7d5e 100644 --- a/var/spack/repos/builtin/packages/ecp-data-vis-sdk/package.py +++ b/var/spack/repos/builtin/packages/ecp-data-vis-sdk/package.py @@ -161,7 +161,7 @@ class EcpDataVisSdk(BundlePackage, CudaPackage, ROCmPackage): # Need to explicitly turn off conduit hdf5_compat in order to build # hdf5@1.12 which is required for SDK - depends_on("ascent ^conduit ~hdf5_compat", when="+ascent +hdf5") + depends_on("conduit ~hdf5_compat", when="+ascent +hdf5") # Disable configuring with @develop. This should be removed after ascent # releases 0.8 and ascent can build with conduit@0.8: and vtk-m@1.7: conflicts("^ascent@develop", when="+ascent")