diff --git a/var/spack/repos/builtin/packages/boost/package.py b/var/spack/repos/builtin/packages/boost/package.py index a549dbec6dc..7bd2194dfd5 100644 --- a/var/spack/repos/builtin/packages/boost/package.py +++ b/var/spack/repos/builtin/packages/boost/package.py @@ -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