summaryrefslogtreecommitdiffstats
path: root/package/python-numpy/Config.in
Commit message (Collapse)AuthorAgeFilesLines
* python-numpy: remove duplicate BR2_sh in dependenciesThomas Petazzoni2014-07-181-1/+1
| | | | | Reported-by: Baruch Siach <baruch@tkos.co.il> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* python-numpy: disable on non-supported architecturesThomas Petazzoni2014-07-181-0/+4
| | | | | | | | | | | | | The numpy/core/include/numpy/npy_cpu.h file has some architecture-specific definitions, and not all architectures are supported. This commit makes sure python-numpy cannot be selected on the architectures that are not supported. Fixes: http://autobuild.buildroot.org/results/327/327c85f5b1849d390fcf0727cf48e621b946571f/ Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* python-numpy: new packageSamuel Martin2014-07-161-0/+13
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>
OpenPOWER on IntegriCloud