summaryrefslogtreecommitdiff
path: root/meta/recipes-devtools/python-numpy/files
AgeCommit message (Collapse)AuthorFiles
2016-06-12python-numpy: Upgrade from 1.10.4 to 1.11.0Alejandro Hernandez1
Upgrades python-numpy and python3-numpy to 1.11.0, Drops using distutils class, to use setuptools class instead, this fixes a problem where after compilation the package was created as an egg, see YOCTO #8673 Fixes source location for both packages and also adds a new patch to fix the shebang on the f2py script, see YOCTO #9729 Signed-off-by: Alejandro Hernandez <alejandro.hernandez@linux.intel.com> Signed-off-by: Ross Burton <ross.burton@intel.com>
2016-06-01python-numpy: move recipe to own directoryAlexander Kanavin25
This is done so that patches can be shared with python3-numpy Signed-off-by: Alexander Kanavin <alexander.kanavin@linux.intel.com>