diff options
Diffstat (limited to 'extra/python-numpy/PKGBUILD')
-rwxr-xr-x | extra/python-numpy/PKGBUILD | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/extra/python-numpy/PKGBUILD b/extra/python-numpy/PKGBUILD index b6bdc5f06..27c1fe3e4 100755 --- a/extra/python-numpy/PKGBUILD +++ b/extra/python-numpy/PKGBUILD @@ -1,4 +1,4 @@ -# $Id: PKGBUILD 193422 2013-08-20 06:10:08Z angvp $ +# $Id: PKGBUILD 197708 2013-10-28 18:10:31Z jgc $ # Maintainer: Jan de Groot <jgc@archlinux.org> # Contributor: Douglas Soares de Andrade <dsa@aur.archlinux.org> # Contributor: Angel 'angvp' Velasquez <angvp[at]archlinux.com.ve> @@ -6,12 +6,13 @@ pkgbase=python-numpy pkgname=('python2-numpy' 'python-numpy') pkgver=1.7.1 -pkgrel=2 +pkgrel=3 pkgdesc="Scientific tools for Python" arch=('i686' 'x86_64' 'mips64el') license=('custom') url="http://www.numpy.org/" -makedepends=('lapack' 'python' 'python2' 'python-setuptools' 'python2-setuptools' 'gcc-fortran' 'python-nose') +makedepends=('lapack' 'python' 'python2' 'python-setuptools' 'python2-setuptools' 'gcc-fortran' 'python-nose' 'python2-nose') +options=('staticlibs') source=(http://downloads.sourceforge.net/numpy/numpy-${pkgver}.tar.gz) md5sums=('0ab72b3b83528a7ae79c6df9042d61c6') @@ -33,7 +34,7 @@ build() { package_python2-numpy() { depends=('lapack' 'python2') - optdepends=('python-nose: testsuite') + optdepends=('python2-nose: testsuite') _pyver=2.7 @@ -57,6 +58,7 @@ package_python2-numpy() { package_python-numpy() { depends=('lapack' 'python') + optdepends=('python-nose: testsuite') provides=("python3-numpy=${pkgver}") replaces=('python3-numpy') conflicts=('python3-numpy') |