diff options
author | Alexandru Ardelean <alex@shruggie.ro> | 2024-04-09 08:27:46 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-04-09 08:27:46 +0300 |
commit | 1273c3bf7ec0b5ced0371e16eda88f651ef33d43 (patch) | |
tree | 9239ad5f163e2f743473990ef1af72698dc3c799 /lang | |
parent | c2362f340796f8a39f676ee433e8bcfe0372d069 (diff) | |
parent | 96ee052fba3c419064dc6f63235687e6aa77f56a (diff) |
Merge pull request #23837 from krant/numpy
numpy: update to 1.26.4
Diffstat (limited to 'lang')
-rw-r--r-- | lang/python/numpy/Makefile | 4 | ||||
-rw-r--r-- | lang/python/numpy/patches/003-without-vendored-meson.patch | 20 |
2 files changed, 17 insertions, 7 deletions
diff --git a/lang/python/numpy/Makefile b/lang/python/numpy/Makefile index def895e53..3cd9827b3 100644 --- a/lang/python/numpy/Makefile +++ b/lang/python/numpy/Makefile @@ -6,11 +6,11 @@ include $(TOPDIR)/rules.mk PKG_NAME:=numpy -PKG_VERSION:=1.26.3 +PKG_VERSION:=1.26.4 PKG_RELEASE:=1 PYPI_NAME:=$(PKG_NAME) -PKG_HASH:=697df43e2b6310ecc9d95f05d5ef20eacc09c7c4ecc9da3f235d39e71b7da1e4 +PKG_HASH:=2a02aba9ed12e4ac4eb3ea9421c420301a0c6460d9830d74a9df87efa4912010 PKG_MAINTAINER:=Alexandru Ardelean <ardeleanalex@gmail.com> diff --git a/lang/python/numpy/patches/003-without-vendored-meson.patch b/lang/python/numpy/patches/003-without-vendored-meson.patch index ef6761bfe..a2a9c5f74 100644 --- a/lang/python/numpy/patches/003-without-vendored-meson.patch +++ b/lang/python/numpy/patches/003-without-vendored-meson.patch @@ -1,15 +1,25 @@ --- a/pyproject.toml +++ b/pyproject.toml -@@ -1,6 +1,6 @@ +@@ -1,8 +1,8 @@ [build-system] -build-backend = "mesonpy" --backend-path = ['./vendored-meson/meson-python'] +#build-backend = "mesonpy" -+#backend-path = ['./vendored-meson/meson-python'] requires = [ "Cython>=0.29.34,<3.1", - # All dependencies of the vendored meson-python (except for meson, because -@@ -194,8 +194,8 @@ repair-wheel-command = "" +- "meson-python>=0.15.0,<0.16.0", ++# "meson-python>=0.15.0,<0.16.0", + ] + + [project] +@@ -181,14 +181,14 @@ environment = {PKG_CONFIG_PATH="/opt/32/ + config-settings = "setup-args=--vsenv setup-args=-Dallow-noblas=true" + repair-wheel-command = "" + +-[tool.meson-python] +-meson = 'vendored-meson/meson/meson.py' ++#[tool.meson-python] ++#meson = 'vendored-meson/meson/meson.py' + [tool.spin] package = 'numpy' |