Fix py-numpy #30373 by backporting Numpy PR (#30486)

* Fix py-numpy #30373

* Update `when` for patch.
This commit is contained in:
Sam Grayson 2022-05-09 23:13:39 -05:00 committed by GitHub
parent 8575afac4e
commit b5da0d02bf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -134,6 +134,11 @@ class PyNumpy(PythonPackage):
patch('https://github.com/numpy/numpy/pull/20881.patch?full_index=1', patch('https://github.com/numpy/numpy/pull/20881.patch?full_index=1',
sha256='802970a9034d40a8a8f49a03f489d5361d5eabf69249621e6757651448910f1a', sha256='802970a9034d40a8a8f49a03f489d5361d5eabf69249621e6757651448910f1a',
when='@1.20.3:1.22.1') when='@1.20.3:1.22.1')
# Patch to update compiler flags.
# See https://github.com/spack/spack/issues/30373
patch('https://github.com/numpy/numpy/pull/21448.patch?full_index=1',
sha256='e9508c3b3a1e1a24669014a0c1b9f3b009a149ea3886cf711eaef2a32b247fdb',
when='@1.22.0:1.22.3')
# version 1.21.0 runs into an infinit loop during printing # version 1.21.0 runs into an infinit loop during printing
# (e.g. print(numpy.ones(1000)) when compiled with gcc 11 # (e.g. print(numpy.ones(1000)) when compiled with gcc 11