From: Alexandru Ardelean Date: Sun, 11 May 2025 04:45:00 +0000 (+0300) Subject: numpy: bump to version 2.2.5 X-Git-Url: http://git.99rst.org/?a=commitdiff_plain;h=48a24c73f7b969c880a8822a04f3814d8703302f;p=openwrt-packages.git numpy: bump to version 2.2.5 Also needing to treat 'incompatible-pointer-types' as warnings. Signed-off-by: Alexandru Ardelean --- diff --git a/lang/python/numpy/Makefile b/lang/python/numpy/Makefile index 6e4c857d0..e667db041 100644 --- a/lang/python/numpy/Makefile +++ b/lang/python/numpy/Makefile @@ -6,11 +6,11 @@ include $(TOPDIR)/rules.mk PKG_NAME:=numpy -PKG_VERSION:=2.2.3 +PKG_VERSION:=2.2.5 PKG_RELEASE:=1 PYPI_NAME:=$(PKG_NAME) -PKG_HASH:=dbdc15f0c81611925f382dfa97b3bd0bc2c1ce19d4fe50482cb0ddc12ba30020 +PKG_HASH:=a9c0d994680cd991b1cb772e8b297340085466a6fe964bc9d4e80f5e2f43c291 PKG_MAINTAINER:=Alexandru Ardelean @@ -38,6 +38,10 @@ MESON_ARGS+= \ -Ddisable-optimization=true \ -Dcpu-baseline=min +# FIXME: remove asap; added in 2.2.5 +TARGET_CFLAGS += \ + -Wno-error=incompatible-pointer-types + # Override 'Meson', to use numpy's vendored meson define Meson $(call Python3/Run,,$(PKG_BUILD_DIR)/vendored-meson/meson/meson.py $(1),$(2))