Age | Commit message (Collapse) | Author | Files | |
---|---|---|---|---|
2016-06-01 | python-numpy: move recipe to own directory | Alexander Kanavin | 2 | |
This is done so that patches can be shared with python3-numpy Signed-off-by: Alexander Kanavin <alexander.kanavin@linux.intel.com> | ||||
2016-03-20 | python-numpy: Fix build on musl | Khem Raj | 1 | |
Match API version in cached _numpyconfig.h to the one mandated by numpy version in use. Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Ross Burton <ross.burton@intel.com> | ||||
2014-03-07 | python-numpy: fix build for qemumips and qemuppc | Chen Qi | 2 | |
When building python-numpy for qemumips or qemuppc, the following error appeared. cp: cannot stat `xxx/python-numpy/1.7.0-r1/*config.h': No such file or directory This is because for qemumips or qemuppc, there are no such files in SRC_URI. This patch fixes this compiling error by adding necessary files to the SRC_URI. Signed-off-by: Chen Qi <Qi.Chen@windriver.com> Signed-off-by: Saul Wold <sgw@linux.intel.com> |