diff options
author | lesibel <lesibel@free.fr> | 2009-11-10 14:49:18 +0100 |
---|---|---|
committer | lesibel <lesibel@free.fr> | 2009-11-10 14:49:18 +0100 |
commit | 2c6ca943baa9f5e59d0d0b4d0e66ffbc9ca4e6e1 (patch) | |
tree | 9db85d48ad5393d7ee0848f8b27f4c99806a00ed /extra/python-numpy/Pkgfile | |
parent | 7ff5e21824583ae16019a14d1a6f1f40c05c1417 (diff) | |
download | nutyx-pakxe-2c6ca943baa9f5e59d0d0b4d0e66ffbc9ca4e6e1.tar.gz nutyx-pakxe-2c6ca943baa9f5e59d0d0b4d0e66ffbc9ca4e6e1.tar.bz2 nutyx-pakxe-2c6ca943baa9f5e59d0d0b4d0e66ffbc9ca4e6e1.tar.xz nutyx-pakxe-2c6ca943baa9f5e59d0d0b4d0e66ffbc9ca4e6e1.zip |
Ajout de python-numphy#1.3.0-1
Diffstat (limited to 'extra/python-numpy/Pkgfile')
-rw-r--r-- | extra/python-numpy/Pkgfile | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/extra/python-numpy/Pkgfile b/extra/python-numpy/Pkgfile new file mode 100644 index 000000000..2e65eda27 --- /dev/null +++ b/extra/python-numpy/Pkgfile @@ -0,0 +1,19 @@ +# Description: Scientific tools for Python +# URL: http://numpy.scipy.org/ +# Maintainer: NuTyX core team +# Packager: lesibel at free dot fr +# Depends on: blas, lapack + +name=python-numpy +version=1.3.0 +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 + + install -D -m644 LICENSE.txt $PKG/usr/share/licenses/$name/LICENSE +} |