summaryrefslogtreecommitdiff
path: root/var
diff options
context:
space:
mode:
authoralbestro <9337627+albestro@users.noreply.github.com>2021-09-22 12:07:19 +0200
committerGitHub <noreply@github.com>2021-09-22 12:07:19 +0200
commit76135117187efaf191a7c317d16258c095ba83bc (patch)
tree5517a4beb57ebb5f591063f4b2cbc02f5e24399f /var
parented3aa9633d24d8d5a35291ad0396d406155a776f (diff)
downloadspack-76135117187efaf191a7c317d16258c095ba83bc.tar.gz
spack-76135117187efaf191a7c317d16258c095ba83bc.tar.bz2
spack-76135117187efaf191a7c317d16258c095ba83bc.tar.xz
spack-76135117187efaf191a7c317d16258c095ba83bc.zip
add conflict (#26028)
Diffstat (limited to 'var')
-rw-r--r--var/spack/repos/builtin/packages/umpire/package.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/var/spack/repos/builtin/packages/umpire/package.py b/var/spack/repos/builtin/packages/umpire/package.py
index e420ac999b..37bf64cb70 100644
--- a/var/spack/repos/builtin/packages/umpire/package.py
+++ b/var/spack/repos/builtin/packages/umpire/package.py
@@ -101,6 +101,9 @@ class Umpire(CachedCMakePackage, CudaPackage, ROCmPackage):
# currently only available for cuda.
conflicts('+shared', when='+cuda')
+ # https://github.com/LLNL/Umpire/issues/653
+ conflicts('%gcc@10.3.0', when='+cuda')
+
def _get_sys_type(self, spec):
sys_type = spec.architecture
if "SYS_TYPE" in env: