summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoreugeneswalker <38933153+eugeneswalker@users.noreply.github.com>2021-02-06 10:24:30 -0800
committerGitHub <noreply@github.com>2021-02-06 13:24:30 -0500
commitf3f8a72bbdea3568196771d9b19e222836013084 (patch)
tree5c5937fead1e01bdd173cf91826e2a72d2b81be3
parenta5440305173c218ec785b0d5a2dfa8b02bb0b731 (diff)
downloadspack-f3f8a72bbdea3568196771d9b19e222836013084.tar.gz
spack-f3f8a72bbdea3568196771d9b19e222836013084.tar.bz2
spack-f3f8a72bbdea3568196771d9b19e222836013084.tar.xz
spack-f3f8a72bbdea3568196771d9b19e222836013084.zip
trilinos: @develop requires cxxstd>=14 (#21519)
-rw-r--r--var/spack/repos/builtin/packages/trilinos/package.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/var/spack/repos/builtin/packages/trilinos/package.py b/var/spack/repos/builtin/packages/trilinos/package.py
index 19f2e7667f..8f333e050c 100644
--- a/var/spack/repos/builtin/packages/trilinos/package.py
+++ b/var/spack/repos/builtin/packages/trilinos/package.py
@@ -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')