From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from lo.gmane.org ([80.91.229.12]) by linuxtogo.org with esmtp (Exim 4.69) (envelope-from ) id 1Oz4gX-0001Mq-20 for openembedded-devel@lists.openembedded.org; Fri, 24 Sep 2010 11:35:21 +0200 Received: from list by lo.gmane.org with local (Exim 4.69) (envelope-from ) id 1Oz4gK-0005dt-Jz for openembedded-devel@lists.openembedded.org; Fri, 24 Sep 2010 11:35:04 +0200 Received: from s55917625.adsl.wanadoo.nl ([85.145.118.37]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Fri, 24 Sep 2010 11:35:04 +0200 Received: from k.kooi by s55917625.adsl.wanadoo.nl with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Fri, 24 Sep 2010 11:35:04 +0200 X-Injected-Via-Gmane: http://gmane.org/ To: openembedded-devel@lists.openembedded.org From: Koen Kooi Date: Fri, 24 Sep 2010 11:30:15 +0200 Message-ID: References: <4C9C4B5D.9070802@gmail.com> Mime-Version: 1.0 X-Complaints-To: usenet@dough.gmane.org X-Gmane-NNTP-Posting-Host: s55917625.adsl.wanadoo.nl User-Agent: Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.6; en-US; rv:1.9.1.11) Gecko/20100729 Shredder/3.0.7pre In-Reply-To: <4C9C4B5D.9070802@gmail.com> X-Enigmail-Version: 1.0.1 X-SA-Exim-Connect-IP: 80.91.229.12 X-SA-Exim-Mail-From: gcho-openembedded-devel@m.gmane.org X-Spam-Checker-Version: SpamAssassin 3.2.5 (2008-06-10) on discovery X-Spam-Level: X-Spam-Status: No, score=-2.6 required=5.0 tests=AWL,BAYES_00,SPF_HELO_PASS, SPF_PASS autolearn=ham version=3.2.5 X-SA-Exim-Version: 4.2.1 (built Wed, 25 Jun 2008 17:20:07 +0000) X-SA-Exim-Scanned: Yes (on linuxtogo.org) Subject: Re: [PATCH] python-numpy: add mipsel config. X-BeenThere: openembedded-devel@lists.openembedded.org X-Mailman-Version: 2.1.11 Precedence: list Reply-To: openembedded-devel@lists.openembedded.org List-Id: Using the OpenEmbedded metadata to build Distributions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 24 Sep 2010 09:35:26 -0000 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 applied, thanks On 24-09-10 08:55, Graham Gower wrote: > > Signed-off-by: Graham Gower > --- > recipes/python/python-numpy/mipsel/config.h | 21 +++++++++++++++++++++ > recipes/python/python-numpy/mipsel/numpyconfig.h | 17 +++++++++++++++++ > 2 files changed, 38 insertions(+), 0 deletions(-) > create mode 100644 recipes/python/python-numpy/mipsel/config.h > create mode 100644 recipes/python/python-numpy/mipsel/numpyconfig.h > > diff --git a/recipes/python/python-numpy/mipsel/config.h b/recipes/python/python-numpy/mipsel/config.h > new file mode 100644 > index 0000000..17ef186 > --- /dev/null > +++ b/recipes/python/python-numpy/mipsel/config.h > @@ -0,0 +1,21 @@ > +/* ./src.linux-i686-2.5/numpy/core/include/numpy/config.h */ > +/* #define SIZEOF_SHORT 2 */ > +/* #define SIZEOF_INT 4 */ > +/* #define SIZEOF_LONG 4 */ > +/* #define SIZEOF_FLOAT 4 */ > +/* #define SIZEOF_DOUBLE 8 */ > +#define SIZEOF_LONG_DOUBLE 12 > +#define SIZEOF_PY_INTPTR_T 4 > +/* #define SIZEOF_LONG_LONG 8 */ > +#define SIZEOF_PY_LONG_LONG 8 > +/* #define CHAR_BIT 8 */ > +#define MATHLIB m > +#define HAVE_FLOAT_FUNCS > +#define HAVE_LOG1P > +#define HAVE_EXPM1 > +#define HAVE_INVERSE_HYPERBOLIC > +#define HAVE_INVERSE_HYPERBOLIC_FLOAT > +#define HAVE_ISNAN > +#define HAVE_ISINF > +#define HAVE_RINT > + > diff --git a/recipes/python/python-numpy/mipsel/numpyconfig.h b/recipes/python/python-numpy/mipsel/numpyconfig.h > new file mode 100644 > index 0000000..c4bf654 > --- /dev/null > +++ b/recipes/python/python-numpy/mipsel/numpyconfig.h > @@ -0,0 +1,17 @@ > +/* cat ./src.linux-i686-2.5/numpy/core/include/numpy/numpyconfig.h */ > +/* > + * * This file is generated by numpy/core/setup.pyc. DO NOT EDIT > + * */ > +#define NPY_SIZEOF_SHORT 2 > +#define NPY_SIZEOF_INT 4 > +#define NPY_SIZEOF_LONG 4 > +#define NPY_SIZEOF_FLOAT 4 > +#define NPY_SIZEOF_DOUBLE 8 > +#define NPY_SIZEOF_LONGDOUBLE 12 > +#define NPY_SIZEOF_PY_INTPTR_T 4 > +#define NPY_NO_SMP 0 > + > +#define NPY_SIZEOF_LONGLONG 8 > +#define NPY_SIZEOF_PY_LONG_LONG 8 > +/* #define CHAR_BIT 8 */ > + -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.5 (Darwin) iD8DBQFMnG+nMkyGM64RGpERAsmVAJ0YcbRBlkaoWYQ4/TmKD82BsguVmQCfQ8Vn 5zjAuqncdU30JWqyf7kCmxY= =yjWY -----END PGP SIGNATURE-----