From: "André Draszik" <git@andred.net>
To: openembedded-core@lists.openembedded.org
Subject: [PATCH] python-numpy: incompatible with armv4 and armv5
Date: Sat, 14 Mar 2020 19:40:38 +0000 [thread overview]
Message-ID: <20200314194038.5051-1-git@andred.net> (raw)
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
next reply other threads:[~2020-03-14 19:40 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-03-14 19:40 André Draszik [this message]
2020-03-14 20:32 ` [PATCH] python-numpy: incompatible with armv4 and armv5 Adrian Bunk
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20200314194038.5051-1-git@andred.net \
--to=git@andred.net \
--cc=openembedded-core@lists.openembedded.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.