summaryrefslogtreecommitdiff
path: root/var
diff options
context:
space:
mode:
authorMassimiliano Culpo <massimiliano.culpo@gmail.com>2023-07-03 14:24:25 +0200
committerTodd Gamblin <tgamblin@llnl.gov>2023-08-15 15:54:37 -0700
commitcf8f44ae5aef5b6e751ddf9f99e44712f7781de1 (patch)
tree95b68fc64037160e3fbaff57b4a15380a46dd42f /var
parent006e69265e2460407af4fa416a0f2ee5fe85f7fc (diff)
downloadspack-cf8f44ae5aef5b6e751ddf9f99e44712f7781de1.tar.gz
spack-cf8f44ae5aef5b6e751ddf9f99e44712f7781de1.tar.bz2
spack-cf8f44ae5aef5b6e751ddf9f99e44712f7781de1.tar.xz
spack-cf8f44ae5aef5b6e751ddf9f99e44712f7781de1.zip
Fix ecp-data-vis-sdk: a package cannot impose constraints on transitive deps
Diffstat (limited to 'var')
-rw-r--r--var/spack/repos/builtin/packages/ecp-data-vis-sdk/package.py2
1 files changed, 1 insertions, 1 deletions
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")