summaryrefslogtreecommitdiffstats
path: root/extra/python-numpy/Pkgfile
diff options
context:
space:
mode:
authortnut <thierryn1 at hispeed dot ch>2011-03-21 20:46:27 +0100
committertnut <thierryn1 at hispeed dot ch>2011-03-21 20:46:27 +0100
commit9fdbfba2fa30523dd1f97017c6ed88032b84734a (patch)
treee9781bb4edb4e68d5199ad1adb6a20e2fd271e98 /extra/python-numpy/Pkgfile
parent6224ec591b5f03d1ac3fc9d7a2071ebc9f678db7 (diff)
downloadnutyx-extra-9fdbfba2fa30523dd1f97017c6ed88032b84734a.tar.gz
nutyx-extra-9fdbfba2fa30523dd1f97017c6ed88032b84734a.tar.bz2
nutyx-extra-9fdbfba2fa30523dd1f97017c6ed88032b84734a.tar.xz
nutyx-extra-9fdbfba2fa30523dd1f97017c6ed88032b84734a.zip
python-numpy dans ouvert
Diffstat (limited to 'extra/python-numpy/Pkgfile')
-rw-r--r--extra/python-numpy/Pkgfile23
1 files changed, 0 insertions, 23 deletions
diff --git a/extra/python-numpy/Pkgfile b/extra/python-numpy/Pkgfile
deleted file mode 100644
index 68f496e98..000000000
--- a/extra/python-numpy/Pkgfile
+++ /dev/null
@@ -1,23 +0,0 @@
-# Description: Scientific tools for Python
-# URL: http://numpy.scipy.org/
-# Maintainer: NuTyX core team
-# Packager: lesibel at free dot fr
-# Depends on: blas, lapack
-# Run on: blas,lapack
-
-name=python-numpy
-version=1.5.1
-release=1
-source=(http://downloads.sourceforge.net/numpy/numpy-$version.tar.gz)
-
-build() {
- cd numpy-$version
- export Atlas=None
- export LDFLAGS="$LDFLAGS -shared"
-
- 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
-}
-