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

20 lines
528 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 python3-setuptools lapack cython
# Grup: kütüphane
isim=python3-numpy
surum=1.15.0
devir=1
kaynak=(https://github.com/numpy/numpy/archive/v$surum.tar.gz::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
}