talimat 528 B

1234567891011121314151617181920
  1. # Tanım: python3 bilimsel araç kütüphanesi
  2. # URL: http://numpy.scipy.org/
  3. # Paketçi: milisarge
  4. # Gerekler: python3 python3-setuptools lapack cython
  5. # Grup: kütüphane
  6. isim=python3-numpy
  7. surum=1.15.0
  8. devir=1
  9. kaynak=(https://github.com/numpy/numpy/archive/v$surum.tar.gz::numpy-$surum.tar.gz)
  10. derle() {
  11. cd numpy-$surum
  12. export Atlas=None
  13. export LDFLAGS="$LDFLAGS -shared"
  14. python3 setup.py config_fc --fcompiler=gnu95 build
  15. python3 setup.py config_fc --fcompiler=gnu95 install --prefix=/usr --root=$PKG --optimize=1
  16. }