From f2892ed6aa013e8b71a2834fd2ecfa605c1cef05 Mon Sep 17 00:00:00 2001 From: Adrian Bunk Date: Sun, 27 Oct 2019 19:36:48 +0200 Subject: python3-numpy: Stop shipping manual config files Automatic generation seems to work fine, and does not become outdated. (From OE-Core rev: 8993270f8bc65e152418d84fde03f8ead83c054b) Signed-off-by: Adrian Bunk Signed-off-by: Richard Purdie --- .../python-numpy/files/arm/numpyconfig.h | 17 ----------------- 1 file changed, 17 deletions(-) delete mode 100644 meta/recipes-devtools/python-numpy/files/arm/numpyconfig.h (limited to 'meta/recipes-devtools/python-numpy/files/arm/numpyconfig.h') diff --git a/meta/recipes-devtools/python-numpy/files/arm/numpyconfig.h b/meta/recipes-devtools/python-numpy/files/arm/numpyconfig.h deleted file mode 100644 index c4bf6547f0..0000000000 --- a/meta/recipes-devtools/python-numpy/files/arm/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 */ - -- cgit v1.2.3-54-g00ecf