summaryrefslogtreecommitdiff
path: root/community/python-scipy
diff options
context:
space:
mode:
authorroot <root@rshg054.dnsready.net>2013-10-18 01:09:28 -0700
committerroot <root@rshg054.dnsready.net>2013-10-18 01:09:28 -0700
commitcc1dbaab9d968ae5ace1956c3662b8b492694800 (patch)
treeda9b8d35950f63d7a68e4d4e5938715e1f0f5cdb /community/python-scipy
parentc72dc5de577922ea7f6002cdabcfac1576eae211 (diff)
Fri Oct 18 01:09:01 PDT 2013
Diffstat (limited to 'community/python-scipy')
-rw-r--r--community/python-scipy/PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/community/python-scipy/PKGBUILD b/community/python-scipy/PKGBUILD
index 03e73c7e6..fdd5383f2 100644
--- a/community/python-scipy/PKGBUILD
+++ b/community/python-scipy/PKGBUILD
@@ -6,7 +6,7 @@
# Contributor: Andrzej Giniewicz <gginiu@gmail.com>
pkgname=('python-scipy' 'python2-scipy')
-pkgver=0.12.0
+pkgver=0.12.1
pkgrel=1
pkgdesc="SciPy is open-source software for mathematics, science, and engineering."
arch=('i686' 'x86_64')
@@ -16,6 +16,7 @@ makedepends=('gcc-fortran' 'python-numpy' 'python2-numpy')
checkdepends=('python-nose' 'python2-nose')
source=("http://downloads.sourceforge.net/scipy/scipy-${pkgver}.tar.gz" )
# "http://pkgbuild.com/~jelle/0001-GEN-regenerate-C-sources-with-Cython-0.17.1.patch.xz")
+md5sums=('906278290152fedfe79029371ca584a5')
build() {
unset LDFLAGS
@@ -47,7 +48,7 @@ build() {
check() {
cd scipy-${pkgver}
# figure out how to run tests in the source tree easily
-# python -c "from scipy import test; test('full')"
+#python -c "from scipy import test; test('full')"
cd ../scipy-${pkgver}-py2
# figure out how to run tests in the source tree easily
@@ -81,4 +82,3 @@ package_python2-scipy() {
}
# vim:set ts=2 sw=2 et:
-md5sums=('8fb4da324649f655e8557ea92b998786')