19 lines
492 B
Plaintext
19 lines
492 B
Plaintext
|
# 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
|
|||
|
}
|