Skip to content

Commit 30c6307

Browse files
committed
numpy: bump to version 2.2.5
Also needing to treat 'incompatible-pointer-types' as warnings. Signed-off-by: Alexandru Ardelean <[email protected]>
1 parent b841411 commit 30c6307

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

lang/python/numpy/Makefile

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,11 @@
66
include $(TOPDIR)/rules.mk
77

88
PKG_NAME:=numpy
9-
PKG_VERSION:=2.2.3
9+
PKG_VERSION:=2.2.5
1010
PKG_RELEASE:=1
1111

1212
PYPI_NAME:=$(PKG_NAME)
13-
PKG_HASH:=dbdc15f0c81611925f382dfa97b3bd0bc2c1ce19d4fe50482cb0ddc12ba30020
13+
PKG_HASH:=a9c0d994680cd991b1cb772e8b297340085466a6fe964bc9d4e80f5e2f43c291
1414

1515
PKG_MAINTAINER:=Alexandru Ardelean <[email protected]>
1616

@@ -38,6 +38,10 @@ MESON_ARGS+= \
3838
-Ddisable-optimization=true \
3939
-Dcpu-baseline=min
4040

41+
# FIXME: remove asap; added in 2.2.5
42+
TARGET_CFLAGS += \
43+
-Wno-error=incompatible-pointer-types
44+
4145
# Override 'Meson', to use numpy's vendored meson
4246
define Meson
4347
$(call Python3/Run,,$(PKG_BUILD_DIR)/vendored-meson/meson/meson.py $(1),$(2))

0 commit comments

Comments
 (0)