[arch-commits] Commit in python-numpy/trunk (PKGBUILD)
Ionut Biru
ibiru at archlinux.org
Thu Feb 4 14:44:32 UTC 2010
Date: Thursday, February 4, 2010 @ 09:44:32
Author: ibiru
Revision: 67196
upgpkg: python-numpy 1.4.0-1
update to 1.4.0
Modified:
python-numpy/trunk/PKGBUILD
----------+
PKGBUILD | 9 +++++----
1 file changed, 5 insertions(+), 4 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2010-02-04 14:15:07 UTC (rev 67195)
+++ PKGBUILD 2010-02-04 14:44:32 UTC (rev 67196)
@@ -3,21 +3,22 @@
# Contributor: Angel 'angvp' Velasquez <angvp[at]archlinux.com.ve>
pkgname=python-numpy
-pkgver=1.3.0
-pkgrel=2
+pkgver=1.4.0
+pkgrel=1
pkgdesc="Scientific tools for Python"
arch=('i686' 'x86_64')
license=('custom')
url="http://numpy.scipy.org/"
depends=('blas' 'lapack')
-makedepends=('python-nose')
+makedepends=('python-nose' 'gcc-fortran')
optdepends=('python-nose: test suite')
source=(http://downloads.sourceforge.net/numpy/numpy-${pkgver}.tar.gz)
-md5sums=('3f7773ff0971a5ebb8591536d8ec7bd6')
+md5sums=('6d0ea698beda38109796240d08ecb296')
build() {
cd "${srcdir}/numpy-${pkgver}"
export Atlas=None
+ export LDFLAGS="$LDFLAGS -shared"
python setup.py config_fc --fcompiler=gnu95 build || return 1
python setup.py config_fc --fcompiler=gnu95 install --prefix=/usr --root="${pkgdir}" || return 1
More information about the arch-commits
mailing list