summaryrefslogtreecommitdiff
path: root/var
diff options
context:
space:
mode:
Diffstat (limited to 'var')
-rw-r--r--var/spack/repos/builtin/packages/boost/package.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/var/spack/repos/builtin/packages/boost/package.py b/var/spack/repos/builtin/packages/boost/package.py
index 9bf44883de..54a0f50dd8 100644
--- a/var/spack/repos/builtin/packages/boost/package.py
+++ b/var/spack/repos/builtin/packages/boost/package.py
@@ -254,11 +254,11 @@ class Boost(Package):
# Support bzip2 and gzip in other directory
# See https://github.com/boostorg/build/pull/154
- patch('boost_154.patch', when='@:1.63.99')
+ patch('boost_154.patch', when='@1.56.0:1.63.99')
# Backport Python3 import problem
# See https://github.com/boostorg/python/pull/218
- patch('boost_218.patch', when='@:1.67.99')
+ patch('boost_218.patch', when='@1.63.0:1.67.99')
def patch(self):
# Disable SSSE3 and AVX2 when using the NVIDIA compiler