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

19 lines
492 B
Plaintext
Raw Normal View History

2017-10-27 20:46:27 +02:00
# Tanım: python bilimsel araç kütüphanesi
2016-02-24 01:27:23 +01:00
# URL: http://numpy.scipy.org/
2017-10-27 20:46:27 +02:00
# Paketçi: milisarge
# Gerekler: python-setuptools lapack
2016-02-24 01:27:23 +01:00
2017-10-28 14:10:23 +02:00
isim=python-numpy
surum=1.11.2
devir=1
2016-02-24 01:27:23 +01:00
2017-10-28 14:10:23 +02:00
kaynak=(http://sourceforge.net/projects/numpy/files/NumPy/$surum/numpy-$surum.tar.gz)
2016-02-24 01:27:23 +01:00
2017-10-27 23:59:41 +02:00
derle() {
2017-10-28 14:10:23 +02:00
cd numpy-$surum
2017-05-31 01:05:30 +02:00
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
2016-02-24 01:27:23 +01:00
}