All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] python-numpy: Mark as COMPATIBLE_HOST="arm.*".
@ 2010-09-22  0:43 Graham Gower
  2010-09-22  7:54 ` Koen Kooi
  0 siblings, 1 reply; 3+ messages in thread
From: Graham Gower @ 2010-09-22  0:43 UTC (permalink / raw)
  To: openembedded-devel

Signed-off-by: Graham Gower <graham.gower@gmail.com>
---
 recipes/python/python-numpy_1.1.1.bb |    1 +
 recipes/python/python-numpy_1.4.1.bb |    1 +
 2 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/recipes/python/python-numpy_1.1.1.bb b/recipes/python/python-numpy_1.1.1.bb
index f5c23e0..878e060 100644
--- a/recipes/python/python-numpy_1.1.1.bb
+++ b/recipes/python/python-numpy_1.1.1.bb
@@ -4,6 +4,7 @@ PRIORITY = "optional"
 LICENSE = "PSF"
 PR = "ml0"
 
+COMPATIBLE_HOST = "arm.*"
 SRC_URI = "${SOURCEFORGE_MIRROR}/numpy/numpy-${PV}.tar.gz \
            file://unbreak-assumptions.diff \
 	   file://trycompile.diff \
diff --git a/recipes/python/python-numpy_1.4.1.bb b/recipes/python/python-numpy_1.4.1.bb
index f4941cf..062b1a3 100644
--- a/recipes/python/python-numpy_1.4.1.bb
+++ b/recipes/python/python-numpy_1.4.1.bb
@@ -4,6 +4,7 @@ PRIORITY = "optional"
 LICENSE = "PSF"
 PR = "ml0"
 
+COMPATIBLE_HOST = "arm.*"
 SRC_URI = "${SOURCEFORGE_MIRROR}/numpy/numpy-${PV}.tar.gz \
 	   file://config.h \
 	   file://numpyconfig.h \
-- 
1.7.1




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

* Re: [PATCH] python-numpy: Mark as COMPATIBLE_HOST="arm.*".
  2010-09-22  0:43 [PATCH] python-numpy: Mark as COMPATIBLE_HOST="arm.*" Graham Gower
@ 2010-09-22  7:54 ` Koen Kooi
  2010-09-22 10:31   ` Graham Gower
  0 siblings, 1 reply; 3+ messages in thread
From: Koen Kooi @ 2010-09-22  7:54 UTC (permalink / raw)
  To: openembedded-devel

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

On 22-09-10 02:43, Graham Gower wrote:

> +COMPATIBLE_HOST = "arm.*"

Could you please explain what makes numpy only work on ARM?
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.5 (Darwin)

iD8DBQFMmbYpMkyGM64RGpERAnreAJ419JIuxePgQGnlyr/+5o6O6FC+0QCfSKP/
WCvqvaqtL0EHtxeTvxkTQPw=
=HDga
-----END PGP SIGNATURE-----




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

* Re: [PATCH] python-numpy: Mark as COMPATIBLE_HOST="arm.*".
  2010-09-22  7:54 ` Koen Kooi
@ 2010-09-22 10:31   ` Graham Gower
  0 siblings, 0 replies; 3+ messages in thread
From: Graham Gower @ 2010-09-22 10:31 UTC (permalink / raw)
  To: openembedded-devel

On 22 September 2010 17:24, Koen Kooi <k.kooi@student.utwente.nl> wrote:
> -----BEGIN PGP SIGNED MESSAGE-----
> Hash: SHA1
>
> On 22-09-10 02:43, Graham Gower wrote:
>
>> +COMPATIBLE_HOST = "arm.*"
>
> Could you please explain what makes numpy only work on ARM?

SRC_URI contains a reference to a file which lives in an "arm" subdir.

I withdraw this patch, in favour of adding a subdir for my arch (mipsel).



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

end of thread, other threads:[~2010-09-22 10:32 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-09-22  0:43 [PATCH] python-numpy: Mark as COMPATIBLE_HOST="arm.*" Graham Gower
2010-09-22  7:54 ` Koen Kooi
2010-09-22 10:31   ` Graham Gower

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.