mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-29 17:02:56 +02:00
python3-scipy: update to 1.7.0.
This commit is contained in:
parent
59ab2669e6
commit
e29530832b
1 changed files with 5 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'python3-scipy'
|
# Template file for 'python3-scipy'
|
||||||
pkgname=python3-scipy
|
pkgname=python3-scipy
|
||||||
version=1.6.3
|
version=1.7.0
|
||||||
revision=1
|
revision=1
|
||||||
wrksrc="scipy-${version}"
|
wrksrc="scipy-${version}"
|
||||||
build_style=python3-module
|
build_style=python3-module
|
||||||
|
@ -16,7 +16,7 @@ maintainer="Andrew J. Hesford <ajh@sideband.org>"
|
||||||
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=3851fdcb1e6877241c3377aa971c85af0d44f90c57f4dd4e54e1b2bbd742635e
|
checksum=0564d1091b8db03418356f0839cc4bf73b9bf7cd1089586eb690208e1f44bb8d
|
||||||
|
|
||||||
build_options="openblas"
|
build_options="openblas"
|
||||||
|
|
||||||
|
@ -40,6 +40,9 @@ LDFLAGS+=" -shared"
|
||||||
# Tell numpy to build in parallel
|
# Tell numpy to build in parallel
|
||||||
export NPY_NUM_BUILD_JOBS="${XBPS_MAKEJOBS}"
|
export NPY_NUM_BUILD_JOBS="${XBPS_MAKEJOBS}"
|
||||||
|
|
||||||
|
# Pythran isn't packaged, disable for now
|
||||||
|
export SCIPY_USE_PYTHRAN=0
|
||||||
|
|
||||||
pre_build() {
|
pre_build() {
|
||||||
# Find the right linear algebra subroutines on the target arch
|
# Find the right linear algebra subroutines on the target arch
|
||||||
: > site.cfg
|
: > site.cfg
|
||||||
|
|
Loading…
Add table
Reference in a new issue