trilinos@14: conflicts with cxxstd=14 (#35164)
This commit is contained in:
parent
65fbc5a461
commit
08a24b5e03
1 changed files with 1 additions and 0 deletions
|
@ -331,6 +331,7 @@ class Trilinos(CMakePackage, CudaPackage, ROCmPackage):
|
|||
)
|
||||
conflicts("+adios2", when="@:12.14.1")
|
||||
conflicts("cxxstd=11", when="@13.2:")
|
||||
conflicts("cxxstd=14", when="@14:")
|
||||
conflicts("cxxstd=17", when="@:12")
|
||||
conflicts("cxxstd=11", when="+wrapper ^cuda@6.5.14")
|
||||
conflicts("cxxstd=14", when="+wrapper ^cuda@6.5.14:8.0.61")
|
||||
|
|
Loading…
Reference in a new issue