python3-scipy: update to 1.6.0.

This commit is contained in:
Andrew J. Hesford 2021-01-04 14:01:05 -05:00
parent d4be8cefb4
commit eed5ec70fd

View file

@ -1,6 +1,6 @@
# Template file for 'python3-scipy'
pkgname=python3-scipy
version=1.5.4
version=1.6.0
revision=1
wrksrc="scipy-${version}"
build_style=python3-module
@ -10,13 +10,13 @@ hostmakedepends="gcc-fortran python3-setuptools python3-Cython python3-pybind11"
makedepends="python3-devel python3-pybind11
$(vopt_if openblas openblas-devel lapack-devel)"
depends="python3-numpy"
checkdepends="python3-nose"
checkdepends="python3-pytest"
short_desc="Scientific library for Python3"
maintainer="Alessio Sergi <al3hex@gmail.com>"
license="BSD-3-Clause"
homepage="https://scipy.org/scipylib/"
distfiles="https://github.com/scipy/scipy/releases/download/v${version}/scipy-${version}.tar.xz"
checksum=5c87347bfe2db6e23d391aa226584f6b280248c0ca71e08f26f1faf9d7a76bc9
checksum=dd06d02e8ac6e13e973cbab3da63888daf26a4fec1cd8a8d0804ec872864a7f5
build_options="openblas"
desc_option_openblas="Enable support for openblas accelerated linear algebra"
@ -48,6 +48,10 @@ pre_build() {
done
}
do_check() {
python3 ./runtests.py --verbose
}
post_install() {
rm ${DESTDIR}/${py3_sitelib}/scipy/*.txt
vlicense LICENSE.txt