trilinos: +teko conflicts with ~ml (#34339)

This commit is contained in:
eugeneswalker
2022-12-06 08:19:25 -08:00
committed by GitHub
parent dfab5b5ceb
commit eadccfe332

View File

@@ -232,6 +232,7 @@ class Trilinos(CMakePackage, CudaPackage, ROCmPackage):
conflicts("+epetraextexperimental") conflicts("+epetraextexperimental")
conflicts("+epetraextgraphreorderings") conflicts("+epetraextgraphreorderings")
with when("+teko"): with when("+teko"):
conflicts("~ml")
conflicts("~stratimikos") conflicts("~stratimikos")
conflicts("@:12 gotype=long") conflicts("@:12 gotype=long")
with when("+piro"): with when("+piro"):