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

19 lines
495 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
isim=python3-numpy
surum=1.11.2
devir=1
kaynak=(http://sourceforge.net/projects/numpy/files/NumPy/$surum/numpy-$surum.tar.gz)
derle() {
cd numpy-$surum
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
}