20 lines
528 B
Plaintext
20 lines
528 B
Plaintext
# Tanım: python3 bilimsel araç kütüphanesi
|
||
# URL: http://numpy.scipy.org/
|
||
# Paketçi: milisarge
|
||
# Gerekler: python3 python3-setuptools lapack cython
|
||
# Grup: kütüphane
|
||
|
||
isim=python3-numpy
|
||
surum=1.15.0
|
||
devir=1
|
||
|
||
kaynak=(https://github.com/numpy/numpy/archive/v$surum.tar.gz::numpy-$surum.tar.gz)
|
||
|
||
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
|
||
}
|