python3-numpy: update to 1.17.1.
This commit is contained in:
parent
c3d8cf592b
commit
ec2f1c6894
1 changed files with 7 additions and 2 deletions
|
@ -1,22 +1,27 @@
|
||||||
# Template file for 'python3-numpy'
|
# Template file for 'python3-numpy'
|
||||||
pkgname=python3-numpy
|
pkgname=python3-numpy
|
||||||
version=1.17.0
|
version=1.17.1
|
||||||
revision=1
|
revision=1
|
||||||
wrksrc="numpy-${version}"
|
wrksrc="numpy-${version}"
|
||||||
build_style=python3-module
|
build_style=python3-module
|
||||||
pycompile_module="numpy"
|
pycompile_module="numpy"
|
||||||
hostmakedepends="python3-setuptools python3-Cython gcc-fortran"
|
hostmakedepends="python3-setuptools python3-Cython gcc-fortran"
|
||||||
makedepends="python3-devel lapack-devel cblas-devel"
|
makedepends="python3-devel lapack-devel cblas-devel"
|
||||||
|
checkdepends="python3-pytest"
|
||||||
short_desc="Fast and sophisticated array facility to Python3"
|
short_desc="Fast and sophisticated array facility to Python3"
|
||||||
maintainer="bra1nwave <brainwave@openmailbox.org>"
|
maintainer="bra1nwave <brainwave@openmailbox.org>"
|
||||||
license="BSD-3-Clause"
|
license="BSD-3-Clause"
|
||||||
homepage="https://www.numpy.org/"
|
homepage="https://www.numpy.org/"
|
||||||
distfiles="https://github.com/numpy/numpy/archive/v${version}.tar.gz"
|
distfiles="https://github.com/numpy/numpy/archive/v${version}.tar.gz"
|
||||||
checksum=56b53127c1d9dbb91fe1493646d71d8d95feea8320a1fa9808c9d983d1dc4a87
|
checksum=c47202690e013ea2ee170f0e8f5dd7f5f667e2180c84d5b6e7ec2e284c34228a
|
||||||
alternatives="numpy:f2py:/usr/bin/f2py3"
|
alternatives="numpy:f2py:/usr/bin/f2py3"
|
||||||
|
|
||||||
nocross="https://build.voidlinux.org/builders/armv7l_builder/builds/1408/steps/shell_3/logs/stdio"
|
nocross="https://build.voidlinux.org/builders/armv7l_builder/builds/1408/steps/shell_3/logs/stdio"
|
||||||
|
|
||||||
|
do_check() {
|
||||||
|
./runtests.py
|
||||||
|
}
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
# create compat symlinks for .h files
|
# create compat symlinks for .h files
|
||||||
vmkdir ${py3_inc}
|
vmkdir ${py3_inc}
|
||||||
|
|
Loading…
Reference in a new issue