summaryrefslogtreecommitdiff
path: root/var
diff options
context:
space:
mode:
authorErik Schnetter <schnetter@gmail.com>2020-03-15 18:43:23 -0400
committerGitHub <noreply@github.com>2020-03-15 15:43:23 -0700
commit96a037adf7910b550784ec92e6c889ac093e3a97 (patch)
tree4618d27a283209f4731e3b5a9224f203f9dea4b1 /var
parent471f23e456e3b26aff75c17e8e97497087fd7fd3 (diff)
downloadspack-96a037adf7910b550784ec92e6c889ac093e3a97.tar.gz
spack-96a037adf7910b550784ec92e6c889ac093e3a97.tar.bz2
spack-96a037adf7910b550784ec92e6c889ac093e3a97.tar.xz
spack-96a037adf7910b550784ec92e6c889ac093e3a97.zip
gcc: Don't apply macOS 9.2.0 patch for 9.3.0 (#15493)
The patch neither applies nor is necessary.
Diffstat (limited to 'var')
-rw-r--r--var/spack/repos/builtin/packages/gcc/package.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/var/spack/repos/builtin/packages/gcc/package.py b/var/spack/repos/builtin/packages/gcc/package.py
index d167bc78cb..f3891161a2 100644
--- a/var/spack/repos/builtin/packages/gcc/package.py
+++ b/var/spack/repos/builtin/packages/gcc/package.py
@@ -223,7 +223,7 @@ class Gcc(AutotoolsPackage, GNUMirrorPackage):
# Fix system headers for Catalina SDK
# (otherwise __OSX_AVAILABLE_STARTING ends up undefined)
patch('https://raw.githubusercontent.com/Homebrew/formula-patches/b8b8e65e/gcc/9.2.0-catalina.patch',
- sha256='0b8d14a7f3c6a2f0d2498526e86e088926671b5da50a554ffa6b7f73ac4f132b', when='@9.2.0:')
+ sha256='0b8d14a7f3c6a2f0d2498526e86e088926671b5da50a554ffa6b7f73ac4f132b', when='@9.2.0')
# 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.