python-numpy: add support for powerpc architecture

Signed-off-by: Zhenhua Luo <zhenhua.luo@freescale.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
This commit is contained in:
Zhenhua Luo
2013-11-21 12:50:12 +08:00
committed by Martin Jansa
parent 742bd501e8
commit 7f903c9d0b
5 changed files with 216 additions and 0 deletions

View File

@@ -34,6 +34,15 @@ CONFIGFILESURI_x86-64 = " \
file://_numpyconfig.h \
"
CONFIGFILESURI_powerpc = " \
file://config.h \
file://numpyconfig.h \
"
CONFIGFILESURI_powerpc64 = " \
file://config.h \
file://_numpyconfig.h \
"
S = "${WORKDIR}/numpy-${PV}"
inherit distutils