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
This commit is contained in:
Vanessasaurus 2022-01-17 01:32:11 -07:00 committed by GitHub
parent 425995db3e
commit dbb36ef8b1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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