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:
parent
425995db3e
commit
dbb36ef8b1
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue