From f5e107e0462ddc8c719ceba1bacd538fd8300e4d Mon Sep 17 00:00:00 2001 From: Ben Cowan Date: Fri, 12 Nov 2021 00:15:38 -0700 Subject: gcc package: Mac OS patch not needed for @12: --- var/spack/repos/builtin/packages/gcc/package.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/var/spack/repos/builtin/packages/gcc/package.py b/var/spack/repos/builtin/packages/gcc/package.py index 5520fb0f71..6a83354b89 100644 --- a/var/spack/repos/builtin/packages/gcc/package.py +++ b/var/spack/repos/builtin/packages/gcc/package.py @@ -261,7 +261,7 @@ class Gcc(AutotoolsPackage, GNUMirrorPackage): # Use -headerpad_max_install_names in the build, # otherwise updated load commands won't fit in the Mach-O header. # This is needed because `gcc` avoids the superenv shim. - patch('darwin/gcc-7.1.0-headerpad.patch', when='@5:') + patch('darwin/gcc-7.1.0-headerpad.patch', when='@5:11') patch('darwin/gcc-6.1.0-jit.patch', when='@5:7') patch('darwin/gcc-4.9.patch1', when='@4.9.0:4.9.3') patch('darwin/gcc-4.9.patch2', when='@4.9.0:4.9.3') -- cgit v1.2.3-70-g09d2