mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-04 20:29:09 +01:00
development/numpy: Updated for version 1.9.1.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
b6d95b1387
commit
d65fa1e6bb
2 changed files with 5 additions and 5 deletions
|
@ -3,13 +3,13 @@
|
|||
# Slackware build script for NumPy
|
||||
|
||||
# Written by Aleksandar Samardzic <asamardzic@gmail.com>
|
||||
# Updated up to 1.9.0 by Serban Udrea <S.Udrea@gsi.de>
|
||||
# Updated up to 1.9.1 by Serban Udrea <S.Udrea@gsi.de>
|
||||
# Added support for building with debugging symbols (S. Udrea)
|
||||
# LIBDIRSUFFIX is now needed to set the proper path for
|
||||
# UMFPACK (S. Udrea)
|
||||
|
||||
PRGNAM=numpy
|
||||
VERSION=${VERSION:-1.9.0}
|
||||
VERSION=${VERSION:-1.9.1}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="numpy"
|
||||
VERSION="1.9.0"
|
||||
VERSION="1.9.1"
|
||||
HOMEPAGE="http://numpy.scipy.org/"
|
||||
DOWNLOAD="http://download.sourceforge.net/project/numpy/NumPy/1.9.0/numpy-1.9.0.tar.gz"
|
||||
MD5SUM="a93dfc447f3ef749b31447084839930b"
|
||||
DOWNLOAD="http://download.sourceforge.net/project/numpy/NumPy/1.9.1/numpy-1.9.1.tar.gz"
|
||||
MD5SUM="78842b73560ec378142665e712ae4ad9"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES=""
|
||||
|
|
Loading…
Reference in a new issue