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