trilinos: @develop requires cxxstd>=14 (#21519)

This commit is contained in:
eugeneswalker 2021-02-06 10:24:30 -08:00 committed by GitHub
parent a544030517
commit f3f8a72bbd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -331,6 +331,7 @@ class Trilinos(CMakePackage, CudaPackage):
conflicts('+cuda_rdc', when='~cuda')
conflicts('+wrapper', when='~cuda')
conflicts('+wrapper', when='%clang')
conflicts('cxxstd=11', when='@develop')
conflicts('cxxstd=11', when='+wrapper ^cuda@6.5.14')
conflicts('cxxstd=14', when='+wrapper ^cuda@6.5.14:8.0.61')
conflicts('cxxstd=17', when='+wrapper ^cuda@6.5.14:10.2.89')