diff --git a/var/spack/repos/builtin/packages/boost/package.py b/var/spack/repos/builtin/packages/boost/package.py index 7a770afea92..8c28c5669f6 100644 --- a/var/spack/repos/builtin/packages/boost/package.py +++ b/var/spack/repos/builtin/packages/boost/package.py @@ -311,8 +311,8 @@ def libs(self): working_dir="tools/build") # Fix issues with PTHREAD_STACK_MIN not being a DEFINED constant in newer glibc - # See https:://github.com/spack/spack/issues/28273 - patch("pthread-stack-min-fix.patch", when="@1.69.0:1.73.0") + # See https://github.com/spack/spack/issues/28273 + patch("pthread-stack-min-fix.patch", when="@1.69.0:1.72.0") def patch(self): # Disable SSSE3 and AVX2 when using the NVIDIA compiler