trilinos@14: conflicts with cxxstd=14 (#35164)

This commit is contained in:
eugeneswalker 2023-01-25 20:33:44 -08:00 committed by GitHub
parent 65fbc5a461
commit 08a24b5e03
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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