summaryrefslogtreecommitdiff
path: root/var
diff options
context:
space:
mode:
authorVanessasaurus <814322+vsoch@users.noreply.github.com>2022-01-17 01:32:11 -0700
committerGitHub <noreply@github.com>2022-01-17 01:32:11 -0700
commitdbb36ef8b1b23e7b3a4e6c87301eb0108f7b14ee (patch)
tree1c7163a7171f4809bfece6da129d95c17a3386be /var
parent425995db3e6cbce5b96f15666a37e1537b221f74 (diff)
downloadspack-dbb36ef8b1b23e7b3a4e6c87301eb0108f7b14ee.tar.gz
spack-dbb36ef8b1b23e7b3a4e6c87301eb0108f7b14ee.tar.bz2
spack-dbb36ef8b1b23e7b3a4e6c87301eb0108f7b14ee.tar.xz
spack-dbb36ef8b1b23e7b3a4e6c87301eb0108f7b14ee.zip
Fixing pthread-stack-min-fix.patch patch version range (#28437)
pthread-stack-min-fix.patch should no be applied to 1.73.0 See https://github.com/spack/spack/issues/28436
Diffstat (limited to 'var')
-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