Openembedded Core Discussions
 help / color / mirror / Atom feed
* [master][krogoth][PATCH] python-numpy: fix build failure with python-matplotlib
@ 2016-05-16 16:17 Armin Kuster
  2016-05-16 16:44 ` Khem Raj
  0 siblings, 1 reply; 11+ messages in thread
From: Armin Kuster @ 2016-05-16 16:17 UTC (permalink / raw)
  To: openembedded-core; +Cc: Armin Kuster

From: Armin Kuster <akuster@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@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
 #define NPY_NO_SMP 0
 #define NPY_HAVE_DECL_ISNAN
 #define NPY_HAVE_DECL_ISINF
-- 
2.3.5



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

end of thread, other threads:[~2016-05-17 14:57 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-05-16 16:17 [master][krogoth][PATCH] python-numpy: fix build failure with python-matplotlib Armin Kuster
2016-05-16 16:44 ` Khem Raj
2016-05-17  2:26   ` akuster808
2016-05-17  3:09     ` Khem Raj
2016-05-17  3:16       ` akuster808
2016-05-17  3:34       ` akuster808
2016-05-17  3:35         ` Khem Raj
2016-05-17 13:19           ` akuster808
2016-05-17 14:22             ` Burton, Ross
2016-05-17 14:57               ` Khem Raj
2016-05-17 13:49         ` Burton, Ross

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