diff options
author | root <root@rshg054.dnsready.net> | 2013-04-11 00:04:39 -0700 |
---|---|---|
committer | root <root@rshg054.dnsready.net> | 2013-04-11 00:04:39 -0700 |
commit | 337402b957bab442da9e0d46ee7a8d8f32ede3ce (patch) | |
tree | ede23528c497381b6f3468a5acffc69236eefc76 /community/python-scipy | |
parent | 5aa2d7527764c179fd31c1c3505b572773224c94 (diff) |
Thu Apr 11 00:04:39 PDT 2013
Diffstat (limited to 'community/python-scipy')
-rw-r--r-- | community/python-scipy/PKGBUILD | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/community/python-scipy/PKGBUILD b/community/python-scipy/PKGBUILD index 403dbfece..03e73c7e6 100644 --- a/community/python-scipy/PKGBUILD +++ b/community/python-scipy/PKGBUILD @@ -6,15 +6,16 @@ # Contributor: Andrzej Giniewicz <gginiu@gmail.com> pkgname=('python-scipy' 'python2-scipy') -pkgver=0.11.0 -pkgrel=4 +pkgver=0.12.0 +pkgrel=1 pkgdesc="SciPy is open-source software for mathematics, science, and engineering." arch=('i686' 'x86_64') url="http://www.scipy.org/" license=('BSD') 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") +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") build() { unset LDFLAGS @@ -29,7 +30,7 @@ build() { # build for python3 cd scipy-${pkgver} - patch -Np1 -i $srcdir/0001-GEN-regenerate-C-sources-with-Cython-0.17.1.patch +#patch -Np1 -i $srcdir/0001-GEN-regenerate-C-sources-with-Cython-0.17.1.patch python3 setup.py config_fc --fcompiler=gnu95 build # build for python2 @@ -80,5 +81,4 @@ package_python2-scipy() { } # vim:set ts=2 sw=2 et: -md5sums=('842c81d35fd63579c41a8ca21a2419b9' - '20d41a597ebfb260d777597e431a7a20') +md5sums=('8fb4da324649f655e8557ea92b998786') |