sensei: fix ascent constraints (#36622)

This commit is contained in:
willdunklin 2023-04-04 12:49:13 -04:00 committed by GitHub
parent 1a2510d031
commit d2fd68071e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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