python-numpy: new package
authorSamuel Martin <s.martin49@gmail.com>
Tue, 22 Apr 2014 23:15:37 +0000 (01:15 +0200)
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Wed, 16 Jul 2014 20:27:34 +0000 (22:27 +0200)
commit6777348f340b5340f6499534e568653f4b68c1c0
treee9c5e4544e36f6b12dbbb2ef19ef79e989f458a8
parent643627fc43abf0f2dff248992219ad56e27a21c9
python-numpy: new package

This patch add NumPy package for python.

Since Fortran support has been deprecated in Buildroot since the 2013.11
release, and because most of the external toolchains do not provide a
Fortran compiler, it is necessary to explicity disable Fortran compiler
to avoid catching the one from the host system if any.

We also need to fill a site.cfg file to tell NumPy build-system where
it should looking for BLAS and LAPACK libraries.

Some packages may include headers provided by python-numpy package, so
python-numpy is installed to the staging directory.

[Thomas:
 - add dependency in Config.in to take into account fenv.h
   requirement, suggested by Yann E. Morin.
 - modified to use the staging installation logic in the python
   package infrastructure.]

Signed-off-by: Samuel Martin <s.martin49@gmail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
package/Config.in
package/python-numpy/Config.in [new file with mode: 0644]
package/python-numpy/python-numpy.mk [new file with mode: 0644]