summaryrefslogtreecommitdiff
path: root/var
diff options
context:
space:
mode:
authorwilldunklin <54944980+willdunklin@users.noreply.github.com>2023-04-04 12:49:13 -0400
committerGitHub <noreply@github.com>2023-04-04 11:49:13 -0500
commitd2fd68071e018d166a8bbbba5d75d59fb257db46 (patch)
tree54938d7e85f84282f843c784b8de30c0b796a9aa /var
parent1a2510d031b55c7ebae5e4976fb58551c38cfe2a (diff)
downloadspack-d2fd68071e018d166a8bbbba5d75d59fb257db46.tar.gz
spack-d2fd68071e018d166a8bbbba5d75d59fb257db46.tar.bz2
spack-d2fd68071e018d166a8bbbba5d75d59fb257db46.tar.xz
spack-d2fd68071e018d166a8bbbba5d75d59fb257db46.zip
sensei: fix ascent constraints (#36622)
Diffstat (limited to 'var')
-rw-r--r--var/spack/repos/builtin/packages/sensei/package.py4
1 files changed, 3 insertions, 1 deletions
diff --git a/var/spack/repos/builtin/packages/sensei/package.py b/var/spack/repos/builtin/packages/sensei/package.py
index a127c5da0c..67df780cd0 100644
--- a/var/spack/repos/builtin/packages/sensei/package.py
+++ b/var/spack/repos/builtin/packages/sensei/package.py
@@ -90,9 +90,11 @@ class Sensei(CMakePackage):
depends_on("pugixml")
depends_on("mpi")
+ depends_on("paraview use_vtkm=off", when="+catalyst+ascent ^ascent+vtkh")
+ depends_on("paraview use_vtkm=off", when="+catalyst+ascent ^ascent+fides")
+
# Can have either LibSim or Catalyst or Ascent, but not a combination
conflicts("+libsim", when="+catalyst")
- conflicts("+ascent", when="+catalyst")
conflicts("+ascent", when="+libsim")
# Patches