sensei: fix ascent constraints (#36622)
This commit is contained in:
parent
1a2510d031
commit
d2fd68071e
1 changed files with 3 additions and 1 deletions
|
@ -90,9 +90,11 @@ class Sensei(CMakePackage):
|
||||||
depends_on("pugixml")
|
depends_on("pugixml")
|
||||||
depends_on("mpi")
|
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
|
# Can have either LibSim or Catalyst or Ascent, but not a combination
|
||||||
conflicts("+libsim", when="+catalyst")
|
conflicts("+libsim", when="+catalyst")
|
||||||
conflicts("+ascent", when="+catalyst")
|
|
||||||
conflicts("+ascent", when="+libsim")
|
conflicts("+ascent", when="+libsim")
|
||||||
|
|
||||||
# Patches
|
# Patches
|
||||||
|
|
Loading…
Reference in a new issue