mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-11 17:43:51 +02:00
python3-numpy: update to 1.20.2.
This commit is contained in:
parent
daaa687de5
commit
dc5fe8b7d8
1 changed files with 4 additions and 6 deletions
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'python3-numpy'
|
# Template file for 'python3-numpy'
|
||||||
pkgname=python3-numpy
|
pkgname=python3-numpy
|
||||||
version=1.20.1
|
version=1.20.2
|
||||||
revision=1
|
revision=1
|
||||||
wrksrc="numpy-${version}"
|
wrksrc="numpy-${version}"
|
||||||
build_style=python3-module
|
build_style=python3-module
|
||||||
|
@ -13,8 +13,10 @@ maintainer="Andrew J. Hesford <ajh@sideband.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=faadd54211fe33ec569795d29ce7662ec6b342b8778822a7658386de541101b4
|
checksum=f2431c82e2d0ee1a7dba3abd26b9e80d8d3cfa620e8b37e7d95991ad6c785834
|
||||||
alternatives="numpy:f2py:/usr/bin/f2py3"
|
alternatives="numpy:f2py:/usr/bin/f2py3"
|
||||||
|
# Tests do not function propery in a build directory
|
||||||
|
make_check="no"
|
||||||
|
|
||||||
build_options="openblas"
|
build_options="openblas"
|
||||||
|
|
||||||
|
@ -70,10 +72,6 @@ pre_build() {
|
||||||
done
|
done
|
||||||
}
|
}
|
||||||
|
|
||||||
do_check() {
|
|
||||||
echo "Skipping check: tests do not function properly in builddir"
|
|
||||||
}
|
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
# create compat symlinks for .h files
|
# create compat symlinks for .h files
|
||||||
vmkdir ${py3_inc}
|
vmkdir ${py3_inc}
|
||||||
|
|
Loading…
Add table
Reference in a new issue