mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-16 19:50:19 +01:00
academic/scipy3: Updated for version 1.9.0.
Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
51642dcdea
commit
db224ceddc
2 changed files with 4 additions and 4 deletions
|
@ -33,7 +33,7 @@ cd $(dirname $0) ; CWD=$(pwd)
|
|||
|
||||
PRGNAM="scipy3"
|
||||
SRCNAM="scipy"
|
||||
VERSION=${VERSION:-1.8.1}
|
||||
VERSION=${VERSION:-1.9.0}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
PKGTYPE=${PKGTYPE:-tgz}
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="scipy3"
|
||||
VERSION="1.8.1"
|
||||
VERSION="1.9.0"
|
||||
HOMEPAGE="https://www.scipy.org/"
|
||||
DOWNLOAD="https://github.com/scipy/scipy/releases/download/v1.8.1/scipy-1.8.1.tar.gz"
|
||||
MD5SUM="df5ce79288fc457238aeef18e8f70dfc"
|
||||
DOWNLOAD="https://github.com/scipy/scipy/releases/download/v1.9.0/scipy-1.9.0.tar.gz"
|
||||
MD5SUM="1f2e527930ddfa15a622b146dae42144"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES="numpy3 lapack pybind11 python3-pythran"
|
||||
|
|
Loading…
Reference in a new issue