python3-numpy: update to 1.18.3.
This commit is contained in:
parent
dbda826277
commit
e92f61e319
1 changed files with 4 additions and 4 deletions
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'python3-numpy'
|
||||
pkgname=python3-numpy
|
||||
version=1.18.2
|
||||
revision=2
|
||||
version=1.18.3
|
||||
revision=1
|
||||
wrksrc="numpy-${version}"
|
||||
build_style=python3-module
|
||||
hostmakedepends="python3-setuptools python3-Cython gcc-fortran"
|
||||
|
@ -13,11 +13,11 @@ maintainer="bra1nwave <bra1nwave@protonmail.com>"
|
|||
license="BSD-3-Clause"
|
||||
homepage="https://www.numpy.org/"
|
||||
distfiles="https://github.com/numpy/numpy/archive/v${version}.tar.gz"
|
||||
checksum=fdf3ed4e260e1af08b6743527634e85f999caba60d2525c1d6f5aea79f5a6d1f
|
||||
checksum=a44fe209fdfe7fd59d76e6297637367b57f3d9bd3b2b10ea7efc0028818db2de
|
||||
alternatives="numpy:f2py:/usr/bin/f2py3"
|
||||
|
||||
do_check() {
|
||||
./runtests.py
|
||||
./runtests.py -v
|
||||
}
|
||||
|
||||
post_install() {
|
||||
|
|
Loading…
Reference in a new issue