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

19 lines
492 B
Plaintext
Raw Normal View History

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