mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-16 19:50:19 +01:00
academic/scipy: Updated for version 0.14.0.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
9eb537e2d2
commit
98a4e3c907
2 changed files with 5 additions and 5 deletions
|
@ -4,11 +4,11 @@
|
|||
|
||||
# Written by Eugene Suter <easuter@gmail.com>
|
||||
# Updated to 0.7.2 by João Felipe Santos <joao.eel@gmail.com>
|
||||
# Updated up to 0.10.1 by Serban Udrea <S.Udrea@gsi.de>
|
||||
# Updated up to 0.14.0 by Serban Udrea <S.Udrea@gsi.de>
|
||||
# Added support for building with debugging symbols (S. Udrea)
|
||||
|
||||
PRGNAM=scipy
|
||||
VERSION=${VERSION:-0.13.3}
|
||||
VERSION=${VERSION:-0.14.0}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="scipy"
|
||||
VERSION="0.13.3"
|
||||
VERSION="0.14.0"
|
||||
HOMEPAGE="http://www.scipy.org/"
|
||||
DOWNLOAD="http://garr.dl.sourceforge.net/project/scipy/scipy/0.13.3/scipy-0.13.3.tar.gz"
|
||||
MD5SUM="0547c1f8e8afad4009cc9b5ef17a2d4d"
|
||||
DOWNLOAD="http://skylink.dl.sourceforge.net/project/scipy/scipy/0.14.0/scipy-0.14.0.tar.gz"
|
||||
MD5SUM="d7c7f4ccf8b07b08d6fe49d5cd51f85d"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES="lapack numpy"
|
||||
|
|
Loading…
Reference in a new issue