2018-06-09 00:06:58 +02:00
|
|
|
|
# Tanım: python3 bilimsel araç kütüphanesi
|
|
|
|
|
# URL: http://numpy.scipy.org/
|
|
|
|
|
# Paketçi: milisarge
|
2018-08-15 15:52:08 +02:00
|
|
|
|
# Gerekler: python3 python3-setuptools lapack cython
|
2018-08-01 09:18:28 +02:00
|
|
|
|
# Grup: kütüphane
|
2018-06-09 00:06:58 +02:00
|
|
|
|
|
|
|
|
|
isim=python3-numpy
|
2018-08-15 15:52:08 +02:00
|
|
|
|
surum=1.15.0
|
2018-06-09 00:06:58 +02:00
|
|
|
|
devir=1
|
|
|
|
|
|
2018-08-15 15:52:08 +02:00
|
|
|
|
kaynak=(https://github.com/numpy/numpy/archive/v$surum.tar.gz::numpy-$surum.tar.gz)
|
2018-06-09 00:06:58 +02:00
|
|
|
|
|
|
|
|
|
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
|
|
|
|
|
}
|