mirror of
https://github.com/openwrt/packages.git
synced 2025-12-22 01:44:32 +04:00
numpy: update to version 1.26.2
https://github.com/numpy/numpy/releases NumPy 1.26.2 Release Notes NumPy 1.26.2 is a maintenance release that fixes bugs and regressions discovered after the 1.26.1 release. The 1.26.release series is the last planned minor release series before NumPy 2.0. The Python versions supported by this release are 3.9-3.12. Signed-off-by: Andy Syam <privasisource@gmail.com>
This commit is contained in:
22
lang/python/numpy/patches/003-without-vendored-meson.patch
Normal file
22
lang/python/numpy/patches/003-without-vendored-meson.patch
Normal file
@@ -0,0 +1,22 @@
|
||||
--- a/pyproject.toml
|
||||
+++ b/pyproject.toml
|
||||
@@ -1,6 +1,6 @@
|
||||
[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 = ""
|
||||
[tool.spin]
|
||||
package = 'numpy'
|
||||
|
||||
-[tool.spin.meson]
|
||||
-cli = 'vendored-meson/meson/meson.py'
|
||||
+#[tool.spin.meson]
|
||||
+#cli = 'vendored-meson/meson/meson.py'
|
||||
|
||||
[tool.spin.commands]
|
||||
"Build" = [
|
||||
Reference in New Issue
Block a user