python3-scipy: update to 1.5.3.

This commit is contained in:
Andrew J. Hesford 2020-10-18 13:45:52 -04:00
parent 3fd9950752
commit 1d261481e1

View file

@ -1,7 +1,7 @@
# Template file for 'python3-scipy'
pkgname=python3-scipy
version=1.5.2
revision=2
version=1.5.3
revision=1
wrksrc="scipy-${version}"
build_style=python3-module
build_helper="numpy"
@ -16,7 +16,7 @@ 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=28d5d2e9af6ca5c0352cd83fb64191f2d8e883ab5287a221ba7a175c8cc2ccbe
checksum=cab92f8dab54a3be66525ea23e4f6568145abd1e94681cce19258a140f4de416
build_options="openblas"
desc_option_openblas="Enable support for openblas accelerated linear algebra"
@ -31,6 +31,9 @@ esac
LDFLAGS+=" -shared"
# Tell numpy to build in parallel
export NPY_NUM_BUILD_JOBS="${makejobs/-j/}"
pre_build() {
# Find the right linear algebra subroutines on the target arch
: > site.cfg