summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorpsakievich <psakiev@sandia.gov>2022-07-25 13:12:54 -0600
committerGitHub <noreply@github.com>2022-07-25 15:12:54 -0400
commit8cde20997d3bf69529d0f99dfc2e85d6f4d2b4f8 (patch)
tree2ca3fda0e6326b719d873a29795f4e690ea8e4d4
parentbabb0edf077dfccf8e66ab63784437b06bdc3963 (diff)
downloadspack-8cde20997d3bf69529d0f99dfc2e85d6f4d2b4f8.tar.gz
spack-8cde20997d3bf69529d0f99dfc2e85d6f4d2b4f8.tar.bz2
spack-8cde20997d3bf69529d0f99dfc2e85d6f4d2b4f8.tar.xz
spack-8cde20997d3bf69529d0f99dfc2e85d6f4d2b4f8.zip
GCC: Add bootstrap conflict for M1 (#31189)
-rw-r--r--var/spack/repos/builtin/packages/gcc/package.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/var/spack/repos/builtin/packages/gcc/package.py b/var/spack/repos/builtin/packages/gcc/package.py
index 392f3b5910..a3511e0bbd 100644
--- a/var/spack/repos/builtin/packages/gcc/package.py
+++ b/var/spack/repos/builtin/packages/gcc/package.py
@@ -299,6 +299,7 @@ class Gcc(AutotoolsPackage, GNUMirrorPackage):
patch('https://raw.githubusercontent.com/Homebrew/formula-patches/22dec3fc/gcc/gcc-11.3.0-arm.diff',
sha256='e02006b7ec917cc1390645d95735a6a866caed0dfe506d5bef742f7862cab218',
when='@11.3.0 target=aarch64:')
+ conflicts('+bootstrap', when='@11.3.0 target=aarch64:')
# Use -headerpad_max_install_names in the build,
# otherwise updated load commands won't fit in the Mach-O header.