From c4c739c8a6cdd79e9d460eff2d94f88fe7108e77 Mon Sep 17 00:00:00 2001 From: onekk Date: Thu, 29 May 2014 19:02:56 +0200 Subject: [PATCH] New Package: python-numpy Numerical Python library add a fast and sophisticated array facility to the Python language. Compiled without any BLAS or LAPACK dependencies, I remove the noarch line as it compile with gfortran for some type of optimisation, not very optimized and not very fast but needed to build some other program, in future a wiki page explain the correct method to compile the optimized packaged and recompile python-numpy to take advantage of it. Regards Carlo --- srcpkgs/python-numpy/template | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 srcpkgs/python-numpy/template diff --git a/srcpkgs/python-numpy/template b/srcpkgs/python-numpy/template new file mode 100644 index 00000000000..e20810e3e4c --- /dev/null +++ b/srcpkgs/python-numpy/template @@ -0,0 +1,16 @@ +# Template file for 'python-numpy' +pkgname=python-numpy +version=1.8.1 +revision=1 +build_style=python-module +pycompile_module="numpy" +hostmakedepends="python-distribute" +makedepends="python-devel gcc-fortran libgfortran-devel" +depends="python>=2.7" +short_desc="NumPy adds a fast and sophisticated array facility to Python" +maintainer="Carlo Dormeletti " +homepage="http://www.numpy.org" +license="MIT" +distfiles="${SOURCEFORGE_SITE}/numpy/NumPy/${version}/numpy-${version}.tar.gz" +checksum=3d722fc3ac922a34c50183683e828052cd9bb7e9134a95098441297d7ea1c7a9 +wrksrc="numpy-${version}"