Openembedded Core Discussions
 help / color / mirror / Atom feed
* [PATCH] python-numpy: incompatible with armv4 and armv5
@ 2020-03-14 19:40 André Draszik
  2020-03-14 20:32 ` Adrian Bunk
  0 siblings, 1 reply; 2+ messages in thread
From: André Draszik @ 2020-03-14 19:40 UTC (permalink / raw)
  To: openembedded-core

Just throws lots of compiler errors regarding the floating point macros,
similar to the ones mentioned in commit 3e40a1d230a9
("boost: fix mips soft float compilation") commit 7e712e1831f8 in
poky.

Just disable, to avoid frustration.

Signed-off-by: André Draszik <git@andred.net>
---
 meta/recipes-devtools/python-numpy/python-numpy.inc | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/meta/recipes-devtools/python-numpy/python-numpy.inc b/meta/recipes-devtools/python-numpy/python-numpy.inc
index 8413434af9..66fd589e8c 100644
--- a/meta/recipes-devtools/python-numpy/python-numpy.inc
+++ b/meta/recipes-devtools/python-numpy/python-numpy.inc
@@ -50,3 +50,6 @@ RDEPENDS_${PN} = "${PYTHON_PN}-unittest \
 RDEPENDS_${PN}_class-native = ""
 
 BBCLASSEXTEND = "native nativesdk"
+
+COMPATIBLE_HOST_armv4 = "null"
+COMPATIBLE_HOST_armv5 = "null"
-- 
2.23.0.rc1



^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH] python-numpy: incompatible with armv4 and armv5
  2020-03-14 19:40 [PATCH] python-numpy: incompatible with armv4 and armv5 André Draszik
@ 2020-03-14 20:32 ` Adrian Bunk
  0 siblings, 0 replies; 2+ messages in thread
From: Adrian Bunk @ 2020-03-14 20:32 UTC (permalink / raw)
  To: André Draszik; +Cc: openembedded-core

On Sat, Mar 14, 2020 at 07:40:38PM +0000, André Draszik wrote:
> Just throws lots of compiler errors regarding the floating point macros,
> similar to the ones mentioned in commit 3e40a1d230a9
> ("boost: fix mips soft float compilation") commit 7e712e1831f8 in
> poky.
> 
> Just disable, to avoid frustration.
>...
> +COMPATIBLE_HOST_armv4 = "null"
> +COMPATIBLE_HOST_armv5 = "null"
>...

Builds for me for qemuarmv5.

cu
Adrian


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2020-03-14 20:32 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-03-14 19:40 [PATCH] python-numpy: incompatible with armv4 and armv5 André Draszik
2020-03-14 20:32 ` Adrian Bunk

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox