Merge pull request #12590 from commodo/numpy2
numpy: bump to version 1.19.0
This commit is contained in:
commit
b63f227faf
1 changed files with 5 additions and 4 deletions
|
@ -6,11 +6,12 @@
|
||||||
include $(TOPDIR)/rules.mk
|
include $(TOPDIR)/rules.mk
|
||||||
|
|
||||||
PKG_NAME:=numpy
|
PKG_NAME:=numpy
|
||||||
PKG_VERSION:=1.18.5
|
# Note: make sure to periodically update the Cython version in HOST_PYTHON3_PACKAGE_BUILD_DEPENDS
|
||||||
PKG_RELEASE:=2
|
PKG_VERSION:=1.19.0
|
||||||
|
PKG_RELEASE:=1
|
||||||
|
|
||||||
PYPI_NAME:=$(PKG_NAME)
|
PYPI_NAME:=$(PKG_NAME)
|
||||||
PKG_HASH:=34e96e9dae65c4839bd80012023aadd6ee2ccb73ce7fdf3074c62f301e63120b
|
PKG_HASH:=76766cc80d6128750075378d3bb7812cf146415bd29b588616f72c943c00d598
|
||||||
|
|
||||||
PKG_MAINTAINER:=Alexandru Ardelean <ardeleanalex@gmail.com>
|
PKG_MAINTAINER:=Alexandru Ardelean <ardeleanalex@gmail.com>
|
||||||
|
|
||||||
|
@ -21,7 +22,7 @@ PKG_CPE_ID:=cpe:/a:numpy:numpy
|
||||||
# yes, zip... sigh
|
# yes, zip... sigh
|
||||||
PYPI_SOURCE_EXT:=zip
|
PYPI_SOURCE_EXT:=zip
|
||||||
PKG_BUILD_PARALLEL:=0
|
PKG_BUILD_PARALLEL:=0
|
||||||
HOST_PYTHON3_PACKAGE_BUILD_DEPENDS:="Cython==0.29.19"
|
HOST_PYTHON3_PACKAGE_BUILD_DEPENDS:="Cython==0.29.20"
|
||||||
|
|
||||||
include ../pypi.mk
|
include ../pypi.mk
|
||||||
include $(INCLUDE_DIR)/package.mk
|
include $(INCLUDE_DIR)/package.mk
|
||||||
|
|
Loading…
Reference in a new issue