Update numpy to 1.25.2 (#4125)

This commit is contained in:
Ralf Gommers 2023-09-09 19:16:08 +02:00 committed by GitHub
parent f438a8daec
commit 8b58984777
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 8 additions and 5 deletions

View File

@ -111,8 +111,7 @@ export LDFLAGS_BASE=\
-s WASM_BIGINT \
$(EXTRA_LDFLAGS)
export CXXFLAGS_BASE=\
-std=c++14
export CXXFLAGS_BASE=
export SIDE_MODULE_LDFLAGS= $(LDFLAGS_BASE) -s SIDE_MODULE=1
export MAIN_MODULE_LDFLAGS= $(LDFLAGS_BASE) \

View File

@ -120,6 +120,8 @@ myst:
- Upgraded scipy to 1.11.1 {pr}`3794`, {pr}`3996`
- Upgraded numpy to 1.25.2 {pr}`4125`
- OpenBLAS has been added and scipy now uses OpenBLAS rather than CLAPACK
{pr}`3331`.

View File

@ -28,6 +28,8 @@ build:
-s USE_LIBPNG=1
-s USE_ZLIB=1
-fno-lto
cxxflags: |
-std=c++14
script: export SETUPTOOLS_SCM_PRETEND_VERSION=$PKG_VERSION
post: |
cd $WHEELDIR

View File

@ -1,13 +1,13 @@
package:
name: numpy
version: 1.24.3
version: 1.25.2
tag:
- min-scipy-stack
top-level:
- numpy
source:
url: https://files.pythonhosted.org/packages/2c/d4/590ae7df5044465cc9fa2db152ae12468694d62d952b1528ecff328ef7fc/numpy-1.24.3.tar.gz
sha256: ab344f1bf21f140adab8e47fdbc7c35a477dc01408791f8ba00d018dd0bc5155
url: https://files.pythonhosted.org/packages/a0/41/8f53eff8e969dd8576ddfb45e7ed315407d27c7518ae49418be8ed532b07/numpy-1.25.2.tar.gz
sha256: fd608e19c8d7c55021dffd43bfe5492fab8cc105cc8986f813f8c3c048b38760
build:
backend-flags: --disable-optimization