python3-numpy: update to 1.20.2.
This commit is contained in:
parent
daaa687de5
commit
dc5fe8b7d8
@ -1,6 +1,6 @@
|
||||
# Template file for 'python3-numpy'
|
||||
pkgname=python3-numpy
|
||||
version=1.20.1
|
||||
version=1.20.2
|
||||
revision=1
|
||||
wrksrc="numpy-${version}"
|
||||
build_style=python3-module
|
||||
@ -13,8 +13,10 @@ maintainer="Andrew J. Hesford <ajh@sideband.org>"
|
||||
license="BSD-3-Clause"
|
||||
homepage="https://www.numpy.org/"
|
||||
distfiles="https://github.com/numpy/numpy/archive/v${version}.tar.gz"
|
||||
checksum=faadd54211fe33ec569795d29ce7662ec6b342b8778822a7658386de541101b4
|
||||
checksum=f2431c82e2d0ee1a7dba3abd26b9e80d8d3cfa620e8b37e7d95991ad6c785834
|
||||
alternatives="numpy:f2py:/usr/bin/f2py3"
|
||||
# Tests do not function propery in a build directory
|
||||
make_check="no"
|
||||
|
||||
build_options="openblas"
|
||||
|
||||
@ -70,10 +72,6 @@ pre_build() {
|
||||
done
|
||||
}
|
||||
|
||||
do_check() {
|
||||
echo "Skipping check: tests do not function properly in builddir"
|
||||
}
|
||||
|
||||
post_install() {
|
||||
# create compat symlinks for .h files
|
||||
vmkdir ${py3_inc}
|
||||
|
Loading…
x
Reference in New Issue
Block a user