diff options
author | Gregory Lee <lee218@llnl.gov> | 2021-04-21 20:25:07 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-04-21 21:25:07 -0600 |
commit | 7322a9e3bea876946080432ee3fafb28b9ba5ecb (patch) | |
tree | e9cfea89a64e90ba7ade15e72e8f11289e917141 | |
parent | e0549f5e8895c59c39da838bf71b2c13f7f11751 (diff) | |
download | spack-7322a9e3bea876946080432ee3fafb28b9ba5ecb.tar.gz spack-7322a9e3bea876946080432ee3fafb28b9ba5ecb.tar.bz2 spack-7322a9e3bea876946080432ee3fafb28b9ba5ecb.tar.xz spack-7322a9e3bea876946080432ee3fafb28b9ba5ecb.zip |
boost: only apply boostrap-toolset.patch for version 1.75 (#23174)
-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 a549dbec6d..7bd2194dfd 100644 --- a/var/spack/repos/builtin/packages/boost/package.py +++ b/var/spack/repos/builtin/packages/boost/package.py @@ -270,7 +270,7 @@ class Boost(Package): # 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 |