Remove old conflict with gcc@10.3.0 (#41254)

The conflict is captured in CudaPackage and redundant in umpire
This commit is contained in:
Alberto Invernizzi 2023-11-27 09:29:19 +01:00 committed by GitHub
parent 7cb70e3258
commit 34bce3f490
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -208,11 +208,6 @@ class Umpire(CachedCMakePackage, CudaPackage, ROCmPackage):
# currently only available for cuda. # currently only available for cuda.
conflicts("+shared", when="+cuda") conflicts("+shared", when="+cuda")
# https://github.com/LLNL/Umpire/issues/653
# This range looks weird, but it ensures the concretizer looks at it as a
# range, not as a concrete version, so that it also matches 10.3.* versions.
conflicts("%gcc@10.3.0:10.3", when="+cuda")
def _get_sys_type(self, spec): def _get_sys_type(self, spec):
sys_type = spec.architecture sys_type = spec.architecture
if "SYS_TYPE" in env: if "SYS_TYPE" in env: