milis/talimatname/genel/p/python3-numpy/talimat

19 lines
505 B
Plaintext
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# Tanım: python3 bilimsel araç kütüphanesi
# URL: http://numpy.scipy.org/
# Paketçi: milisarge
# Gerekler: python3-setuptools lapack
name=python3-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"
python3 setup.py config_fc --fcompiler=gnu95 build
python3 setup.py config_fc --fcompiler=gnu95 install --prefix=/usr --root=$PKG --optimize=1
}