summaryrefslogtreecommitdiffstats
path: root/academic
diff options
context:
space:
mode:
Diffstat (limited to 'academic')
-rw-r--r--academic/scipy/README3
-rw-r--r--academic/scipy/scipy.SlackBuild5
-rw-r--r--academic/scipy/scipy.info10
3 files changed, 9 insertions, 9 deletions
diff --git a/academic/scipy/README b/academic/scipy/README
index 82717b08e3..80d7562dec 100644
--- a/academic/scipy/README
+++ b/academic/scipy/README
@@ -1,5 +1,6 @@
SciPy (pronounced "Sigh Pie") is open-source software for mathematics,
science, and engineering.
+
The SciPy library is built to work with NumPy arrays, and provides many
user-friendly and efficient numerical routines such as routines for numerical
integration and optimization. Together, they run on all popular operating
@@ -7,4 +8,4 @@ systems, are quick to install, and are free of charge. NumPy and SciPy are
easy to use, but powerful enough to be depended upon by some of the world's
leading scientists and engineers.
-This package requires NumPy, Matplotlib, iPython, BLAS, LAPACK.
+This requires numpy, matplotlib, ipython, blas, and lapack.
diff --git a/academic/scipy/scipy.SlackBuild b/academic/scipy/scipy.SlackBuild
index ec916b7462..9f293643ad 100644
--- a/academic/scipy/scipy.SlackBuild
+++ b/academic/scipy/scipy.SlackBuild
@@ -3,18 +3,17 @@
# Build script for the Python SciPy package
# Written by Eugene Suter <easuter@gmail.com>
+# Updated to 0.7.2 by João Felipe Santos <joao.eel@gmail.com>
PRGNAM=scipy
-VERSION=${VERSION:-0.7.0}
+VERSION=${VERSION:-0.7.2}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
-# Automatically determine the architecture we're building on:
if [ -z "$ARCH" ]; then
case "$( uname -m )" in
i?86) ARCH=i486 ;;
arm*) ARCH=arm ;;
- # Unless $ARCH is already set, use uname -m for all other archs:
*) ARCH=$( uname -m ) ;;
esac
fi
diff --git a/academic/scipy/scipy.info b/academic/scipy/scipy.info
index 646c637a07..decaf938f7 100644
--- a/academic/scipy/scipy.info
+++ b/academic/scipy/scipy.info
@@ -1,10 +1,10 @@
PRGNAM="scipy"
-VERSION="0.7.0"
+VERSION="0.7.2"
HOMEPAGE="www.scipy.org"
-DOWNLOAD="http://downloads.sourceforge.net/scipy/scipy-0.7.0.tar.gz"
-MD5SUM="80078ed5f47a48aec2cde3769ba39972"
+DOWNLOAD="http://downloads.sourceforge.net/scipy/scipy-0.7.2.tar.gz"
+MD5SUM="33f883f5ea4227de7097c47d70d5402a"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
-MAINTAINER="Eugene Suter"
-EMAIL="easuter@gmail.com"
+MAINTAINER="João Felipe Santos"
+EMAIL="joao.eel@gmail.com"
APPROVED="rworkman"