diff options
author | Fathi Boudra <fathi.boudra@linaro.org> | 2013-10-14 20:54:12 +0300 |
---|---|---|
committer | Fathi Boudra <fathi.boudra@linaro.org> | 2013-10-14 20:54:12 +0300 |
commit | 7eb1afc757e46a1f0d18707a5cf3207483fa815e (patch) | |
tree | a50d7a8674fa95dbdf05899660e390d3c88f52ac /meta-bigendian | |
parent | 69b7dcf95ab882c5b588c05fbc5053f52c568763 (diff) | |
download | meta-linaro-7eb1afc757e46a1f0d18707a5cf3207483fa815e.tar.gz |
python-numpy: drop bbappend - merged upstream (meta-openembedded)
http://cgit.openembedded.org/meta-openembedded/commit/?id=9fede488dc6f1320f6000be93953a887ade52eb7
Change-Id: I8826d62ed80213e6ad62590f3e2005d70d0bfe23
Signed-off-by: Fathi Boudra <fathi.boudra@linaro.org>
Diffstat (limited to 'meta-bigendian')
-rw-r--r-- | meta-bigendian/recipes-devtools/python/python-numpy/armeb/config.h | 21 | ||||
-rw-r--r-- | meta-bigendian/recipes-devtools/python/python-numpy/armeb/numpyconfig.h | 17 |
2 files changed, 0 insertions, 38 deletions
diff --git a/meta-bigendian/recipes-devtools/python/python-numpy/armeb/config.h b/meta-bigendian/recipes-devtools/python/python-numpy/armeb/config.h deleted file mode 100644 index 17ef186d..00000000 --- a/meta-bigendian/recipes-devtools/python/python-numpy/armeb/config.h +++ /dev/null @@ -1,21 +0,0 @@ -/* ./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/meta-bigendian/recipes-devtools/python/python-numpy/armeb/numpyconfig.h b/meta-bigendian/recipes-devtools/python/python-numpy/armeb/numpyconfig.h deleted file mode 100644 index c4bf6547..00000000 --- a/meta-bigendian/recipes-devtools/python/python-numpy/armeb/numpyconfig.h +++ /dev/null @@ -1,17 +0,0 @@ -/* 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 */ - |