boost: restrict lower bound of ranges for two patches (#21321)

This commit is contained in:
bryanherman 2021-01-27 07:28:29 -05:00 committed by GitHub
parent 4977dcfe9b
commit cbdf87cd28
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -254,11 +254,11 @@ def libs(self):
# 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