diff options
-rw-r--r-- | var/spack/repos/builtin/packages/boost/package.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/var/spack/repos/builtin/packages/boost/package.py b/var/spack/repos/builtin/packages/boost/package.py index 2b6e587b57..2d0191d7c9 100644 --- a/var/spack/repos/builtin/packages/boost/package.py +++ b/var/spack/repos/builtin/packages/boost/package.py @@ -280,7 +280,7 @@ class Boost(Package): # Allow building context asm sources with GCC on Darwin # See https://github.com/spack/spack/pull/24889 # and https://github.com/boostorg/context/issues/177 - patch("context-macho-gcc.patch", when="+context platform=darwin %gcc") + patch("context-macho-gcc.patch", when="@1.65:1.76 +context platform=darwin %gcc") def patch(self): # Disable SSSE3 and AVX2 when using the NVIDIA compiler |