# 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 }