diff --git a/programming/language/python/python-numpy/actions.py b/programming/language/python/python-numpy/actions.py new file mode 100644 index 0000000000..7ff3de5fd6 --- /dev/null +++ b/programming/language/python/python-numpy/actions.py @@ -0,0 +1,30 @@ +#!/usr/bin/python +# -*- coding: utf-8 -*- +# +# Licensed under the GNU General Public License, version 3. +# See the file http://www.gnu.org/licenses/gpl.txt + +from pisi.actionsapi import pisitools +from pisi.actionsapi import pythonmodules +from pisi.actionsapi import shelltools +from pisi.actionsapi import get + +WorkDir = "numpy-%s" % get.srcVERSION() + +NUMPY_FCONFIG = "config_fc --fcompiler=gnu95" +f2py_docs = "%s/%s/f2py_docs" % (get.docDIR(), get.srcNAME()) + +shelltools.export("LDFLAGS", "%s -shared" % get.LDFLAGS()) +shelltools.export("ATLAS", "None") +shelltools.export("PTATLAS", "None") + +def build(): + pythonmodules.compile(NUMPY_FCONFIG) + +def install(): + pythonmodules.install(NUMPY_FCONFIG) + + pisitools.doman("numpy/f2py/f2py.1") + + pisitools.insinto(f2py_docs, "numpy/f2py/docs/*.txt") + pisitools.dodoc("COMPATIBILITY", "DEV_README.txt", "LICENSE.txt", "THANKS.txt") diff --git a/programming/language/python/python-numpy/pspec.xml b/programming/language/python/python-numpy/pspec.xml new file mode 100644 index 0000000000..b5f998760b --- /dev/null +++ b/programming/language/python/python-numpy/pspec.xml @@ -0,0 +1,84 @@ + + + + + python-numpy + http://numeric.scipy.org + + PisiLinux Community + admins@pisilinux.org + + as-is + library + The fundamental package needed for scientific computing with Python + Numpy contains a powerful N-dimensional array object, sophisticated (broadcasting) functions, tools for integrating C/C++ and Fortran code, and useful linear algebra, Fourier transform, and random number capabilities. + mirrors://sourceforge/numpy/numpy-1.8.1.tar.gz + + python-devel + python-nose + libgfortran + lapack-devel + + + + + + + + python-numpy + + blas + lapack + python + + + /usr/lib + /usr/share/doc + /usr/share/man + /usr/bin + + + + + + 2014-05-29 + 1.8.1 + Version bump. + Marcin Bojara + marcin@pisilinux.org + + + 2014-05-27 + 1.8.0 + Rebuild for gcc + PisiLinux Community + admins@pisilinux.org + + + 2014-01-19 + 1.8.0 + Version bump + Richard de Bruin + rr.debruin@pisilinux.org + + + 2013-11-16 + 1.7.1 + Version bump + Burak Fazıl Ertürk + burakerturk@pisilinux.org + + + 2012-10-13 + 1.6.2 + First release + Marcin Bojara + marcin@pisilinux.org + + + diff --git a/programming/language/python/python-numpy/translations.xml b/programming/language/python/python-numpy/translations.xml new file mode 100644 index 0000000000..1c886e0fe3 --- /dev/null +++ b/programming/language/python/python-numpy/translations.xml @@ -0,0 +1,9 @@ + + + + numpy + Python ile bilimsel hesaplama için ihtiyaç duyulan temel paket + Numpy contiene un potente objeto de array N-dimensional, funciones sofisticadas (broadcasting), herramientas para la integración de código C/C++ y Fortran, y facilidades útiles de algebra lineal, transformación Fourier, y número aleatorios. + Numpy, N-boyutlu güçlü bir dizi, gelişmiş fonksiyonlar, C/C++ ve Fortran kodunu entegre etmek için araçlar, doğrusal cebir ve rastgele sayı özelliği içerir. + +