]> code.ossystems Code Review - openembedded-core.git/commit
python-numpy: Upgrade from 1.10.4 to 1.11.0
authorAlejandro Hernandez <alejandro.hernandez@linux.intel.com>
Wed, 8 Jun 2016 05:56:11 +0000 (05:56 +0000)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Sun, 12 Jun 2016 22:37:00 +0000 (23:37 +0100)
commitdd756bb8fdff676dba312e38ebc90c4c89dfe855
tree19d2c2c1dc6f802b23515373a2bc8ae9da64f2b2
parente2e248919e31029ece26ec0f1383690ce410aa24
python-numpy: Upgrade from 1.10.4 to 1.11.0

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>
meta/recipes-devtools/python-numpy/files/fix_shebang_f2py.patch [new file with mode: 0644]
meta/recipes-devtools/python-numpy/python-numpy_1.11.0.bb [moved from meta/recipes-devtools/python-numpy/python-numpy_1.10.4.bb with 85% similarity]
meta/recipes-devtools/python-numpy/python3-numpy_1.11.0.bb [moved from meta/recipes-devtools/python-numpy/python3-numpy_1.10.4.bb with 84% similarity]