From 625401d6e342f4819fe84ee3f208e590e93a35c0 Mon Sep 17 00:00:00 2001 From: sibel Date: Tue, 28 Dec 2010 17:48:36 +0000 Subject: python-numpy#1.5.1-1, maj port --- extra/python-numpy/Pkgfile | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) (limited to 'extra/python-numpy/Pkgfile') diff --git a/extra/python-numpy/Pkgfile b/extra/python-numpy/Pkgfile index 4037912ea..9bea35c13 100644 --- a/extra/python-numpy/Pkgfile +++ b/extra/python-numpy/Pkgfile @@ -5,16 +5,18 @@ # Depends on: blas, lapack name=python-numpy -version=1.3.0 +version=1.5.1 release=1 source=(http://downloads.sourceforge.net/numpy/numpy-$version.tar.gz) build() { - cd numpy-$version - export Atlas=None - python setup.py config_fc --fcompiler=gnu95 build - python setup.py config_fc --fcompiler=gnu95 install --prefix=/usr --root=$PKG + cd numpy-$version + export Atlas=None + export LDFLAGS="$LDFLAGS -shared" - install -D -m644 LICENSE.txt $PKG/usr/share/licenses/$name/LICENSE + python setup.py config_fc --fcompiler=gnu95 build + python setup.py config_fc --fcompiler=gnu95 install --prefix=/usr --root=$PKG + + install -D -m644 LICENSE.txt $PKG/usr/share/licenses/$name/LICENSE } -- cgit v1.2.3-70-g09d2