From 8cde20997d3bf69529d0f99dfc2e85d6f4d2b4f8 Mon Sep 17 00:00:00 2001 From: psakievich Date: Mon, 25 Jul 2022 13:12:54 -0600 Subject: GCC: Add bootstrap conflict for M1 (#31189) --- var/spack/repos/builtin/packages/gcc/package.py | 1 + 1 file changed, 1 insertion(+) 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. -- cgit v1.2.3-60-g2f50