From cc1dbaab9d968ae5ace1956c3662b8b492694800 Mon Sep 17 00:00:00 2001 From: root Date: Fri, 18 Oct 2013 01:09:28 -0700 Subject: Fri Oct 18 01:09:01 PDT 2013 --- community/python-scipy/PKGBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'community/python-scipy') 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 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') -- cgit v1.2.3-54-g00ecf