From cbdf87cd28243f63edb557840ac1e3e9c324cd40 Mon Sep 17 00:00:00 2001 From: bryanherman <63422190+bryanherman@users.noreply.github.com> Date: Wed, 27 Jan 2021 07:28:29 -0500 Subject: boost: restrict lower bound of ranges for two patches (#21321) --- var/spack/repos/builtin/packages/boost/package.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'var') 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 -- cgit v1.2.3-70-g09d2