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

19 lines
495 B
Text
Raw Normal View History

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