boost: only apply boostrap-toolset.patch for version 1.75 (#23174)

This commit is contained in:
Gregory Lee
2021-04-21 20:25:07 -07:00
committed by GitHub
parent e0549f5e88
commit 7322a9e3be

View File

@@ -270,7 +270,7 @@ def libs(self):
# Fix B2 bootstrap toolset during installation
# See https://github.com/spack/spack/issues/20757
# and https://github.com/spack/spack/pull/21408
patch("bootstrap-toolset.patch", when="@1.75:")
patch("bootstrap-toolset.patch", when="@1.75")
def patch(self):
# Disable SSSE3 and AVX2 when using the NVIDIA compiler