milis/talimatname/genel/python-numpy/talimat

19 lines
509 B
Plaintext

# Description: python bilimsel araç kütüphanesi
# URL: http://numpy.scipy.org/
# Packager: milisarge
# Depends on: python-setuptools lapack
name=python-numpy
version=1.11.2
release=1
source=(http://sourceforge.net/projects/numpy/files/NumPy/$version/numpy-$version.tar.gz)
build() {
cd numpy-$version
export Atlas=None
export LDFLAGS="$LDFLAGS -shared"
python2 setup.py config_fc --fcompiler=gnu95 build
python2 setup.py config_fc --fcompiler=gnu95 install --prefix=/usr --root=$PKG --optimize=1
}