[OE-core] [oe-core][master][krogoth][PATCH] python-numpy: fix build failure with python-matplotlib

Khem Raj raj.khem at gmail.com
Mon May 16 16:44:47 UTC 2016


> On May 16, 2016, at 9:17 AM, Armin Kuster <akuster808 at gmail.com> wrote:
> 
> From: Armin Kuster <akuster at mvista.com>
> 
> numpy/core/include/numpy/npy_common.h:149:10: error:
> |          #error Unsupported size for type off_t
> 
> Signed-off-by: Armin Kuster <akuster at mvista.com>
> ---
> meta/recipes-devtools/python/python-numpy/aarch64/_numpyconfig.h | 1 +
> 1 file changed, 1 insertion(+)
> 
> diff --git a/meta/recipes-devtools/python/python-numpy/aarch64/_numpyconfig.h b/meta/recipes-devtools/python/python-numpy/aarch64/_numpyconfig.h
> index 191e5a1..109deb0 100644
> --- a/meta/recipes-devtools/python/python-numpy/aarch64/_numpyconfig.h
> +++ b/meta/recipes-devtools/python/python-numpy/aarch64/_numpyconfig.h
> @@ -11,6 +11,7 @@
> #define NPY_SIZEOF_PY_INTPTR_T 8
> #define NPY_SIZEOF_PY_LONG_LONG 8
> #define NPY_SIZEOF_LONGLONG 8
> +#define NPY_SIZEOF_OFF_T 8

Why does the test to select size of off_t fails ?
we might need similar fix for mips64 too.

> #define NPY_NO_SMP 0
> #define NPY_HAVE_DECL_ISNAN
> #define NPY_HAVE_DECL_ISINF
> --
> 2.3.5
> 
> --
> _______________________________________________
> Openembedded-core mailing list
> Openembedded-core at lists.openembedded.org
> http://lists.openembedded.org/mailman/listinfo/openembedded-core

-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 204 bytes
Desc: Message signed with OpenPGP using GPGMail
URL: <http://lists.openembedded.org/pipermail/openembedded-core/attachments/20160516/69b0dfe7/attachment-0002.sig>


More information about the Openembedded-core mailing list