diff options
3 files changed, 3 insertions, 0 deletions
diff --git a/meta/recipes-devtools/python-numpy/files/mips/_numpyconfig.h b/meta/recipes-devtools/python-numpy/files/mips/_numpyconfig.h index 05d2b8b949..4c465c216c 100644 --- a/meta/recipes-devtools/python-numpy/files/mips/_numpyconfig.h +++ b/meta/recipes-devtools/python-numpy/files/mips/_numpyconfig.h | |||
@@ -12,6 +12,7 @@ | |||
12 | #define NPY_SIZEOF_PY_INTPTR_T 4 | 12 | #define NPY_SIZEOF_PY_INTPTR_T 4 |
13 | #define NPY_SIZEOF_PY_LONG_LONG 8 | 13 | #define NPY_SIZEOF_PY_LONG_LONG 8 |
14 | #define NPY_SIZEOF_LONGLONG 8 | 14 | #define NPY_SIZEOF_LONGLONG 8 |
15 | #define NPY_SIZEOF_OFF_T 8 | ||
15 | #define NPY_NO_SMP 0 | 16 | #define NPY_NO_SMP 0 |
16 | #define NPY_HAVE_DECL_ISNAN | 17 | #define NPY_HAVE_DECL_ISNAN |
17 | #define NPY_HAVE_DECL_ISINF | 18 | #define NPY_HAVE_DECL_ISINF |
diff --git a/meta/recipes-devtools/python-numpy/files/mipsel/numpyconfig.h b/meta/recipes-devtools/python-numpy/files/mipsel/numpyconfig.h index c4bf6547f0..0b7cd51af4 100644 --- a/meta/recipes-devtools/python-numpy/files/mipsel/numpyconfig.h +++ b/meta/recipes-devtools/python-numpy/files/mipsel/numpyconfig.h | |||
@@ -13,5 +13,6 @@ | |||
13 | 13 | ||
14 | #define NPY_SIZEOF_LONGLONG 8 | 14 | #define NPY_SIZEOF_LONGLONG 8 |
15 | #define NPY_SIZEOF_PY_LONG_LONG 8 | 15 | #define NPY_SIZEOF_PY_LONG_LONG 8 |
16 | #define NPY_SIZEOF_OFF_T 8 | ||
16 | /* #define CHAR_BIT 8 */ | 17 | /* #define CHAR_BIT 8 */ |
17 | 18 | ||
diff --git a/meta/recipes-devtools/python-numpy/files/powerpc/_numpyconfig.h b/meta/recipes-devtools/python-numpy/files/powerpc/_numpyconfig.h index 0f45d5bd44..6e7262ad91 100644 --- a/meta/recipes-devtools/python-numpy/files/powerpc/_numpyconfig.h +++ b/meta/recipes-devtools/python-numpy/files/powerpc/_numpyconfig.h | |||
@@ -12,6 +12,7 @@ | |||
12 | #define NPY_SIZEOF_PY_INTPTR_T 4 | 12 | #define NPY_SIZEOF_PY_INTPTR_T 4 |
13 | #define NPY_SIZEOF_PY_LONG_LONG 8 | 13 | #define NPY_SIZEOF_PY_LONG_LONG 8 |
14 | #define NPY_SIZEOF_LONGLONG 8 | 14 | #define NPY_SIZEOF_LONGLONG 8 |
15 | #define NPY_SIZEOF_OFF_T 8 | ||
15 | #define NPY_NO_SMP 0 | 16 | #define NPY_NO_SMP 0 |
16 | #define NPY_HAVE_DECL_ISNAN | 17 | #define NPY_HAVE_DECL_ISNAN |
17 | #define NPY_HAVE_DECL_ISINF | 18 | #define NPY_HAVE_DECL_ISINF |