summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--var/spack/repos/builtin/packages/boost/package.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/var/spack/repos/builtin/packages/boost/package.py b/var/spack/repos/builtin/packages/boost/package.py
index 7a770afea9..8c28c5669f 100644
--- a/var/spack/repos/builtin/packages/boost/package.py
+++ b/var/spack/repos/builtin/packages/boost/package.py
@@ -311,8 +311,8 @@ class Boost(Package):
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