diff options
29 files changed, 0 insertions, 2022 deletions
diff --git a/meta/recipes-devtools/python-numpy/files/aarch64/_numpyconfig.h b/meta/recipes-devtools/python-numpy/files/aarch64/_numpyconfig.h deleted file mode 100644 index 109deb0435..0000000000 --- a/meta/recipes-devtools/python-numpy/files/aarch64/_numpyconfig.h +++ /dev/null | |||
@@ -1,32 +0,0 @@ | |||
1 | #define NPY_HAVE_ENDIAN_H 1 | ||
2 | #define NPY_SIZEOF_SHORT SIZEOF_SHORT | ||
3 | #define NPY_SIZEOF_INT SIZEOF_INT | ||
4 | #define NPY_SIZEOF_LONG SIZEOF_LONG | ||
5 | #define NPY_SIZEOF_FLOAT 4 | ||
6 | #define NPY_SIZEOF_COMPLEX_FLOAT 8 | ||
7 | #define NPY_SIZEOF_DOUBLE 8 | ||
8 | #define NPY_SIZEOF_COMPLEX_DOUBLE 16 | ||
9 | #define NPY_SIZEOF_LONGDOUBLE 16 | ||
10 | #define NPY_SIZEOF_COMPLEX_LONGDOUBLE 32 | ||
11 | #define NPY_SIZEOF_PY_INTPTR_T 8 | ||
12 | #define NPY_SIZEOF_PY_LONG_LONG 8 | ||
13 | #define NPY_SIZEOF_LONGLONG 8 | ||
14 | #define NPY_SIZEOF_OFF_T 8 | ||
15 | #define NPY_NO_SMP 0 | ||
16 | #define NPY_HAVE_DECL_ISNAN | ||
17 | #define NPY_HAVE_DECL_ISINF | ||
18 | #define NPY_HAVE_DECL_ISFINITE | ||
19 | #define NPY_HAVE_DECL_SIGNBIT | ||
20 | #define NPY_USE_C99_COMPLEX 1 | ||
21 | #define NPY_HAVE_COMPLEX_DOUBLE 1 | ||
22 | #define NPY_HAVE_COMPLEX_FLOAT 1 | ||
23 | #define NPY_HAVE_COMPLEX_LONG_DOUBLE 1 | ||
24 | #define NPY_ENABLE_SEPARATE_COMPILATION 1 | ||
25 | #define NPY_USE_C99_FORMATS 1 | ||
26 | #define NPY_VISIBILITY_HIDDEN __attribute__((visibility("hidden"))) | ||
27 | #define NPY_ABI_VERSION 0x01000009 | ||
28 | #define NPY_API_VERSION 0x0000000A | ||
29 | |||
30 | #ifndef __STDC_FORMAT_MACROS | ||
31 | #define __STDC_FORMAT_MACROS 1 | ||
32 | #endif | ||
diff --git a/meta/recipes-devtools/python-numpy/files/aarch64/config.h b/meta/recipes-devtools/python-numpy/files/aarch64/config.h deleted file mode 100644 index c30b868f2f..0000000000 --- a/meta/recipes-devtools/python-numpy/files/aarch64/config.h +++ /dev/null | |||
@@ -1,139 +0,0 @@ | |||
1 | #define HAVE_ENDIAN_H 1 | ||
2 | #define SIZEOF_PY_INTPTR_T 8 | ||
3 | #define SIZEOF_PY_LONG_LONG 8 | ||
4 | #define MATHLIB m | ||
5 | #define HAVE_SIN 1 | ||
6 | #define HAVE_COS 1 | ||
7 | #define HAVE_TAN 1 | ||
8 | #define HAVE_SINH 1 | ||
9 | #define HAVE_COSH 1 | ||
10 | #define HAVE_TANH 1 | ||
11 | #define HAVE_FABS 1 | ||
12 | #define HAVE_FLOOR 1 | ||
13 | #define HAVE_CEIL 1 | ||
14 | #define HAVE_SQRT 1 | ||
15 | #define HAVE_LOG10 1 | ||
16 | #define HAVE_LOG 1 | ||
17 | #define HAVE_EXP 1 | ||
18 | #define HAVE_ASIN 1 | ||
19 | #define HAVE_ACOS 1 | ||
20 | #define HAVE_ATAN 1 | ||
21 | #define HAVE_FMOD 1 | ||
22 | #define HAVE_MODF 1 | ||
23 | #define HAVE_FREXP 1 | ||
24 | #define HAVE_LDEXP 1 | ||
25 | #define HAVE_RINT 1 | ||
26 | #define HAVE_TRUNC 1 | ||
27 | #define HAVE_EXP2 1 | ||
28 | #define HAVE_LOG2 1 | ||
29 | #define HAVE_ATAN2 1 | ||
30 | #define HAVE_POW 1 | ||
31 | #define HAVE_NEXTAFTER 1 | ||
32 | #define HAVE_SINF 1 | ||
33 | #define HAVE_COSF 1 | ||
34 | #define HAVE_TANF 1 | ||
35 | #define HAVE_SINHF 1 | ||
36 | #define HAVE_COSHF 1 | ||
37 | #define HAVE_TANHF 1 | ||
38 | #define HAVE_FABSF 1 | ||
39 | #define HAVE_FLOORF 1 | ||
40 | #define HAVE_CEILF 1 | ||
41 | #define HAVE_RINTF 1 | ||
42 | #define HAVE_TRUNCF 1 | ||
43 | #define HAVE_SQRTF 1 | ||
44 | #define HAVE_LOG10F 1 | ||
45 | #define HAVE_LOGF 1 | ||
46 | #define HAVE_LOG1PF 1 | ||
47 | #define HAVE_EXPF 1 | ||
48 | #define HAVE_EXPM1F 1 | ||
49 | #define HAVE_ASINF 1 | ||
50 | #define HAVE_ACOSF 1 | ||
51 | #define HAVE_ATANF 1 | ||
52 | #define HAVE_ASINHF 1 | ||
53 | #define HAVE_ACOSHF 1 | ||
54 | #define HAVE_ATANHF 1 | ||
55 | #define HAVE_HYPOTF 1 | ||
56 | #define HAVE_ATAN2F 1 | ||
57 | #define HAVE_POWF 1 | ||
58 | #define HAVE_FMODF 1 | ||
59 | #define HAVE_MODFF 1 | ||
60 | #define HAVE_FREXPF 1 | ||
61 | #define HAVE_LDEXPF 1 | ||
62 | #define HAVE_EXP2F 1 | ||
63 | #define HAVE_LOG2F 1 | ||
64 | #define HAVE_COPYSIGNF 1 | ||
65 | #define HAVE_NEXTAFTERF 1 | ||
66 | #define HAVE_SINL 1 | ||
67 | #define HAVE_COSL 1 | ||
68 | #define HAVE_TANL 1 | ||
69 | #define HAVE_SINHL 1 | ||
70 | #define HAVE_COSHL 1 | ||
71 | #define HAVE_TANHL 1 | ||
72 | #define HAVE_FABSL 1 | ||
73 | #define HAVE_FLOORL 1 | ||
74 | #define HAVE_CEILL 1 | ||
75 | #define HAVE_RINTL 1 | ||
76 | #define HAVE_TRUNCL 1 | ||
77 | #define HAVE_SQRTL 1 | ||
78 | #define HAVE_LOG10L 1 | ||
79 | #define HAVE_LOGL 1 | ||
80 | #define HAVE_LOG1PL 1 | ||
81 | #define HAVE_EXPL 1 | ||
82 | #define HAVE_EXPM1L 1 | ||
83 | #define HAVE_ASINL 1 | ||
84 | #define HAVE_ACOSL 1 | ||
85 | #define HAVE_ATANL 1 | ||
86 | #define HAVE_ASINHL 1 | ||
87 | #define HAVE_ACOSHL 1 | ||
88 | #define HAVE_ATANHL 1 | ||
89 | #define HAVE_HYPOTL 1 | ||
90 | #define HAVE_ATAN2L 1 | ||
91 | #define HAVE_POWL 1 | ||
92 | #define HAVE_FMODL 1 | ||
93 | #define HAVE_MODFL 1 | ||
94 | #define HAVE_FREXPL 1 | ||
95 | #define HAVE_LDEXPL 1 | ||
96 | #define HAVE_EXP2L 1 | ||
97 | #define HAVE_LOG2L 1 | ||
98 | #define HAVE_COPYSIGNL 1 | ||
99 | #define HAVE_NEXTAFTERL 1 | ||
100 | #define HAVE_DECL_SIGNBIT | ||
101 | #define HAVE_COMPLEX_H 1 | ||
102 | #define HAVE_CREAL 1 | ||
103 | #define HAVE_CIMAG 1 | ||
104 | #define HAVE_CABS 1 | ||
105 | #define HAVE_CARG 1 | ||
106 | #define HAVE_CEXP 1 | ||
107 | #define HAVE_CSQRT 1 | ||
108 | #define HAVE_CLOG 1 | ||
109 | #define HAVE_CCOS 1 | ||
110 | #define HAVE_CSIN 1 | ||
111 | #define HAVE_CPOW 1 | ||
112 | #define HAVE_CREALF 1 | ||
113 | #define HAVE_CIMAGF 1 | ||
114 | #define HAVE_CABSF 1 | ||
115 | #define HAVE_CARGF 1 | ||
116 | #define HAVE_CEXPF 1 | ||
117 | #define HAVE_CSQRTF 1 | ||
118 | #define HAVE_CLOGF 1 | ||
119 | #define HAVE_CCOSF 1 | ||
120 | #define HAVE_CSINF 1 | ||
121 | #define HAVE_CPOWF 1 | ||
122 | #define HAVE_CREALL 1 | ||
123 | #define HAVE_CIMAGL 1 | ||
124 | #define HAVE_CABSL 1 | ||
125 | #define HAVE_CARGL 1 | ||
126 | #define HAVE_CEXPL 1 | ||
127 | #define HAVE_CSQRTL 1 | ||
128 | #define HAVE_CLOGL 1 | ||
129 | #define HAVE_CCOSL 1 | ||
130 | #define HAVE_CSINL 1 | ||
131 | #define HAVE_CPOWL 1 | ||
132 | #define HAVE_LDOUBLE_IEEE_QUAD_LE 1 | ||
133 | #ifndef __cplusplus | ||
134 | /* #undef inline */ | ||
135 | #endif | ||
136 | |||
137 | #ifndef _NPY_NPY_CONFIG_H_ | ||
138 | #error config.h should never be included directly, include npy_config.h instead | ||
139 | #endif | ||
diff --git a/meta/recipes-devtools/python-numpy/files/arm/config.h b/meta/recipes-devtools/python-numpy/files/arm/config.h deleted file mode 100644 index 17ef186d56..0000000000 --- a/meta/recipes-devtools/python-numpy/files/arm/config.h +++ /dev/null | |||
@@ -1,21 +0,0 @@ | |||
1 | /* ./src.linux-i686-2.5/numpy/core/include/numpy/config.h */ | ||
2 | /* #define SIZEOF_SHORT 2 */ | ||
3 | /* #define SIZEOF_INT 4 */ | ||
4 | /* #define SIZEOF_LONG 4 */ | ||
5 | /* #define SIZEOF_FLOAT 4 */ | ||
6 | /* #define SIZEOF_DOUBLE 8 */ | ||
7 | #define SIZEOF_LONG_DOUBLE 12 | ||
8 | #define SIZEOF_PY_INTPTR_T 4 | ||
9 | /* #define SIZEOF_LONG_LONG 8 */ | ||
10 | #define SIZEOF_PY_LONG_LONG 8 | ||
11 | /* #define CHAR_BIT 8 */ | ||
12 | #define MATHLIB m | ||
13 | #define HAVE_FLOAT_FUNCS | ||
14 | #define HAVE_LOG1P | ||
15 | #define HAVE_EXPM1 | ||
16 | #define HAVE_INVERSE_HYPERBOLIC | ||
17 | #define HAVE_INVERSE_HYPERBOLIC_FLOAT | ||
18 | #define HAVE_ISNAN | ||
19 | #define HAVE_ISINF | ||
20 | #define HAVE_RINT | ||
21 | |||
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 @@ | |||
1 | /* cat ./src.linux-i686-2.5/numpy/core/include/numpy/numpyconfig.h */ | ||
2 | /* | ||
3 | * * This file is generated by numpy/core/setup.pyc. DO NOT EDIT | ||
4 | * */ | ||
5 | #define NPY_SIZEOF_SHORT 2 | ||
6 | #define NPY_SIZEOF_INT 4 | ||
7 | #define NPY_SIZEOF_LONG 4 | ||
8 | #define NPY_SIZEOF_FLOAT 4 | ||
9 | #define NPY_SIZEOF_DOUBLE 8 | ||
10 | #define NPY_SIZEOF_LONGDOUBLE 12 | ||
11 | #define NPY_SIZEOF_PY_INTPTR_T 4 | ||
12 | #define NPY_NO_SMP 0 | ||
13 | |||
14 | #define NPY_SIZEOF_LONGLONG 8 | ||
15 | #define NPY_SIZEOF_PY_LONG_LONG 8 | ||
16 | /* #define CHAR_BIT 8 */ | ||
17 | |||
diff --git a/meta/recipes-devtools/python-numpy/files/armeb/config.h b/meta/recipes-devtools/python-numpy/files/armeb/config.h deleted file mode 100644 index 17ef186d56..0000000000 --- a/meta/recipes-devtools/python-numpy/files/armeb/config.h +++ /dev/null | |||
@@ -1,21 +0,0 @@ | |||
1 | /* ./src.linux-i686-2.5/numpy/core/include/numpy/config.h */ | ||
2 | /* #define SIZEOF_SHORT 2 */ | ||
3 | /* #define SIZEOF_INT 4 */ | ||
4 | /* #define SIZEOF_LONG 4 */ | ||
5 | /* #define SIZEOF_FLOAT 4 */ | ||
6 | /* #define SIZEOF_DOUBLE 8 */ | ||
7 | #define SIZEOF_LONG_DOUBLE 12 | ||
8 | #define SIZEOF_PY_INTPTR_T 4 | ||
9 | /* #define SIZEOF_LONG_LONG 8 */ | ||
10 | #define SIZEOF_PY_LONG_LONG 8 | ||
11 | /* #define CHAR_BIT 8 */ | ||
12 | #define MATHLIB m | ||
13 | #define HAVE_FLOAT_FUNCS | ||
14 | #define HAVE_LOG1P | ||
15 | #define HAVE_EXPM1 | ||
16 | #define HAVE_INVERSE_HYPERBOLIC | ||
17 | #define HAVE_INVERSE_HYPERBOLIC_FLOAT | ||
18 | #define HAVE_ISNAN | ||
19 | #define HAVE_ISINF | ||
20 | #define HAVE_RINT | ||
21 | |||
diff --git a/meta/recipes-devtools/python-numpy/files/armeb/numpyconfig.h b/meta/recipes-devtools/python-numpy/files/armeb/numpyconfig.h deleted file mode 100644 index c4bf6547f0..0000000000 --- a/meta/recipes-devtools/python-numpy/files/armeb/numpyconfig.h +++ /dev/null | |||
@@ -1,17 +0,0 @@ | |||
1 | /* cat ./src.linux-i686-2.5/numpy/core/include/numpy/numpyconfig.h */ | ||
2 | /* | ||
3 | * * This file is generated by numpy/core/setup.pyc. DO NOT EDIT | ||
4 | * */ | ||
5 | #define NPY_SIZEOF_SHORT 2 | ||
6 | #define NPY_SIZEOF_INT 4 | ||
7 | #define NPY_SIZEOF_LONG 4 | ||
8 | #define NPY_SIZEOF_FLOAT 4 | ||
9 | #define NPY_SIZEOF_DOUBLE 8 | ||
10 | #define NPY_SIZEOF_LONGDOUBLE 12 | ||
11 | #define NPY_SIZEOF_PY_INTPTR_T 4 | ||
12 | #define NPY_NO_SMP 0 | ||
13 | |||
14 | #define NPY_SIZEOF_LONGLONG 8 | ||
15 | #define NPY_SIZEOF_PY_LONG_LONG 8 | ||
16 | /* #define CHAR_BIT 8 */ | ||
17 | |||
diff --git a/meta/recipes-devtools/python-numpy/files/mipsarchn32eb/_numpyconfig.h b/meta/recipes-devtools/python-numpy/files/mipsarchn32eb/_numpyconfig.h deleted file mode 100644 index debb390094..0000000000 --- a/meta/recipes-devtools/python-numpy/files/mipsarchn32eb/_numpyconfig.h +++ /dev/null | |||
@@ -1,32 +0,0 @@ | |||
1 | #define NPY_HAVE_ENDIAN_H 1 | ||
2 | #define NPY_SIZEOF_SHORT SIZEOF_SHORT | ||
3 | #define NPY_SIZEOF_INT SIZEOF_INT | ||
4 | #define NPY_SIZEOF_LONG SIZEOF_LONG | ||
5 | #define NPY_SIZEOF_FLOAT 4 | ||
6 | #define NPY_SIZEOF_COMPLEX_FLOAT 8 | ||
7 | #define NPY_SIZEOF_DOUBLE 8 | ||
8 | #define NPY_SIZEOF_COMPLEX_DOUBLE 16 | ||
9 | #define NPY_SIZEOF_LONGDOUBLE 16 | ||
10 | #define NPY_SIZEOF_COMPLEX_LONGDOUBLE 32 | ||
11 | #define NPY_ENABLE_SEPARATE_COMPILATION 1 | ||
12 | #define NPY_SIZEOF_PY_INTPTR_T 8 | ||
13 | #define NPY_SIZEOF_PY_LONG_LONG 8 | ||
14 | #define NPY_SIZEOF_LONGLONG 8 | ||
15 | #define NPY_SIZEOF_OFF_T 8 | ||
16 | #define NPY_NO_SMP 0 | ||
17 | #define NPY_HAVE_DECL_ISNAN | ||
18 | #define NPY_HAVE_DECL_ISINF | ||
19 | #define NPY_HAVE_DECL_ISFINITE | ||
20 | #define NPY_HAVE_DECL_SIGNBIT | ||
21 | #define NPY_USE_C99_COMPLEX 1 | ||
22 | #define NPY_HAVE_COMPLEX_DOUBLE 1 | ||
23 | #define NPY_HAVE_COMPLEX_FLOAT 1 | ||
24 | #define NPY_HAVE_COMPLEX_LONG_DOUBLE 1 | ||
25 | #define NPY_USE_C99_FORMATS 1 | ||
26 | #define NPY_VISIBILITY_HIDDEN __attribute__((visibility("hidden"))) | ||
27 | #define NPY_ABI_VERSION 0x01000009 | ||
28 | #define NPY_API_VERSION 0x0000000A | ||
29 | |||
30 | #ifndef __STDC_FORMAT_MACROS | ||
31 | #define __STDC_FORMAT_MACROS 1 | ||
32 | #endif | ||
diff --git a/meta/recipes-devtools/python-numpy/files/mipsarchn32eb/config.h b/meta/recipes-devtools/python-numpy/files/mipsarchn32eb/config.h deleted file mode 100644 index c30b868f2f..0000000000 --- a/meta/recipes-devtools/python-numpy/files/mipsarchn32eb/config.h +++ /dev/null | |||
@@ -1,139 +0,0 @@ | |||
1 | #define HAVE_ENDIAN_H 1 | ||
2 | #define SIZEOF_PY_INTPTR_T 8 | ||
3 | #define SIZEOF_PY_LONG_LONG 8 | ||
4 | #define MATHLIB m | ||
5 | #define HAVE_SIN 1 | ||
6 | #define HAVE_COS 1 | ||
7 | #define HAVE_TAN 1 | ||
8 | #define HAVE_SINH 1 | ||
9 | #define HAVE_COSH 1 | ||
10 | #define HAVE_TANH 1 | ||
11 | #define HAVE_FABS 1 | ||
12 | #define HAVE_FLOOR 1 | ||
13 | #define HAVE_CEIL 1 | ||
14 | #define HAVE_SQRT 1 | ||
15 | #define HAVE_LOG10 1 | ||
16 | #define HAVE_LOG 1 | ||
17 | #define HAVE_EXP 1 | ||
18 | #define HAVE_ASIN 1 | ||
19 | #define HAVE_ACOS 1 | ||
20 | #define HAVE_ATAN 1 | ||
21 | #define HAVE_FMOD 1 | ||
22 | #define HAVE_MODF 1 | ||
23 | #define HAVE_FREXP 1 | ||
24 | #define HAVE_LDEXP 1 | ||
25 | #define HAVE_RINT 1 | ||
26 | #define HAVE_TRUNC 1 | ||
27 | #define HAVE_EXP2 1 | ||
28 | #define HAVE_LOG2 1 | ||
29 | #define HAVE_ATAN2 1 | ||
30 | #define HAVE_POW 1 | ||
31 | #define HAVE_NEXTAFTER 1 | ||
32 | #define HAVE_SINF 1 | ||
33 | #define HAVE_COSF 1 | ||
34 | #define HAVE_TANF 1 | ||
35 | #define HAVE_SINHF 1 | ||
36 | #define HAVE_COSHF 1 | ||
37 | #define HAVE_TANHF 1 | ||
38 | #define HAVE_FABSF 1 | ||
39 | #define HAVE_FLOORF 1 | ||
40 | #define HAVE_CEILF 1 | ||
41 | #define HAVE_RINTF 1 | ||
42 | #define HAVE_TRUNCF 1 | ||
43 | #define HAVE_SQRTF 1 | ||
44 | #define HAVE_LOG10F 1 | ||
45 | #define HAVE_LOGF 1 | ||
46 | #define HAVE_LOG1PF 1 | ||
47 | #define HAVE_EXPF 1 | ||
48 | #define HAVE_EXPM1F 1 | ||
49 | #define HAVE_ASINF 1 | ||
50 | #define HAVE_ACOSF 1 | ||
51 | #define HAVE_ATANF 1 | ||
52 | #define HAVE_ASINHF 1 | ||
53 | #define HAVE_ACOSHF 1 | ||
54 | #define HAVE_ATANHF 1 | ||
55 | #define HAVE_HYPOTF 1 | ||
56 | #define HAVE_ATAN2F 1 | ||
57 | #define HAVE_POWF 1 | ||
58 | #define HAVE_FMODF 1 | ||
59 | #define HAVE_MODFF 1 | ||
60 | #define HAVE_FREXPF 1 | ||
61 | #define HAVE_LDEXPF 1 | ||
62 | #define HAVE_EXP2F 1 | ||
63 | #define HAVE_LOG2F 1 | ||
64 | #define HAVE_COPYSIGNF 1 | ||
65 | #define HAVE_NEXTAFTERF 1 | ||
66 | #define HAVE_SINL 1 | ||
67 | #define HAVE_COSL 1 | ||
68 | #define HAVE_TANL 1 | ||
69 | #define HAVE_SINHL 1 | ||
70 | #define HAVE_COSHL 1 | ||
71 | #define HAVE_TANHL 1 | ||
72 | #define HAVE_FABSL 1 | ||
73 | #define HAVE_FLOORL 1 | ||
74 | #define HAVE_CEILL 1 | ||
75 | #define HAVE_RINTL 1 | ||
76 | #define HAVE_TRUNCL 1 | ||
77 | #define HAVE_SQRTL 1 | ||
78 | #define HAVE_LOG10L 1 | ||
79 | #define HAVE_LOGL 1 | ||
80 | #define HAVE_LOG1PL 1 | ||
81 | #define HAVE_EXPL 1 | ||
82 | #define HAVE_EXPM1L 1 | ||
83 | #define HAVE_ASINL 1 | ||
84 | #define HAVE_ACOSL 1 | ||
85 | #define HAVE_ATANL 1 | ||
86 | #define HAVE_ASINHL 1 | ||
87 | #define HAVE_ACOSHL 1 | ||
88 | #define HAVE_ATANHL 1 | ||
89 | #define HAVE_HYPOTL 1 | ||
90 | #define HAVE_ATAN2L 1 | ||
91 | #define HAVE_POWL 1 | ||
92 | #define HAVE_FMODL 1 | ||
93 | #define HAVE_MODFL 1 | ||
94 | #define HAVE_FREXPL 1 | ||
95 | #define HAVE_LDEXPL 1 | ||
96 | #define HAVE_EXP2L 1 | ||
97 | #define HAVE_LOG2L 1 | ||
98 | #define HAVE_COPYSIGNL 1 | ||
99 | #define HAVE_NEXTAFTERL 1 | ||
100 | #define HAVE_DECL_SIGNBIT | ||
101 | #define HAVE_COMPLEX_H 1 | ||
102 | #define HAVE_CREAL 1 | ||
103 | #define HAVE_CIMAG 1 | ||
104 | #define HAVE_CABS 1 | ||
105 | #define HAVE_CARG 1 | ||
106 | #define HAVE_CEXP 1 | ||
107 | #define HAVE_CSQRT 1 | ||
108 | #define HAVE_CLOG 1 | ||
109 | #define HAVE_CCOS 1 | ||
110 | #define HAVE_CSIN 1 | ||
111 | #define HAVE_CPOW 1 | ||
112 | #define HAVE_CREALF 1 | ||
113 | #define HAVE_CIMAGF 1 | ||
114 | #define HAVE_CABSF 1 | ||
115 | #define HAVE_CARGF 1 | ||
116 | #define HAVE_CEXPF 1 | ||
117 | #define HAVE_CSQRTF 1 | ||
118 | #define HAVE_CLOGF 1 | ||
119 | #define HAVE_CCOSF 1 | ||
120 | #define HAVE_CSINF 1 | ||
121 | #define HAVE_CPOWF 1 | ||
122 | #define HAVE_CREALL 1 | ||
123 | #define HAVE_CIMAGL 1 | ||
124 | #define HAVE_CABSL 1 | ||
125 | #define HAVE_CARGL 1 | ||
126 | #define HAVE_CEXPL 1 | ||
127 | #define HAVE_CSQRTL 1 | ||
128 | #define HAVE_CLOGL 1 | ||
129 | #define HAVE_CCOSL 1 | ||
130 | #define HAVE_CSINL 1 | ||
131 | #define HAVE_CPOWL 1 | ||
132 | #define HAVE_LDOUBLE_IEEE_QUAD_LE 1 | ||
133 | #ifndef __cplusplus | ||
134 | /* #undef inline */ | ||
135 | #endif | ||
136 | |||
137 | #ifndef _NPY_NPY_CONFIG_H_ | ||
138 | #error config.h should never be included directly, include npy_config.h instead | ||
139 | #endif | ||
diff --git a/meta/recipes-devtools/python-numpy/files/mipsarchn32el/_numpyconfig.h b/meta/recipes-devtools/python-numpy/files/mipsarchn32el/_numpyconfig.h deleted file mode 100644 index 8e2b5d0940..0000000000 --- a/meta/recipes-devtools/python-numpy/files/mipsarchn32el/_numpyconfig.h +++ /dev/null | |||
@@ -1,31 +0,0 @@ | |||
1 | #define NPY_HAVE_ENDIAN_H 1 | ||
2 | #define NPY_SIZEOF_SHORT SIZEOF_SHORT | ||
3 | #define NPY_SIZEOF_INT SIZEOF_INT | ||
4 | #define NPY_SIZEOF_LONG SIZEOF_LONG | ||
5 | #define NPY_SIZEOF_FLOAT 4 | ||
6 | #define NPY_SIZEOF_COMPLEX_FLOAT 8 | ||
7 | #define NPY_SIZEOF_DOUBLE 8 | ||
8 | #define NPY_SIZEOF_COMPLEX_DOUBLE 16 | ||
9 | #define NPY_SIZEOF_LONGDOUBLE 16 | ||
10 | #define NPY_SIZEOF_COMPLEX_LONGDOUBLE 32 | ||
11 | #define NPY_ENABLE_SEPARATE_COMPILATION 1 | ||
12 | #define NPY_SIZEOF_PY_INTPTR_T 8 | ||
13 | #define NPY_SIZEOF_PY_LONG_LONG 8 | ||
14 | #define NPY_SIZEOF_LONGLONG 8 | ||
15 | #define NPY_NO_SMP 0 | ||
16 | #define NPY_HAVE_DECL_ISNAN | ||
17 | #define NPY_HAVE_DECL_ISINF | ||
18 | #define NPY_HAVE_DECL_ISFINITE | ||
19 | #define NPY_HAVE_DECL_SIGNBIT | ||
20 | #define NPY_USE_C99_COMPLEX 1 | ||
21 | #define NPY_HAVE_COMPLEX_DOUBLE 1 | ||
22 | #define NPY_HAVE_COMPLEX_FLOAT 1 | ||
23 | #define NPY_HAVE_COMPLEX_LONG_DOUBLE 1 | ||
24 | #define NPY_USE_C99_FORMATS 1 | ||
25 | #define NPY_VISIBILITY_HIDDEN __attribute__((visibility("hidden"))) | ||
26 | #define NPY_ABI_VERSION 0x01000009 | ||
27 | #define NPY_API_VERSION 0x0000000A | ||
28 | |||
29 | #ifndef __STDC_FORMAT_MACROS | ||
30 | #define __STDC_FORMAT_MACROS 1 | ||
31 | #endif | ||
diff --git a/meta/recipes-devtools/python-numpy/files/mipsarchn32el/config.h b/meta/recipes-devtools/python-numpy/files/mipsarchn32el/config.h deleted file mode 100644 index 48727039ae..0000000000 --- a/meta/recipes-devtools/python-numpy/files/mipsarchn32el/config.h +++ /dev/null | |||
@@ -1,138 +0,0 @@ | |||
1 | #define SIZEOF_PY_INTPTR_T 8 | ||
2 | #define SIZEOF_PY_LONG_LONG 8 | ||
3 | #define MATHLIB m | ||
4 | #define HAVE_SIN 1 | ||
5 | #define HAVE_COS 1 | ||
6 | #define HAVE_TAN 1 | ||
7 | #define HAVE_SINH 1 | ||
8 | #define HAVE_COSH 1 | ||
9 | #define HAVE_TANH 1 | ||
10 | #define HAVE_FABS 1 | ||
11 | #define HAVE_FLOOR 1 | ||
12 | #define HAVE_CEIL 1 | ||
13 | #define HAVE_SQRT 1 | ||
14 | #define HAVE_LOG10 1 | ||
15 | #define HAVE_LOG 1 | ||
16 | #define HAVE_EXP 1 | ||
17 | #define HAVE_ASIN 1 | ||
18 | #define HAVE_ACOS 1 | ||
19 | #define HAVE_ATAN 1 | ||
20 | #define HAVE_FMOD 1 | ||
21 | #define HAVE_MODF 1 | ||
22 | #define HAVE_FREXP 1 | ||
23 | #define HAVE_LDEXP 1 | ||
24 | #define HAVE_RINT 1 | ||
25 | #define HAVE_TRUNC 1 | ||
26 | #define HAVE_EXP2 1 | ||
27 | #define HAVE_LOG2 1 | ||
28 | #define HAVE_ATAN2 1 | ||
29 | #define HAVE_POW 1 | ||
30 | #define HAVE_NEXTAFTER 1 | ||
31 | #define HAVE_SINF 1 | ||
32 | #define HAVE_COSF 1 | ||
33 | #define HAVE_TANF 1 | ||
34 | #define HAVE_SINHF 1 | ||
35 | #define HAVE_COSHF 1 | ||
36 | #define HAVE_TANHF 1 | ||
37 | #define HAVE_FABSF 1 | ||
38 | #define HAVE_FLOORF 1 | ||
39 | #define HAVE_CEILF 1 | ||
40 | #define HAVE_RINTF 1 | ||
41 | #define HAVE_TRUNCF 1 | ||
42 | #define HAVE_SQRTF 1 | ||
43 | #define HAVE_LOG10F 1 | ||
44 | #define HAVE_LOGF 1 | ||
45 | #define HAVE_LOG1PF 1 | ||
46 | #define HAVE_EXPF 1 | ||
47 | #define HAVE_EXPM1F 1 | ||
48 | #define HAVE_ASINF 1 | ||
49 | #define HAVE_ACOSF 1 | ||
50 | #define HAVE_ATANF 1 | ||
51 | #define HAVE_ASINHF 1 | ||
52 | #define HAVE_ACOSHF 1 | ||
53 | #define HAVE_ATANHF 1 | ||
54 | #define HAVE_HYPOTF 1 | ||
55 | #define HAVE_ATAN2F 1 | ||
56 | #define HAVE_POWF 1 | ||
57 | #define HAVE_FMODF 1 | ||
58 | #define HAVE_MODFF 1 | ||
59 | #define HAVE_FREXPF 1 | ||
60 | #define HAVE_LDEXPF 1 | ||
61 | #define HAVE_EXP2F 1 | ||
62 | #define HAVE_LOG2F 1 | ||
63 | #define HAVE_COPYSIGNF 1 | ||
64 | #define HAVE_NEXTAFTERF 1 | ||
65 | #define HAVE_SINL 1 | ||
66 | #define HAVE_COSL 1 | ||
67 | #define HAVE_TANL 1 | ||
68 | #define HAVE_SINHL 1 | ||
69 | #define HAVE_COSHL 1 | ||
70 | #define HAVE_TANHL 1 | ||
71 | #define HAVE_FABSL 1 | ||
72 | #define HAVE_FLOORL 1 | ||
73 | #define HAVE_CEILL 1 | ||
74 | #define HAVE_RINTL 1 | ||
75 | #define HAVE_TRUNCL 1 | ||
76 | #define HAVE_SQRTL 1 | ||
77 | #define HAVE_LOG10L 1 | ||
78 | #define HAVE_LOGL 1 | ||
79 | #define HAVE_LOG1PL 1 | ||
80 | #define HAVE_EXPL 1 | ||
81 | #define HAVE_EXPM1L 1 | ||
82 | #define HAVE_ASINL 1 | ||
83 | #define HAVE_ACOSL 1 | ||
84 | #define HAVE_ATANL 1 | ||
85 | #define HAVE_ASINHL 1 | ||
86 | #define HAVE_ACOSHL 1 | ||
87 | #define HAVE_ATANHL 1 | ||
88 | #define HAVE_HYPOTL 1 | ||
89 | #define HAVE_ATAN2L 1 | ||
90 | #define HAVE_POWL 1 | ||
91 | #define HAVE_FMODL 1 | ||
92 | #define HAVE_MODFL 1 | ||
93 | #define HAVE_FREXPL 1 | ||
94 | #define HAVE_LDEXPL 1 | ||
95 | #define HAVE_EXP2L 1 | ||
96 | #define HAVE_LOG2L 1 | ||
97 | #define HAVE_COPYSIGNL 1 | ||
98 | #define HAVE_NEXTAFTERL 1 | ||
99 | #define HAVE_DECL_SIGNBIT | ||
100 | #define HAVE_COMPLEX_H 1 | ||
101 | #define HAVE_CREAL 1 | ||
102 | #define HAVE_CIMAG 1 | ||
103 | #define HAVE_CABS 1 | ||
104 | #define HAVE_CARG 1 | ||
105 | #define HAVE_CEXP 1 | ||
106 | #define HAVE_CSQRT 1 | ||
107 | #define HAVE_CLOG 1 | ||
108 | #define HAVE_CCOS 1 | ||
109 | #define HAVE_CSIN 1 | ||
110 | #define HAVE_CPOW 1 | ||
111 | #define HAVE_CREALF 1 | ||
112 | #define HAVE_CIMAGF 1 | ||
113 | #define HAVE_CABSF 1 | ||
114 | #define HAVE_CARGF 1 | ||
115 | #define HAVE_CEXPF 1 | ||
116 | #define HAVE_CSQRTF 1 | ||
117 | #define HAVE_CLOGF 1 | ||
118 | #define HAVE_CCOSF 1 | ||
119 | #define HAVE_CSINF 1 | ||
120 | #define HAVE_CPOWF 1 | ||
121 | #define HAVE_CREALL 1 | ||
122 | #define HAVE_CIMAGL 1 | ||
123 | #define HAVE_CABSL 1 | ||
124 | #define HAVE_CARGL 1 | ||
125 | #define HAVE_CEXPL 1 | ||
126 | #define HAVE_CSQRTL 1 | ||
127 | #define HAVE_CLOGL 1 | ||
128 | #define HAVE_CCOSL 1 | ||
129 | #define HAVE_CSINL 1 | ||
130 | #define HAVE_CPOWL 1 | ||
131 | #define HAVE_LDOUBLE_IEEE_QUAD_LE 1 | ||
132 | #ifndef __cplusplus | ||
133 | /* #undef inline */ | ||
134 | #endif | ||
135 | |||
136 | #ifndef _NPY_NPY_CONFIG_H_ | ||
137 | #error config.h should never be included directly, include npy_config.h instead | ||
138 | #endif | ||
diff --git a/meta/recipes-devtools/python-numpy/files/mipsarchn64eb/_numpyconfig.h b/meta/recipes-devtools/python-numpy/files/mipsarchn64eb/_numpyconfig.h deleted file mode 100644 index debb390094..0000000000 --- a/meta/recipes-devtools/python-numpy/files/mipsarchn64eb/_numpyconfig.h +++ /dev/null | |||
@@ -1,32 +0,0 @@ | |||
1 | #define NPY_HAVE_ENDIAN_H 1 | ||
2 | #define NPY_SIZEOF_SHORT SIZEOF_SHORT | ||
3 | #define NPY_SIZEOF_INT SIZEOF_INT | ||
4 | #define NPY_SIZEOF_LONG SIZEOF_LONG | ||
5 | #define NPY_SIZEOF_FLOAT 4 | ||
6 | #define NPY_SIZEOF_COMPLEX_FLOAT 8 | ||
7 | #define NPY_SIZEOF_DOUBLE 8 | ||
8 | #define NPY_SIZEOF_COMPLEX_DOUBLE 16 | ||
9 | #define NPY_SIZEOF_LONGDOUBLE 16 | ||
10 | #define NPY_SIZEOF_COMPLEX_LONGDOUBLE 32 | ||
11 | #define NPY_ENABLE_SEPARATE_COMPILATION 1 | ||
12 | #define NPY_SIZEOF_PY_INTPTR_T 8 | ||
13 | #define NPY_SIZEOF_PY_LONG_LONG 8 | ||
14 | #define NPY_SIZEOF_LONGLONG 8 | ||
15 | #define NPY_SIZEOF_OFF_T 8 | ||
16 | #define NPY_NO_SMP 0 | ||
17 | #define NPY_HAVE_DECL_ISNAN | ||
18 | #define NPY_HAVE_DECL_ISINF | ||
19 | #define NPY_HAVE_DECL_ISFINITE | ||
20 | #define NPY_HAVE_DECL_SIGNBIT | ||
21 | #define NPY_USE_C99_COMPLEX 1 | ||
22 | #define NPY_HAVE_COMPLEX_DOUBLE 1 | ||
23 | #define NPY_HAVE_COMPLEX_FLOAT 1 | ||
24 | #define NPY_HAVE_COMPLEX_LONG_DOUBLE 1 | ||
25 | #define NPY_USE_C99_FORMATS 1 | ||
26 | #define NPY_VISIBILITY_HIDDEN __attribute__((visibility("hidden"))) | ||
27 | #define NPY_ABI_VERSION 0x01000009 | ||
28 | #define NPY_API_VERSION 0x0000000A | ||
29 | |||
30 | #ifndef __STDC_FORMAT_MACROS | ||
31 | #define __STDC_FORMAT_MACROS 1 | ||
32 | #endif | ||
diff --git a/meta/recipes-devtools/python-numpy/files/mipsarchn64eb/config.h b/meta/recipes-devtools/python-numpy/files/mipsarchn64eb/config.h deleted file mode 100644 index c30b868f2f..0000000000 --- a/meta/recipes-devtools/python-numpy/files/mipsarchn64eb/config.h +++ /dev/null | |||
@@ -1,139 +0,0 @@ | |||
1 | #define HAVE_ENDIAN_H 1 | ||
2 | #define SIZEOF_PY_INTPTR_T 8 | ||
3 | #define SIZEOF_PY_LONG_LONG 8 | ||
4 | #define MATHLIB m | ||
5 | #define HAVE_SIN 1 | ||
6 | #define HAVE_COS 1 | ||
7 | #define HAVE_TAN 1 | ||
8 | #define HAVE_SINH 1 | ||
9 | #define HAVE_COSH 1 | ||
10 | #define HAVE_TANH 1 | ||
11 | #define HAVE_FABS 1 | ||
12 | #define HAVE_FLOOR 1 | ||
13 | #define HAVE_CEIL 1 | ||
14 | #define HAVE_SQRT 1 | ||
15 | #define HAVE_LOG10 1 | ||
16 | #define HAVE_LOG 1 | ||
17 | #define HAVE_EXP 1 | ||
18 | #define HAVE_ASIN 1 | ||
19 | #define HAVE_ACOS 1 | ||
20 | #define HAVE_ATAN 1 | ||
21 | #define HAVE_FMOD 1 | ||
22 | #define HAVE_MODF 1 | ||
23 | #define HAVE_FREXP 1 | ||
24 | #define HAVE_LDEXP 1 | ||
25 | #define HAVE_RINT 1 | ||
26 | #define HAVE_TRUNC 1 | ||
27 | #define HAVE_EXP2 1 | ||
28 | #define HAVE_LOG2 1 | ||
29 | #define HAVE_ATAN2 1 | ||
30 | #define HAVE_POW 1 | ||
31 | #define HAVE_NEXTAFTER 1 | ||
32 | #define HAVE_SINF 1 | ||
33 | #define HAVE_COSF 1 | ||
34 | #define HAVE_TANF 1 | ||
35 | #define HAVE_SINHF 1 | ||
36 | #define HAVE_COSHF 1 | ||
37 | #define HAVE_TANHF 1 | ||
38 | #define HAVE_FABSF 1 | ||
39 | #define HAVE_FLOORF 1 | ||
40 | #define HAVE_CEILF 1 | ||
41 | #define HAVE_RINTF 1 | ||
42 | #define HAVE_TRUNCF 1 | ||
43 | #define HAVE_SQRTF 1 | ||
44 | #define HAVE_LOG10F 1 | ||
45 | #define HAVE_LOGF 1 | ||
46 | #define HAVE_LOG1PF 1 | ||
47 | #define HAVE_EXPF 1 | ||
48 | #define HAVE_EXPM1F 1 | ||
49 | #define HAVE_ASINF 1 | ||
50 | #define HAVE_ACOSF 1 | ||
51 | #define HAVE_ATANF 1 | ||
52 | #define HAVE_ASINHF 1 | ||
53 | #define HAVE_ACOSHF 1 | ||
54 | #define HAVE_ATANHF 1 | ||
55 | #define HAVE_HYPOTF 1 | ||
56 | #define HAVE_ATAN2F 1 | ||
57 | #define HAVE_POWF 1 | ||
58 | #define HAVE_FMODF 1 | ||
59 | #define HAVE_MODFF 1 | ||
60 | #define HAVE_FREXPF 1 | ||
61 | #define HAVE_LDEXPF 1 | ||
62 | #define HAVE_EXP2F 1 | ||
63 | #define HAVE_LOG2F 1 | ||
64 | #define HAVE_COPYSIGNF 1 | ||
65 | #define HAVE_NEXTAFTERF 1 | ||
66 | #define HAVE_SINL 1 | ||
67 | #define HAVE_COSL 1 | ||
68 | #define HAVE_TANL 1 | ||
69 | #define HAVE_SINHL 1 | ||
70 | #define HAVE_COSHL 1 | ||
71 | #define HAVE_TANHL 1 | ||
72 | #define HAVE_FABSL 1 | ||
73 | #define HAVE_FLOORL 1 | ||
74 | #define HAVE_CEILL 1 | ||
75 | #define HAVE_RINTL 1 | ||
76 | #define HAVE_TRUNCL 1 | ||
77 | #define HAVE_SQRTL 1 | ||
78 | #define HAVE_LOG10L 1 | ||
79 | #define HAVE_LOGL 1 | ||
80 | #define HAVE_LOG1PL 1 | ||
81 | #define HAVE_EXPL 1 | ||
82 | #define HAVE_EXPM1L 1 | ||
83 | #define HAVE_ASINL 1 | ||
84 | #define HAVE_ACOSL 1 | ||
85 | #define HAVE_ATANL 1 | ||
86 | #define HAVE_ASINHL 1 | ||
87 | #define HAVE_ACOSHL 1 | ||
88 | #define HAVE_ATANHL 1 | ||
89 | #define HAVE_HYPOTL 1 | ||
90 | #define HAVE_ATAN2L 1 | ||
91 | #define HAVE_POWL 1 | ||
92 | #define HAVE_FMODL 1 | ||
93 | #define HAVE_MODFL 1 | ||
94 | #define HAVE_FREXPL 1 | ||
95 | #define HAVE_LDEXPL 1 | ||
96 | #define HAVE_EXP2L 1 | ||
97 | #define HAVE_LOG2L 1 | ||
98 | #define HAVE_COPYSIGNL 1 | ||
99 | #define HAVE_NEXTAFTERL 1 | ||
100 | #define HAVE_DECL_SIGNBIT | ||
101 | #define HAVE_COMPLEX_H 1 | ||
102 | #define HAVE_CREAL 1 | ||
103 | #define HAVE_CIMAG 1 | ||
104 | #define HAVE_CABS 1 | ||
105 | #define HAVE_CARG 1 | ||
106 | #define HAVE_CEXP 1 | ||
107 | #define HAVE_CSQRT 1 | ||
108 | #define HAVE_CLOG 1 | ||
109 | #define HAVE_CCOS 1 | ||
110 | #define HAVE_CSIN 1 | ||
111 | #define HAVE_CPOW 1 | ||
112 | #define HAVE_CREALF 1 | ||
113 | #define HAVE_CIMAGF 1 | ||
114 | #define HAVE_CABSF 1 | ||
115 | #define HAVE_CARGF 1 | ||
116 | #define HAVE_CEXPF 1 | ||
117 | #define HAVE_CSQRTF 1 | ||
118 | #define HAVE_CLOGF 1 | ||
119 | #define HAVE_CCOSF 1 | ||
120 | #define HAVE_CSINF 1 | ||
121 | #define HAVE_CPOWF 1 | ||
122 | #define HAVE_CREALL 1 | ||
123 | #define HAVE_CIMAGL 1 | ||
124 | #define HAVE_CABSL 1 | ||
125 | #define HAVE_CARGL 1 | ||
126 | #define HAVE_CEXPL 1 | ||
127 | #define HAVE_CSQRTL 1 | ||
128 | #define HAVE_CLOGL 1 | ||
129 | #define HAVE_CCOSL 1 | ||
130 | #define HAVE_CSINL 1 | ||
131 | #define HAVE_CPOWL 1 | ||
132 | #define HAVE_LDOUBLE_IEEE_QUAD_LE 1 | ||
133 | #ifndef __cplusplus | ||
134 | /* #undef inline */ | ||
135 | #endif | ||
136 | |||
137 | #ifndef _NPY_NPY_CONFIG_H_ | ||
138 | #error config.h should never be included directly, include npy_config.h instead | ||
139 | #endif | ||
diff --git a/meta/recipes-devtools/python-numpy/files/mipsarchn64el/_numpyconfig.h b/meta/recipes-devtools/python-numpy/files/mipsarchn64el/_numpyconfig.h deleted file mode 100644 index debb390094..0000000000 --- a/meta/recipes-devtools/python-numpy/files/mipsarchn64el/_numpyconfig.h +++ /dev/null | |||
@@ -1,32 +0,0 @@ | |||
1 | #define NPY_HAVE_ENDIAN_H 1 | ||
2 | #define NPY_SIZEOF_SHORT SIZEOF_SHORT | ||
3 | #define NPY_SIZEOF_INT SIZEOF_INT | ||
4 | #define NPY_SIZEOF_LONG SIZEOF_LONG | ||
5 | #define NPY_SIZEOF_FLOAT 4 | ||
6 | #define NPY_SIZEOF_COMPLEX_FLOAT 8 | ||
7 | #define NPY_SIZEOF_DOUBLE 8 | ||
8 | #define NPY_SIZEOF_COMPLEX_DOUBLE 16 | ||
9 | #define NPY_SIZEOF_LONGDOUBLE 16 | ||
10 | #define NPY_SIZEOF_COMPLEX_LONGDOUBLE 32 | ||
11 | #define NPY_ENABLE_SEPARATE_COMPILATION 1 | ||
12 | #define NPY_SIZEOF_PY_INTPTR_T 8 | ||
13 | #define NPY_SIZEOF_PY_LONG_LONG 8 | ||
14 | #define NPY_SIZEOF_LONGLONG 8 | ||
15 | #define NPY_SIZEOF_OFF_T 8 | ||
16 | #define NPY_NO_SMP 0 | ||
17 | #define NPY_HAVE_DECL_ISNAN | ||
18 | #define NPY_HAVE_DECL_ISINF | ||
19 | #define NPY_HAVE_DECL_ISFINITE | ||
20 | #define NPY_HAVE_DECL_SIGNBIT | ||
21 | #define NPY_USE_C99_COMPLEX 1 | ||
22 | #define NPY_HAVE_COMPLEX_DOUBLE 1 | ||
23 | #define NPY_HAVE_COMPLEX_FLOAT 1 | ||
24 | #define NPY_HAVE_COMPLEX_LONG_DOUBLE 1 | ||
25 | #define NPY_USE_C99_FORMATS 1 | ||
26 | #define NPY_VISIBILITY_HIDDEN __attribute__((visibility("hidden"))) | ||
27 | #define NPY_ABI_VERSION 0x01000009 | ||
28 | #define NPY_API_VERSION 0x0000000A | ||
29 | |||
30 | #ifndef __STDC_FORMAT_MACROS | ||
31 | #define __STDC_FORMAT_MACROS 1 | ||
32 | #endif | ||
diff --git a/meta/recipes-devtools/python-numpy/files/mipsarchn64el/config.h b/meta/recipes-devtools/python-numpy/files/mipsarchn64el/config.h deleted file mode 100644 index 48727039ae..0000000000 --- a/meta/recipes-devtools/python-numpy/files/mipsarchn64el/config.h +++ /dev/null | |||
@@ -1,138 +0,0 @@ | |||
1 | #define SIZEOF_PY_INTPTR_T 8 | ||
2 | #define SIZEOF_PY_LONG_LONG 8 | ||
3 | #define MATHLIB m | ||
4 | #define HAVE_SIN 1 | ||
5 | #define HAVE_COS 1 | ||
6 | #define HAVE_TAN 1 | ||
7 | #define HAVE_SINH 1 | ||
8 | #define HAVE_COSH 1 | ||
9 | #define HAVE_TANH 1 | ||
10 | #define HAVE_FABS 1 | ||
11 | #define HAVE_FLOOR 1 | ||
12 | #define HAVE_CEIL 1 | ||
13 | #define HAVE_SQRT 1 | ||
14 | #define HAVE_LOG10 1 | ||
15 | #define HAVE_LOG 1 | ||
16 | #define HAVE_EXP 1 | ||
17 | #define HAVE_ASIN 1 | ||
18 | #define HAVE_ACOS 1 | ||
19 | #define HAVE_ATAN 1 | ||
20 | #define HAVE_FMOD 1 | ||
21 | #define HAVE_MODF 1 | ||
22 | #define HAVE_FREXP 1 | ||
23 | #define HAVE_LDEXP 1 | ||
24 | #define HAVE_RINT 1 | ||
25 | #define HAVE_TRUNC 1 | ||
26 | #define HAVE_EXP2 1 | ||
27 | #define HAVE_LOG2 1 | ||
28 | #define HAVE_ATAN2 1 | ||
29 | #define HAVE_POW 1 | ||
30 | #define HAVE_NEXTAFTER 1 | ||
31 | #define HAVE_SINF 1 | ||
32 | #define HAVE_COSF 1 | ||
33 | #define HAVE_TANF 1 | ||
34 | #define HAVE_SINHF 1 | ||
35 | #define HAVE_COSHF 1 | ||
36 | #define HAVE_TANHF 1 | ||
37 | #define HAVE_FABSF 1 | ||
38 | #define HAVE_FLOORF 1 | ||
39 | #define HAVE_CEILF 1 | ||
40 | #define HAVE_RINTF 1 | ||
41 | #define HAVE_TRUNCF 1 | ||
42 | #define HAVE_SQRTF 1 | ||
43 | #define HAVE_LOG10F 1 | ||
44 | #define HAVE_LOGF 1 | ||
45 | #define HAVE_LOG1PF 1 | ||
46 | #define HAVE_EXPF 1 | ||
47 | #define HAVE_EXPM1F 1 | ||
48 | #define HAVE_ASINF 1 | ||
49 | #define HAVE_ACOSF 1 | ||
50 | #define HAVE_ATANF 1 | ||
51 | #define HAVE_ASINHF 1 | ||
52 | #define HAVE_ACOSHF 1 | ||
53 | #define HAVE_ATANHF 1 | ||
54 | #define HAVE_HYPOTF 1 | ||
55 | #define HAVE_ATAN2F 1 | ||
56 | #define HAVE_POWF 1 | ||
57 | #define HAVE_FMODF 1 | ||
58 | #define HAVE_MODFF 1 | ||
59 | #define HAVE_FREXPF 1 | ||
60 | #define HAVE_LDEXPF 1 | ||
61 | #define HAVE_EXP2F 1 | ||
62 | #define HAVE_LOG2F 1 | ||
63 | #define HAVE_COPYSIGNF 1 | ||
64 | #define HAVE_NEXTAFTERF 1 | ||
65 | #define HAVE_SINL 1 | ||
66 | #define HAVE_COSL 1 | ||
67 | #define HAVE_TANL 1 | ||
68 | #define HAVE_SINHL 1 | ||
69 | #define HAVE_COSHL 1 | ||
70 | #define HAVE_TANHL 1 | ||
71 | #define HAVE_FABSL 1 | ||
72 | #define HAVE_FLOORL 1 | ||
73 | #define HAVE_CEILL 1 | ||
74 | #define HAVE_RINTL 1 | ||
75 | #define HAVE_TRUNCL 1 | ||
76 | #define HAVE_SQRTL 1 | ||
77 | #define HAVE_LOG10L 1 | ||
78 | #define HAVE_LOGL 1 | ||
79 | #define HAVE_LOG1PL 1 | ||
80 | #define HAVE_EXPL 1 | ||
81 | #define HAVE_EXPM1L 1 | ||
82 | #define HAVE_ASINL 1 | ||
83 | #define HAVE_ACOSL 1 | ||
84 | #define HAVE_ATANL 1 | ||
85 | #define HAVE_ASINHL 1 | ||
86 | #define HAVE_ACOSHL 1 | ||
87 | #define HAVE_ATANHL 1 | ||
88 | #define HAVE_HYPOTL 1 | ||
89 | #define HAVE_ATAN2L 1 | ||
90 | #define HAVE_POWL 1 | ||
91 | #define HAVE_FMODL 1 | ||
92 | #define HAVE_MODFL 1 | ||
93 | #define HAVE_FREXPL 1 | ||
94 | #define HAVE_LDEXPL 1 | ||
95 | #define HAVE_EXP2L 1 | ||
96 | #define HAVE_LOG2L 1 | ||
97 | #define HAVE_COPYSIGNL 1 | ||
98 | #define HAVE_NEXTAFTERL 1 | ||
99 | #define HAVE_DECL_SIGNBIT | ||
100 | #define HAVE_COMPLEX_H 1 | ||
101 | #define HAVE_CREAL 1 | ||
102 | #define HAVE_CIMAG 1 | ||
103 | #define HAVE_CABS 1 | ||
104 | #define HAVE_CARG 1 | ||
105 | #define HAVE_CEXP 1 | ||
106 | #define HAVE_CSQRT 1 | ||
107 | #define HAVE_CLOG 1 | ||
108 | #define HAVE_CCOS 1 | ||
109 | #define HAVE_CSIN 1 | ||
110 | #define HAVE_CPOW 1 | ||
111 | #define HAVE_CREALF 1 | ||
112 | #define HAVE_CIMAGF 1 | ||
113 | #define HAVE_CABSF 1 | ||
114 | #define HAVE_CARGF 1 | ||
115 | #define HAVE_CEXPF 1 | ||
116 | #define HAVE_CSQRTF 1 | ||
117 | #define HAVE_CLOGF 1 | ||
118 | #define HAVE_CCOSF 1 | ||
119 | #define HAVE_CSINF 1 | ||
120 | #define HAVE_CPOWF 1 | ||
121 | #define HAVE_CREALL 1 | ||
122 | #define HAVE_CIMAGL 1 | ||
123 | #define HAVE_CABSL 1 | ||
124 | #define HAVE_CARGL 1 | ||
125 | #define HAVE_CEXPL 1 | ||
126 | #define HAVE_CSQRTL 1 | ||
127 | #define HAVE_CLOGL 1 | ||
128 | #define HAVE_CCOSL 1 | ||
129 | #define HAVE_CSINL 1 | ||
130 | #define HAVE_CPOWL 1 | ||
131 | #define HAVE_LDOUBLE_IEEE_QUAD_LE 1 | ||
132 | #ifndef __cplusplus | ||
133 | /* #undef inline */ | ||
134 | #endif | ||
135 | |||
136 | #ifndef _NPY_NPY_CONFIG_H_ | ||
137 | #error config.h should never be included directly, include npy_config.h instead | ||
138 | #endif | ||
diff --git a/meta/recipes-devtools/python-numpy/files/mipsarcho32eb/_numpyconfig.h b/meta/recipes-devtools/python-numpy/files/mipsarcho32eb/_numpyconfig.h deleted file mode 100644 index 4c465c216c..0000000000 --- a/meta/recipes-devtools/python-numpy/files/mipsarcho32eb/_numpyconfig.h +++ /dev/null | |||
@@ -1,32 +0,0 @@ | |||
1 | #define NPY_HAVE_ENDIAN_H 1 | ||
2 | #define NPY_SIZEOF_SHORT SIZEOF_SHORT | ||
3 | #define NPY_SIZEOF_INT SIZEOF_INT | ||
4 | #define NPY_SIZEOF_LONG SIZEOF_LONG | ||
5 | #define NPY_SIZEOF_FLOAT 4 | ||
6 | #define NPY_SIZEOF_COMPLEX_FLOAT 8 | ||
7 | #define NPY_SIZEOF_DOUBLE 8 | ||
8 | #define NPY_SIZEOF_COMPLEX_DOUBLE 16 | ||
9 | #define NPY_SIZEOF_LONGDOUBLE 8 | ||
10 | #define NPY_SIZEOF_COMPLEX_LONGDOUBLE 16 | ||
11 | #define NPY_ENABLE_SEPARATE_COMPILATION 1 | ||
12 | #define NPY_SIZEOF_PY_INTPTR_T 4 | ||
13 | #define NPY_SIZEOF_PY_LONG_LONG 8 | ||
14 | #define NPY_SIZEOF_LONGLONG 8 | ||
15 | #define NPY_SIZEOF_OFF_T 8 | ||
16 | #define NPY_NO_SMP 0 | ||
17 | #define NPY_HAVE_DECL_ISNAN | ||
18 | #define NPY_HAVE_DECL_ISINF | ||
19 | #define NPY_HAVE_DECL_ISFINITE | ||
20 | #define NPY_HAVE_DECL_SIGNBIT | ||
21 | #define NPY_USE_C99_COMPLEX 1 | ||
22 | #define NPY_HAVE_COMPLEX_DOUBLE 1 | ||
23 | #define NPY_HAVE_COMPLEX_FLOAT 1 | ||
24 | #define NPY_HAVE_COMPLEX_LONG_DOUBLE 1 | ||
25 | #define NPY_USE_C99_FORMATS 1 | ||
26 | #define NPY_VISIBILITY_HIDDEN __attribute__((visibility("hidden"))) | ||
27 | #define NPY_ABI_VERSION 0x01000009 | ||
28 | #define NPY_API_VERSION 0x0000000A | ||
29 | |||
30 | #ifndef __STDC_FORMAT_MACROS | ||
31 | #define __STDC_FORMAT_MACROS 1 | ||
32 | #endif | ||
diff --git a/meta/recipes-devtools/python-numpy/files/mipsarcho32eb/config.h b/meta/recipes-devtools/python-numpy/files/mipsarcho32eb/config.h deleted file mode 100644 index 2f6135adce..0000000000 --- a/meta/recipes-devtools/python-numpy/files/mipsarcho32eb/config.h +++ /dev/null | |||
@@ -1,139 +0,0 @@ | |||
1 | #define HAVE_ENDIAN_H 1 | ||
2 | #define SIZEOF_PY_INTPTR_T 4 | ||
3 | #define SIZEOF_PY_LONG_LONG 8 | ||
4 | #define MATHLIB m | ||
5 | #define HAVE_SIN 1 | ||
6 | #define HAVE_COS 1 | ||
7 | #define HAVE_TAN 1 | ||
8 | #define HAVE_SINH 1 | ||
9 | #define HAVE_COSH 1 | ||
10 | #define HAVE_TANH 1 | ||
11 | #define HAVE_FABS 1 | ||
12 | #define HAVE_FLOOR 1 | ||
13 | #define HAVE_CEIL 1 | ||
14 | #define HAVE_SQRT 1 | ||
15 | #define HAVE_LOG10 1 | ||
16 | #define HAVE_LOG 1 | ||
17 | #define HAVE_EXP 1 | ||
18 | #define HAVE_ASIN 1 | ||
19 | #define HAVE_ACOS 1 | ||
20 | #define HAVE_ATAN 1 | ||
21 | #define HAVE_FMOD 1 | ||
22 | #define HAVE_MODF 1 | ||
23 | #define HAVE_FREXP 1 | ||
24 | #define HAVE_LDEXP 1 | ||
25 | #define HAVE_RINT 1 | ||
26 | #define HAVE_TRUNC 1 | ||
27 | #define HAVE_EXP2 1 | ||
28 | #define HAVE_LOG2 1 | ||
29 | #define HAVE_ATAN2 1 | ||
30 | #define HAVE_POW 1 | ||
31 | #define HAVE_NEXTAFTER 1 | ||
32 | #define HAVE_SINF 1 | ||
33 | #define HAVE_COSF 1 | ||
34 | #define HAVE_TANF 1 | ||
35 | #define HAVE_SINHF 1 | ||
36 | #define HAVE_COSHF 1 | ||
37 | #define HAVE_TANHF 1 | ||
38 | #define HAVE_FABSF 1 | ||
39 | #define HAVE_FLOORF 1 | ||
40 | #define HAVE_CEILF 1 | ||
41 | #define HAVE_RINTF 1 | ||
42 | #define HAVE_TRUNCF 1 | ||
43 | #define HAVE_SQRTF 1 | ||
44 | #define HAVE_LOG10F 1 | ||
45 | #define HAVE_LOGF 1 | ||
46 | #define HAVE_LOG1PF 1 | ||
47 | #define HAVE_EXPF 1 | ||
48 | #define HAVE_EXPM1F 1 | ||
49 | #define HAVE_ASINF 1 | ||
50 | #define HAVE_ACOSF 1 | ||
51 | #define HAVE_ATANF 1 | ||
52 | #define HAVE_ASINHF 1 | ||
53 | #define HAVE_ACOSHF 1 | ||
54 | #define HAVE_ATANHF 1 | ||
55 | #define HAVE_HYPOTF 1 | ||
56 | #define HAVE_ATAN2F 1 | ||
57 | #define HAVE_POWF 1 | ||
58 | #define HAVE_FMODF 1 | ||
59 | #define HAVE_MODFF 1 | ||
60 | #define HAVE_FREXPF 1 | ||
61 | #define HAVE_LDEXPF 1 | ||
62 | #define HAVE_EXP2F 1 | ||
63 | #define HAVE_LOG2F 1 | ||
64 | #define HAVE_COPYSIGNF 1 | ||
65 | #define HAVE_NEXTAFTERF 1 | ||
66 | #define HAVE_SINL 1 | ||
67 | #define HAVE_COSL 1 | ||
68 | #define HAVE_TANL 1 | ||
69 | #define HAVE_SINHL 1 | ||
70 | #define HAVE_COSHL 1 | ||
71 | #define HAVE_TANHL 1 | ||
72 | #define HAVE_FABSL 1 | ||
73 | #define HAVE_FLOORL 1 | ||
74 | #define HAVE_CEILL 1 | ||
75 | #define HAVE_RINTL 1 | ||
76 | #define HAVE_TRUNCL 1 | ||
77 | #define HAVE_SQRTL 1 | ||
78 | #define HAVE_LOG10L 1 | ||
79 | #define HAVE_LOGL 1 | ||
80 | #define HAVE_LOG1PL 1 | ||
81 | #define HAVE_EXPL 1 | ||
82 | #define HAVE_EXPM1L 1 | ||
83 | #define HAVE_ASINL 1 | ||
84 | #define HAVE_ACOSL 1 | ||
85 | #define HAVE_ATANL 1 | ||
86 | #define HAVE_ASINHL 1 | ||
87 | #define HAVE_ACOSHL 1 | ||
88 | #define HAVE_ATANHL 1 | ||
89 | #define HAVE_HYPOTL 1 | ||
90 | #define HAVE_ATAN2L 1 | ||
91 | #define HAVE_POWL 1 | ||
92 | #define HAVE_FMODL 1 | ||
93 | #define HAVE_MODFL 1 | ||
94 | #define HAVE_FREXPL 1 | ||
95 | #define HAVE_LDEXPL 1 | ||
96 | #define HAVE_EXP2L 1 | ||
97 | #define HAVE_LOG2L 1 | ||
98 | #define HAVE_COPYSIGNL 1 | ||
99 | #define HAVE_NEXTAFTERL 1 | ||
100 | #define HAVE_DECL_SIGNBIT | ||
101 | #define HAVE_COMPLEX_H 1 | ||
102 | #define HAVE_CREAL 1 | ||
103 | #define HAVE_CIMAG 1 | ||
104 | #define HAVE_CABS 1 | ||
105 | #define HAVE_CARG 1 | ||
106 | #define HAVE_CEXP 1 | ||
107 | #define HAVE_CSQRT 1 | ||
108 | #define HAVE_CLOG 1 | ||
109 | #define HAVE_CCOS 1 | ||
110 | #define HAVE_CSIN 1 | ||
111 | #define HAVE_CPOW 1 | ||
112 | #define HAVE_CREALF 1 | ||
113 | #define HAVE_CIMAGF 1 | ||
114 | #define HAVE_CABSF 1 | ||
115 | #define HAVE_CARGF 1 | ||
116 | #define HAVE_CEXPF 1 | ||
117 | #define HAVE_CSQRTF 1 | ||
118 | #define HAVE_CLOGF 1 | ||
119 | #define HAVE_CCOSF 1 | ||
120 | #define HAVE_CSINF 1 | ||
121 | #define HAVE_CPOWF 1 | ||
122 | #define HAVE_CREALL 1 | ||
123 | #define HAVE_CIMAGL 1 | ||
124 | #define HAVE_CABSL 1 | ||
125 | #define HAVE_CARGL 1 | ||
126 | #define HAVE_CEXPL 1 | ||
127 | #define HAVE_CSQRTL 1 | ||
128 | #define HAVE_CLOGL 1 | ||
129 | #define HAVE_CCOSL 1 | ||
130 | #define HAVE_CSINL 1 | ||
131 | #define HAVE_CPOWL 1 | ||
132 | #define HAVE_LDOUBLE_IEEE_DOUBLE_BE 1 | ||
133 | #ifndef __cplusplus | ||
134 | /* #undef inline */ | ||
135 | #endif | ||
136 | |||
137 | #ifndef _NPY_NPY_CONFIG_H_ | ||
138 | #error config.h should never be included directly, include npy_config.h instead | ||
139 | #endif | ||
diff --git a/meta/recipes-devtools/python-numpy/files/mipsarcho32el/config.h b/meta/recipes-devtools/python-numpy/files/mipsarcho32el/config.h deleted file mode 100644 index 17ef186d56..0000000000 --- a/meta/recipes-devtools/python-numpy/files/mipsarcho32el/config.h +++ /dev/null | |||
@@ -1,21 +0,0 @@ | |||
1 | /* ./src.linux-i686-2.5/numpy/core/include/numpy/config.h */ | ||
2 | /* #define SIZEOF_SHORT 2 */ | ||
3 | /* #define SIZEOF_INT 4 */ | ||
4 | /* #define SIZEOF_LONG 4 */ | ||
5 | /* #define SIZEOF_FLOAT 4 */ | ||
6 | /* #define SIZEOF_DOUBLE 8 */ | ||
7 | #define SIZEOF_LONG_DOUBLE 12 | ||
8 | #define SIZEOF_PY_INTPTR_T 4 | ||
9 | /* #define SIZEOF_LONG_LONG 8 */ | ||
10 | #define SIZEOF_PY_LONG_LONG 8 | ||
11 | /* #define CHAR_BIT 8 */ | ||
12 | #define MATHLIB m | ||
13 | #define HAVE_FLOAT_FUNCS | ||
14 | #define HAVE_LOG1P | ||
15 | #define HAVE_EXPM1 | ||
16 | #define HAVE_INVERSE_HYPERBOLIC | ||
17 | #define HAVE_INVERSE_HYPERBOLIC_FLOAT | ||
18 | #define HAVE_ISNAN | ||
19 | #define HAVE_ISINF | ||
20 | #define HAVE_RINT | ||
21 | |||
diff --git a/meta/recipes-devtools/python-numpy/files/mipsarcho32el/numpyconfig.h b/meta/recipes-devtools/python-numpy/files/mipsarcho32el/numpyconfig.h deleted file mode 100644 index 0b7cd51af4..0000000000 --- a/meta/recipes-devtools/python-numpy/files/mipsarcho32el/numpyconfig.h +++ /dev/null | |||
@@ -1,18 +0,0 @@ | |||
1 | /* cat ./src.linux-i686-2.5/numpy/core/include/numpy/numpyconfig.h */ | ||
2 | /* | ||
3 | * * This file is generated by numpy/core/setup.pyc. DO NOT EDIT | ||
4 | * */ | ||
5 | #define NPY_SIZEOF_SHORT 2 | ||
6 | #define NPY_SIZEOF_INT 4 | ||
7 | #define NPY_SIZEOF_LONG 4 | ||
8 | #define NPY_SIZEOF_FLOAT 4 | ||
9 | #define NPY_SIZEOF_DOUBLE 8 | ||
10 | #define NPY_SIZEOF_LONGDOUBLE 12 | ||
11 | #define NPY_SIZEOF_PY_INTPTR_T 4 | ||
12 | #define NPY_NO_SMP 0 | ||
13 | |||
14 | #define NPY_SIZEOF_LONGLONG 8 | ||
15 | #define NPY_SIZEOF_PY_LONG_LONG 8 | ||
16 | #define NPY_SIZEOF_OFF_T 8 | ||
17 | /* #define CHAR_BIT 8 */ | ||
18 | |||
diff --git a/meta/recipes-devtools/python-numpy/files/powerpc/_numpyconfig.h b/meta/recipes-devtools/python-numpy/files/powerpc/_numpyconfig.h deleted file mode 100644 index 6e7262ad91..0000000000 --- a/meta/recipes-devtools/python-numpy/files/powerpc/_numpyconfig.h +++ /dev/null | |||
@@ -1,32 +0,0 @@ | |||
1 | #define NPY_HAVE_ENDIAN_H 1 | ||
2 | #define NPY_SIZEOF_SHORT SIZEOF_SHORT | ||
3 | #define NPY_SIZEOF_INT SIZEOF_INT | ||
4 | #define NPY_SIZEOF_LONG SIZEOF_LONG | ||
5 | #define NPY_SIZEOF_FLOAT 4 | ||
6 | #define NPY_SIZEOF_COMPLEX_FLOAT 8 | ||
7 | #define NPY_SIZEOF_DOUBLE 8 | ||
8 | #define NPY_SIZEOF_COMPLEX_DOUBLE 16 | ||
9 | #define NPY_SIZEOF_LONGDOUBLE 16 | ||
10 | #define NPY_SIZEOF_COMPLEX_LONGDOUBLE 32 | ||
11 | #define NPY_ENABLE_SEPARATE_COMPILATION 1 | ||
12 | #define NPY_SIZEOF_PY_INTPTR_T 4 | ||
13 | #define NPY_SIZEOF_PY_LONG_LONG 8 | ||
14 | #define NPY_SIZEOF_LONGLONG 8 | ||
15 | #define NPY_SIZEOF_OFF_T 8 | ||
16 | #define NPY_NO_SMP 0 | ||
17 | #define NPY_HAVE_DECL_ISNAN | ||
18 | #define NPY_HAVE_DECL_ISINF | ||
19 | #define NPY_HAVE_DECL_ISFINITE | ||
20 | #define NPY_HAVE_DECL_SIGNBIT | ||
21 | #define NPY_USE_C99_COMPLEX 1 | ||
22 | #define NPY_HAVE_COMPLEX_DOUBLE 1 | ||
23 | #define NPY_HAVE_COMPLEX_FLOAT 1 | ||
24 | #define NPY_HAVE_COMPLEX_LONG_DOUBLE 1 | ||
25 | #define NPY_USE_C99_FORMATS 1 | ||
26 | #define NPY_VISIBILITY_HIDDEN __attribute__((visibility("hidden"))) | ||
27 | #define NPY_ABI_VERSION 0x01000009 | ||
28 | #define NPY_API_VERSION 0x0000000A | ||
29 | |||
30 | #ifndef __STDC_FORMAT_MACROS | ||
31 | #define __STDC_FORMAT_MACROS 1 | ||
32 | #endif | ||
diff --git a/meta/recipes-devtools/python-numpy/files/powerpc/config.h b/meta/recipes-devtools/python-numpy/files/powerpc/config.h deleted file mode 100644 index f65d39d5de..0000000000 --- a/meta/recipes-devtools/python-numpy/files/powerpc/config.h +++ /dev/null | |||
@@ -1,139 +0,0 @@ | |||
1 | #define HAVE_ENDIAN_H 1 | ||
2 | #define SIZEOF_PY_INTPTR_T 4 | ||
3 | #define SIZEOF_PY_LONG_LONG 8 | ||
4 | #define MATHLIB m | ||
5 | #define HAVE_SIN 1 | ||
6 | #define HAVE_COS 1 | ||
7 | #define HAVE_TAN 1 | ||
8 | #define HAVE_SINH 1 | ||
9 | #define HAVE_COSH 1 | ||
10 | #define HAVE_TANH 1 | ||
11 | #define HAVE_FABS 1 | ||
12 | #define HAVE_FLOOR 1 | ||
13 | #define HAVE_CEIL 1 | ||
14 | #define HAVE_SQRT 1 | ||
15 | #define HAVE_LOG10 1 | ||
16 | #define HAVE_LOG 1 | ||
17 | #define HAVE_EXP 1 | ||
18 | #define HAVE_ASIN 1 | ||
19 | #define HAVE_ACOS 1 | ||
20 | #define HAVE_ATAN 1 | ||
21 | #define HAVE_FMOD 1 | ||
22 | #define HAVE_MODF 1 | ||
23 | #define HAVE_FREXP 1 | ||
24 | #define HAVE_LDEXP 1 | ||
25 | #define HAVE_RINT 1 | ||
26 | #define HAVE_TRUNC 1 | ||
27 | #define HAVE_EXP2 1 | ||
28 | #define HAVE_LOG2 1 | ||
29 | #define HAVE_ATAN2 1 | ||
30 | #define HAVE_POW 1 | ||
31 | #define HAVE_NEXTAFTER 1 | ||
32 | #define HAVE_SINF 1 | ||
33 | #define HAVE_COSF 1 | ||
34 | #define HAVE_TANF 1 | ||
35 | #define HAVE_SINHF 1 | ||
36 | #define HAVE_COSHF 1 | ||
37 | #define HAVE_TANHF 1 | ||
38 | #define HAVE_FABSF 1 | ||
39 | #define HAVE_FLOORF 1 | ||
40 | #define HAVE_CEILF 1 | ||
41 | #define HAVE_RINTF 1 | ||
42 | #define HAVE_TRUNCF 1 | ||
43 | #define HAVE_SQRTF 1 | ||
44 | #define HAVE_LOG10F 1 | ||
45 | #define HAVE_LOGF 1 | ||
46 | #define HAVE_LOG1PF 1 | ||
47 | #define HAVE_EXPF 1 | ||
48 | #define HAVE_EXPM1F 1 | ||
49 | #define HAVE_ASINF 1 | ||
50 | #define HAVE_ACOSF 1 | ||
51 | #define HAVE_ATANF 1 | ||
52 | #define HAVE_ASINHF 1 | ||
53 | #define HAVE_ACOSHF 1 | ||
54 | #define HAVE_ATANHF 1 | ||
55 | #define HAVE_HYPOTF 1 | ||
56 | #define HAVE_ATAN2F 1 | ||
57 | #define HAVE_POWF 1 | ||
58 | #define HAVE_FMODF 1 | ||
59 | #define HAVE_MODFF 1 | ||
60 | #define HAVE_FREXPF 1 | ||
61 | #define HAVE_LDEXPF 1 | ||
62 | #define HAVE_EXP2F 1 | ||
63 | #define HAVE_LOG2F 1 | ||
64 | #define HAVE_COPYSIGNF 1 | ||
65 | #define HAVE_NEXTAFTERF 1 | ||
66 | #define HAVE_SINL 1 | ||
67 | #define HAVE_COSL 1 | ||
68 | #define HAVE_TANL 1 | ||
69 | #define HAVE_SINHL 1 | ||
70 | #define HAVE_COSHL 1 | ||
71 | #define HAVE_TANHL 1 | ||
72 | #define HAVE_FABSL 1 | ||
73 | #define HAVE_FLOORL 1 | ||
74 | #define HAVE_CEILL 1 | ||
75 | #define HAVE_RINTL 1 | ||
76 | #define HAVE_TRUNCL 1 | ||
77 | #define HAVE_SQRTL 1 | ||
78 | #define HAVE_LOG10L 1 | ||
79 | #define HAVE_LOGL 1 | ||
80 | #define HAVE_LOG1PL 1 | ||
81 | #define HAVE_EXPL 1 | ||
82 | #define HAVE_EXPM1L 1 | ||
83 | #define HAVE_ASINL 1 | ||
84 | #define HAVE_ACOSL 1 | ||
85 | #define HAVE_ATANL 1 | ||
86 | #define HAVE_ASINHL 1 | ||
87 | #define HAVE_ACOSHL 1 | ||
88 | #define HAVE_ATANHL 1 | ||
89 | #define HAVE_HYPOTL 1 | ||
90 | #define HAVE_ATAN2L 1 | ||
91 | #define HAVE_POWL 1 | ||
92 | #define HAVE_FMODL 1 | ||
93 | #define HAVE_MODFL 1 | ||
94 | #define HAVE_FREXPL 1 | ||
95 | #define HAVE_LDEXPL 1 | ||
96 | #define HAVE_EXP2L 1 | ||
97 | #define HAVE_LOG2L 1 | ||
98 | #define HAVE_COPYSIGNL 1 | ||
99 | #define HAVE_NEXTAFTERL 1 | ||
100 | #define HAVE_DECL_SIGNBIT | ||
101 | #define HAVE_COMPLEX_H 1 | ||
102 | #define HAVE_CREAL 1 | ||
103 | #define HAVE_CIMAG 1 | ||
104 | #define HAVE_CABS 1 | ||
105 | #define HAVE_CARG 1 | ||
106 | #define HAVE_CEXP 1 | ||
107 | #define HAVE_CSQRT 1 | ||
108 | #define HAVE_CLOG 1 | ||
109 | #define HAVE_CCOS 1 | ||
110 | #define HAVE_CSIN 1 | ||
111 | #define HAVE_CPOW 1 | ||
112 | #define HAVE_CREALF 1 | ||
113 | #define HAVE_CIMAGF 1 | ||
114 | #define HAVE_CABSF 1 | ||
115 | #define HAVE_CARGF 1 | ||
116 | #define HAVE_CEXPF 1 | ||
117 | #define HAVE_CSQRTF 1 | ||
118 | #define HAVE_CLOGF 1 | ||
119 | #define HAVE_CCOSF 1 | ||
120 | #define HAVE_CSINF 1 | ||
121 | #define HAVE_CPOWF 1 | ||
122 | #define HAVE_CREALL 1 | ||
123 | #define HAVE_CIMAGL 1 | ||
124 | #define HAVE_CABSL 1 | ||
125 | #define HAVE_CARGL 1 | ||
126 | #define HAVE_CEXPL 1 | ||
127 | #define HAVE_CSQRTL 1 | ||
128 | #define HAVE_CLOGL 1 | ||
129 | #define HAVE_CCOSL 1 | ||
130 | #define HAVE_CSINL 1 | ||
131 | #define HAVE_CPOWL 1 | ||
132 | #define HAVE_LDOUBLE_DOUBLE_DOUBLE_BE 1 | ||
133 | #ifndef __cplusplus | ||
134 | /* #undef inline */ | ||
135 | #endif | ||
136 | |||
137 | #ifndef _NPY_NPY_CONFIG_H_ | ||
138 | #error config.h should never be included directly, include npy_config.h instead | ||
139 | #endif | ||
diff --git a/meta/recipes-devtools/python-numpy/files/powerpc64/_numpyconfig.h b/meta/recipes-devtools/python-numpy/files/powerpc64/_numpyconfig.h deleted file mode 100644 index debb390094..0000000000 --- a/meta/recipes-devtools/python-numpy/files/powerpc64/_numpyconfig.h +++ /dev/null | |||
@@ -1,32 +0,0 @@ | |||
1 | #define NPY_HAVE_ENDIAN_H 1 | ||
2 | #define NPY_SIZEOF_SHORT SIZEOF_SHORT | ||
3 | #define NPY_SIZEOF_INT SIZEOF_INT | ||
4 | #define NPY_SIZEOF_LONG SIZEOF_LONG | ||
5 | #define NPY_SIZEOF_FLOAT 4 | ||
6 | #define NPY_SIZEOF_COMPLEX_FLOAT 8 | ||
7 | #define NPY_SIZEOF_DOUBLE 8 | ||
8 | #define NPY_SIZEOF_COMPLEX_DOUBLE 16 | ||
9 | #define NPY_SIZEOF_LONGDOUBLE 16 | ||
10 | #define NPY_SIZEOF_COMPLEX_LONGDOUBLE 32 | ||
11 | #define NPY_ENABLE_SEPARATE_COMPILATION 1 | ||
12 | #define NPY_SIZEOF_PY_INTPTR_T 8 | ||
13 | #define NPY_SIZEOF_PY_LONG_LONG 8 | ||
14 | #define NPY_SIZEOF_LONGLONG 8 | ||
15 | #define NPY_SIZEOF_OFF_T 8 | ||
16 | #define NPY_NO_SMP 0 | ||
17 | #define NPY_HAVE_DECL_ISNAN | ||
18 | #define NPY_HAVE_DECL_ISINF | ||
19 | #define NPY_HAVE_DECL_ISFINITE | ||
20 | #define NPY_HAVE_DECL_SIGNBIT | ||
21 | #define NPY_USE_C99_COMPLEX 1 | ||
22 | #define NPY_HAVE_COMPLEX_DOUBLE 1 | ||
23 | #define NPY_HAVE_COMPLEX_FLOAT 1 | ||
24 | #define NPY_HAVE_COMPLEX_LONG_DOUBLE 1 | ||
25 | #define NPY_USE_C99_FORMATS 1 | ||
26 | #define NPY_VISIBILITY_HIDDEN __attribute__((visibility("hidden"))) | ||
27 | #define NPY_ABI_VERSION 0x01000009 | ||
28 | #define NPY_API_VERSION 0x0000000A | ||
29 | |||
30 | #ifndef __STDC_FORMAT_MACROS | ||
31 | #define __STDC_FORMAT_MACROS 1 | ||
32 | #endif | ||
diff --git a/meta/recipes-devtools/python-numpy/files/powerpc64/config.h b/meta/recipes-devtools/python-numpy/files/powerpc64/config.h deleted file mode 100644 index c30b868f2f..0000000000 --- a/meta/recipes-devtools/python-numpy/files/powerpc64/config.h +++ /dev/null | |||
@@ -1,139 +0,0 @@ | |||
1 | #define HAVE_ENDIAN_H 1 | ||
2 | #define SIZEOF_PY_INTPTR_T 8 | ||
3 | #define SIZEOF_PY_LONG_LONG 8 | ||
4 | #define MATHLIB m | ||
5 | #define HAVE_SIN 1 | ||
6 | #define HAVE_COS 1 | ||
7 | #define HAVE_TAN 1 | ||
8 | #define HAVE_SINH 1 | ||
9 | #define HAVE_COSH 1 | ||
10 | #define HAVE_TANH 1 | ||
11 | #define HAVE_FABS 1 | ||
12 | #define HAVE_FLOOR 1 | ||
13 | #define HAVE_CEIL 1 | ||
14 | #define HAVE_SQRT 1 | ||
15 | #define HAVE_LOG10 1 | ||
16 | #define HAVE_LOG 1 | ||
17 | #define HAVE_EXP 1 | ||
18 | #define HAVE_ASIN 1 | ||
19 | #define HAVE_ACOS 1 | ||
20 | #define HAVE_ATAN 1 | ||
21 | #define HAVE_FMOD 1 | ||
22 | #define HAVE_MODF 1 | ||
23 | #define HAVE_FREXP 1 | ||
24 | #define HAVE_LDEXP 1 | ||
25 | #define HAVE_RINT 1 | ||
26 | #define HAVE_TRUNC 1 | ||
27 | #define HAVE_EXP2 1 | ||
28 | #define HAVE_LOG2 1 | ||
29 | #define HAVE_ATAN2 1 | ||
30 | #define HAVE_POW 1 | ||
31 | #define HAVE_NEXTAFTER 1 | ||
32 | #define HAVE_SINF 1 | ||
33 | #define HAVE_COSF 1 | ||
34 | #define HAVE_TANF 1 | ||
35 | #define HAVE_SINHF 1 | ||
36 | #define HAVE_COSHF 1 | ||
37 | #define HAVE_TANHF 1 | ||
38 | #define HAVE_FABSF 1 | ||
39 | #define HAVE_FLOORF 1 | ||
40 | #define HAVE_CEILF 1 | ||
41 | #define HAVE_RINTF 1 | ||
42 | #define HAVE_TRUNCF 1 | ||
43 | #define HAVE_SQRTF 1 | ||
44 | #define HAVE_LOG10F 1 | ||
45 | #define HAVE_LOGF 1 | ||
46 | #define HAVE_LOG1PF 1 | ||
47 | #define HAVE_EXPF 1 | ||
48 | #define HAVE_EXPM1F 1 | ||
49 | #define HAVE_ASINF 1 | ||
50 | #define HAVE_ACOSF 1 | ||
51 | #define HAVE_ATANF 1 | ||
52 | #define HAVE_ASINHF 1 | ||
53 | #define HAVE_ACOSHF 1 | ||
54 | #define HAVE_ATANHF 1 | ||
55 | #define HAVE_HYPOTF 1 | ||
56 | #define HAVE_ATAN2F 1 | ||
57 | #define HAVE_POWF 1 | ||
58 | #define HAVE_FMODF 1 | ||
59 | #define HAVE_MODFF 1 | ||
60 | #define HAVE_FREXPF 1 | ||
61 | #define HAVE_LDEXPF 1 | ||
62 | #define HAVE_EXP2F 1 | ||
63 | #define HAVE_LOG2F 1 | ||
64 | #define HAVE_COPYSIGNF 1 | ||
65 | #define HAVE_NEXTAFTERF 1 | ||
66 | #define HAVE_SINL 1 | ||
67 | #define HAVE_COSL 1 | ||
68 | #define HAVE_TANL 1 | ||
69 | #define HAVE_SINHL 1 | ||
70 | #define HAVE_COSHL 1 | ||
71 | #define HAVE_TANHL 1 | ||
72 | #define HAVE_FABSL 1 | ||
73 | #define HAVE_FLOORL 1 | ||
74 | #define HAVE_CEILL 1 | ||
75 | #define HAVE_RINTL 1 | ||
76 | #define HAVE_TRUNCL 1 | ||
77 | #define HAVE_SQRTL 1 | ||
78 | #define HAVE_LOG10L 1 | ||
79 | #define HAVE_LOGL 1 | ||
80 | #define HAVE_LOG1PL 1 | ||
81 | #define HAVE_EXPL 1 | ||
82 | #define HAVE_EXPM1L 1 | ||
83 | #define HAVE_ASINL 1 | ||
84 | #define HAVE_ACOSL 1 | ||
85 | #define HAVE_ATANL 1 | ||
86 | #define HAVE_ASINHL 1 | ||
87 | #define HAVE_ACOSHL 1 | ||
88 | #define HAVE_ATANHL 1 | ||
89 | #define HAVE_HYPOTL 1 | ||
90 | #define HAVE_ATAN2L 1 | ||
91 | #define HAVE_POWL 1 | ||
92 | #define HAVE_FMODL 1 | ||
93 | #define HAVE_MODFL 1 | ||
94 | #define HAVE_FREXPL 1 | ||
95 | #define HAVE_LDEXPL 1 | ||
96 | #define HAVE_EXP2L 1 | ||
97 | #define HAVE_LOG2L 1 | ||
98 | #define HAVE_COPYSIGNL 1 | ||
99 | #define HAVE_NEXTAFTERL 1 | ||
100 | #define HAVE_DECL_SIGNBIT | ||
101 | #define HAVE_COMPLEX_H 1 | ||
102 | #define HAVE_CREAL 1 | ||
103 | #define HAVE_CIMAG 1 | ||
104 | #define HAVE_CABS 1 | ||
105 | #define HAVE_CARG 1 | ||
106 | #define HAVE_CEXP 1 | ||
107 | #define HAVE_CSQRT 1 | ||
108 | #define HAVE_CLOG 1 | ||
109 | #define HAVE_CCOS 1 | ||
110 | #define HAVE_CSIN 1 | ||
111 | #define HAVE_CPOW 1 | ||
112 | #define HAVE_CREALF 1 | ||
113 | #define HAVE_CIMAGF 1 | ||
114 | #define HAVE_CABSF 1 | ||
115 | #define HAVE_CARGF 1 | ||
116 | #define HAVE_CEXPF 1 | ||
117 | #define HAVE_CSQRTF 1 | ||
118 | #define HAVE_CLOGF 1 | ||
119 | #define HAVE_CCOSF 1 | ||
120 | #define HAVE_CSINF 1 | ||
121 | #define HAVE_CPOWF 1 | ||
122 | #define HAVE_CREALL 1 | ||
123 | #define HAVE_CIMAGL 1 | ||
124 | #define HAVE_CABSL 1 | ||
125 | #define HAVE_CARGL 1 | ||
126 | #define HAVE_CEXPL 1 | ||
127 | #define HAVE_CSQRTL 1 | ||
128 | #define HAVE_CLOGL 1 | ||
129 | #define HAVE_CCOSL 1 | ||
130 | #define HAVE_CSINL 1 | ||
131 | #define HAVE_CPOWL 1 | ||
132 | #define HAVE_LDOUBLE_IEEE_QUAD_LE 1 | ||
133 | #ifndef __cplusplus | ||
134 | /* #undef inline */ | ||
135 | #endif | ||
136 | |||
137 | #ifndef _NPY_NPY_CONFIG_H_ | ||
138 | #error config.h should never be included directly, include npy_config.h instead | ||
139 | #endif | ||
diff --git a/meta/recipes-devtools/python-numpy/files/riscv64/_numpyconfig.h b/meta/recipes-devtools/python-numpy/files/riscv64/_numpyconfig.h deleted file mode 100644 index 109deb0435..0000000000 --- a/meta/recipes-devtools/python-numpy/files/riscv64/_numpyconfig.h +++ /dev/null | |||
@@ -1,32 +0,0 @@ | |||
1 | #define NPY_HAVE_ENDIAN_H 1 | ||
2 | #define NPY_SIZEOF_SHORT SIZEOF_SHORT | ||
3 | #define NPY_SIZEOF_INT SIZEOF_INT | ||
4 | #define NPY_SIZEOF_LONG SIZEOF_LONG | ||
5 | #define NPY_SIZEOF_FLOAT 4 | ||
6 | #define NPY_SIZEOF_COMPLEX_FLOAT 8 | ||
7 | #define NPY_SIZEOF_DOUBLE 8 | ||
8 | #define NPY_SIZEOF_COMPLEX_DOUBLE 16 | ||
9 | #define NPY_SIZEOF_LONGDOUBLE 16 | ||
10 | #define NPY_SIZEOF_COMPLEX_LONGDOUBLE 32 | ||
11 | #define NPY_SIZEOF_PY_INTPTR_T 8 | ||
12 | #define NPY_SIZEOF_PY_LONG_LONG 8 | ||
13 | #define NPY_SIZEOF_LONGLONG 8 | ||
14 | #define NPY_SIZEOF_OFF_T 8 | ||
15 | #define NPY_NO_SMP 0 | ||
16 | #define NPY_HAVE_DECL_ISNAN | ||
17 | #define NPY_HAVE_DECL_ISINF | ||
18 | #define NPY_HAVE_DECL_ISFINITE | ||
19 | #define NPY_HAVE_DECL_SIGNBIT | ||
20 | #define NPY_USE_C99_COMPLEX 1 | ||
21 | #define NPY_HAVE_COMPLEX_DOUBLE 1 | ||
22 | #define NPY_HAVE_COMPLEX_FLOAT 1 | ||
23 | #define NPY_HAVE_COMPLEX_LONG_DOUBLE 1 | ||
24 | #define NPY_ENABLE_SEPARATE_COMPILATION 1 | ||
25 | #define NPY_USE_C99_FORMATS 1 | ||
26 | #define NPY_VISIBILITY_HIDDEN __attribute__((visibility("hidden"))) | ||
27 | #define NPY_ABI_VERSION 0x01000009 | ||
28 | #define NPY_API_VERSION 0x0000000A | ||
29 | |||
30 | #ifndef __STDC_FORMAT_MACROS | ||
31 | #define __STDC_FORMAT_MACROS 1 | ||
32 | #endif | ||
diff --git a/meta/recipes-devtools/python-numpy/files/riscv64/config.h b/meta/recipes-devtools/python-numpy/files/riscv64/config.h deleted file mode 100644 index c30b868f2f..0000000000 --- a/meta/recipes-devtools/python-numpy/files/riscv64/config.h +++ /dev/null | |||
@@ -1,139 +0,0 @@ | |||
1 | #define HAVE_ENDIAN_H 1 | ||
2 | #define SIZEOF_PY_INTPTR_T 8 | ||
3 | #define SIZEOF_PY_LONG_LONG 8 | ||
4 | #define MATHLIB m | ||
5 | #define HAVE_SIN 1 | ||
6 | #define HAVE_COS 1 | ||
7 | #define HAVE_TAN 1 | ||
8 | #define HAVE_SINH 1 | ||
9 | #define HAVE_COSH 1 | ||
10 | #define HAVE_TANH 1 | ||
11 | #define HAVE_FABS 1 | ||
12 | #define HAVE_FLOOR 1 | ||
13 | #define HAVE_CEIL 1 | ||
14 | #define HAVE_SQRT 1 | ||
15 | #define HAVE_LOG10 1 | ||
16 | #define HAVE_LOG 1 | ||
17 | #define HAVE_EXP 1 | ||
18 | #define HAVE_ASIN 1 | ||
19 | #define HAVE_ACOS 1 | ||
20 | #define HAVE_ATAN 1 | ||
21 | #define HAVE_FMOD 1 | ||
22 | #define HAVE_MODF 1 | ||
23 | #define HAVE_FREXP 1 | ||
24 | #define HAVE_LDEXP 1 | ||
25 | #define HAVE_RINT 1 | ||
26 | #define HAVE_TRUNC 1 | ||
27 | #define HAVE_EXP2 1 | ||
28 | #define HAVE_LOG2 1 | ||
29 | #define HAVE_ATAN2 1 | ||
30 | #define HAVE_POW 1 | ||
31 | #define HAVE_NEXTAFTER 1 | ||
32 | #define HAVE_SINF 1 | ||
33 | #define HAVE_COSF 1 | ||
34 | #define HAVE_TANF 1 | ||
35 | #define HAVE_SINHF 1 | ||
36 | #define HAVE_COSHF 1 | ||
37 | #define HAVE_TANHF 1 | ||
38 | #define HAVE_FABSF 1 | ||
39 | #define HAVE_FLOORF 1 | ||
40 | #define HAVE_CEILF 1 | ||
41 | #define HAVE_RINTF 1 | ||
42 | #define HAVE_TRUNCF 1 | ||
43 | #define HAVE_SQRTF 1 | ||
44 | #define HAVE_LOG10F 1 | ||
45 | #define HAVE_LOGF 1 | ||
46 | #define HAVE_LOG1PF 1 | ||
47 | #define HAVE_EXPF 1 | ||
48 | #define HAVE_EXPM1F 1 | ||
49 | #define HAVE_ASINF 1 | ||
50 | #define HAVE_ACOSF 1 | ||
51 | #define HAVE_ATANF 1 | ||
52 | #define HAVE_ASINHF 1 | ||
53 | #define HAVE_ACOSHF 1 | ||
54 | #define HAVE_ATANHF 1 | ||
55 | #define HAVE_HYPOTF 1 | ||
56 | #define HAVE_ATAN2F 1 | ||
57 | #define HAVE_POWF 1 | ||
58 | #define HAVE_FMODF 1 | ||
59 | #define HAVE_MODFF 1 | ||
60 | #define HAVE_FREXPF 1 | ||
61 | #define HAVE_LDEXPF 1 | ||
62 | #define HAVE_EXP2F 1 | ||
63 | #define HAVE_LOG2F 1 | ||
64 | #define HAVE_COPYSIGNF 1 | ||
65 | #define HAVE_NEXTAFTERF 1 | ||
66 | #define HAVE_SINL 1 | ||
67 | #define HAVE_COSL 1 | ||
68 | #define HAVE_TANL 1 | ||
69 | #define HAVE_SINHL 1 | ||
70 | #define HAVE_COSHL 1 | ||
71 | #define HAVE_TANHL 1 | ||
72 | #define HAVE_FABSL 1 | ||
73 | #define HAVE_FLOORL 1 | ||
74 | #define HAVE_CEILL 1 | ||
75 | #define HAVE_RINTL 1 | ||
76 | #define HAVE_TRUNCL 1 | ||
77 | #define HAVE_SQRTL 1 | ||
78 | #define HAVE_LOG10L 1 | ||
79 | #define HAVE_LOGL 1 | ||
80 | #define HAVE_LOG1PL 1 | ||
81 | #define HAVE_EXPL 1 | ||
82 | #define HAVE_EXPM1L 1 | ||
83 | #define HAVE_ASINL 1 | ||
84 | #define HAVE_ACOSL 1 | ||
85 | #define HAVE_ATANL 1 | ||
86 | #define HAVE_ASINHL 1 | ||
87 | #define HAVE_ACOSHL 1 | ||
88 | #define HAVE_ATANHL 1 | ||
89 | #define HAVE_HYPOTL 1 | ||
90 | #define HAVE_ATAN2L 1 | ||
91 | #define HAVE_POWL 1 | ||
92 | #define HAVE_FMODL 1 | ||
93 | #define HAVE_MODFL 1 | ||
94 | #define HAVE_FREXPL 1 | ||
95 | #define HAVE_LDEXPL 1 | ||
96 | #define HAVE_EXP2L 1 | ||
97 | #define HAVE_LOG2L 1 | ||
98 | #define HAVE_COPYSIGNL 1 | ||
99 | #define HAVE_NEXTAFTERL 1 | ||
100 | #define HAVE_DECL_SIGNBIT | ||
101 | #define HAVE_COMPLEX_H 1 | ||
102 | #define HAVE_CREAL 1 | ||
103 | #define HAVE_CIMAG 1 | ||
104 | #define HAVE_CABS 1 | ||
105 | #define HAVE_CARG 1 | ||
106 | #define HAVE_CEXP 1 | ||
107 | #define HAVE_CSQRT 1 | ||
108 | #define HAVE_CLOG 1 | ||
109 | #define HAVE_CCOS 1 | ||
110 | #define HAVE_CSIN 1 | ||
111 | #define HAVE_CPOW 1 | ||
112 | #define HAVE_CREALF 1 | ||
113 | #define HAVE_CIMAGF 1 | ||
114 | #define HAVE_CABSF 1 | ||
115 | #define HAVE_CARGF 1 | ||
116 | #define HAVE_CEXPF 1 | ||
117 | #define HAVE_CSQRTF 1 | ||
118 | #define HAVE_CLOGF 1 | ||
119 | #define HAVE_CCOSF 1 | ||
120 | #define HAVE_CSINF 1 | ||
121 | #define HAVE_CPOWF 1 | ||
122 | #define HAVE_CREALL 1 | ||
123 | #define HAVE_CIMAGL 1 | ||
124 | #define HAVE_CABSL 1 | ||
125 | #define HAVE_CARGL 1 | ||
126 | #define HAVE_CEXPL 1 | ||
127 | #define HAVE_CSQRTL 1 | ||
128 | #define HAVE_CLOGL 1 | ||
129 | #define HAVE_CCOSL 1 | ||
130 | #define HAVE_CSINL 1 | ||
131 | #define HAVE_CPOWL 1 | ||
132 | #define HAVE_LDOUBLE_IEEE_QUAD_LE 1 | ||
133 | #ifndef __cplusplus | ||
134 | /* #undef inline */ | ||
135 | #endif | ||
136 | |||
137 | #ifndef _NPY_NPY_CONFIG_H_ | ||
138 | #error config.h should never be included directly, include npy_config.h instead | ||
139 | #endif | ||
diff --git a/meta/recipes-devtools/python-numpy/files/x86-64/_numpyconfig.h b/meta/recipes-devtools/python-numpy/files/x86-64/_numpyconfig.h deleted file mode 100644 index b330361649..0000000000 --- a/meta/recipes-devtools/python-numpy/files/x86-64/_numpyconfig.h +++ /dev/null | |||
@@ -1,32 +0,0 @@ | |||
1 | #define NPY_HAVE_ENDIAN_H 1 | ||
2 | #define NPY_SIZEOF_SHORT SIZEOF_SHORT | ||
3 | #define NPY_SIZEOF_INT SIZEOF_INT | ||
4 | #define NPY_SIZEOF_LONG SIZEOF_LONG | ||
5 | #define NPY_SIZEOF_FLOAT 4 | ||
6 | #define NPY_SIZEOF_COMPLEX_FLOAT 8 | ||
7 | #define NPY_SIZEOF_DOUBLE 8 | ||
8 | #define NPY_SIZEOF_OFF_T 8 | ||
9 | #define NPY_SIZEOF_COMPLEX_DOUBLE 16 | ||
10 | #define NPY_SIZEOF_LONGDOUBLE 16 | ||
11 | #define NPY_SIZEOF_COMPLEX_LONGDOUBLE 32 | ||
12 | #define NPY_ENABLE_SEPARATE_COMPILATION 1 | ||
13 | #define NPY_SIZEOF_PY_INTPTR_T 8 | ||
14 | #define NPY_SIZEOF_PY_LONG_LONG 8 | ||
15 | #define NPY_SIZEOF_LONGLONG 8 | ||
16 | #define NPY_NO_SMP 0 | ||
17 | #define NPY_HAVE_DECL_ISNAN | ||
18 | #define NPY_HAVE_DECL_ISINF | ||
19 | #define NPY_HAVE_DECL_ISFINITE | ||
20 | #define NPY_HAVE_DECL_SIGNBIT | ||
21 | #define NPY_USE_C99_COMPLEX 1 | ||
22 | #define NPY_HAVE_COMPLEX_DOUBLE 1 | ||
23 | #define NPY_HAVE_COMPLEX_FLOAT 1 | ||
24 | #define NPY_HAVE_COMPLEX_LONG_DOUBLE 1 | ||
25 | #define NPY_USE_C99_FORMATS 1 | ||
26 | #define NPY_VISIBILITY_HIDDEN __attribute__((visibility("hidden"))) | ||
27 | #define NPY_ABI_VERSION 0x01000009 | ||
28 | #define NPY_API_VERSION 0x0000000A | ||
29 | |||
30 | #ifndef __STDC_FORMAT_MACROS | ||
31 | #define __STDC_FORMAT_MACROS 1 | ||
32 | #endif | ||
diff --git a/meta/recipes-devtools/python-numpy/files/x86-64/config.h b/meta/recipes-devtools/python-numpy/files/x86-64/config.h deleted file mode 100644 index 0ce63b7d22..0000000000 --- a/meta/recipes-devtools/python-numpy/files/x86-64/config.h +++ /dev/null | |||
@@ -1,139 +0,0 @@ | |||
1 | #define HAVE_ENDIAN_H 1 | ||
2 | #define SIZEOF_PY_INTPTR_T 8 | ||
3 | #define SIZEOF_PY_LONG_LONG 8 | ||
4 | #define MATHLIB m | ||
5 | #define HAVE_SIN 1 | ||
6 | #define HAVE_COS 1 | ||
7 | #define HAVE_TAN 1 | ||
8 | #define HAVE_SINH 1 | ||
9 | #define HAVE_COSH 1 | ||
10 | #define HAVE_TANH 1 | ||
11 | #define HAVE_FABS 1 | ||
12 | #define HAVE_FLOOR 1 | ||
13 | #define HAVE_CEIL 1 | ||
14 | #define HAVE_SQRT 1 | ||
15 | #define HAVE_LOG10 1 | ||
16 | #define HAVE_LOG 1 | ||
17 | #define HAVE_EXP 1 | ||
18 | #define HAVE_ASIN 1 | ||
19 | #define HAVE_ACOS 1 | ||
20 | #define HAVE_ATAN 1 | ||
21 | #define HAVE_FMOD 1 | ||
22 | #define HAVE_MODF 1 | ||
23 | #define HAVE_FREXP 1 | ||
24 | #define HAVE_LDEXP 1 | ||
25 | #define HAVE_RINT 1 | ||
26 | #define HAVE_TRUNC 1 | ||
27 | #define HAVE_EXP2 1 | ||
28 | #define HAVE_LOG2 1 | ||
29 | #define HAVE_ATAN2 1 | ||
30 | #define HAVE_POW 1 | ||
31 | #define HAVE_NEXTAFTER 1 | ||
32 | #define HAVE_SINF 1 | ||
33 | #define HAVE_COSF 1 | ||
34 | #define HAVE_TANF 1 | ||
35 | #define HAVE_SINHF 1 | ||
36 | #define HAVE_COSHF 1 | ||
37 | #define HAVE_TANHF 1 | ||
38 | #define HAVE_FABSF 1 | ||
39 | #define HAVE_FLOORF 1 | ||
40 | #define HAVE_CEILF 1 | ||
41 | #define HAVE_RINTF 1 | ||
42 | #define HAVE_TRUNCF 1 | ||
43 | #define HAVE_SQRTF 1 | ||
44 | #define HAVE_LOG10F 1 | ||
45 | #define HAVE_LOGF 1 | ||
46 | #define HAVE_LOG1PF 1 | ||
47 | #define HAVE_EXPF 1 | ||
48 | #define HAVE_EXPM1F 1 | ||
49 | #define HAVE_ASINF 1 | ||
50 | #define HAVE_ACOSF 1 | ||
51 | #define HAVE_ATANF 1 | ||
52 | #define HAVE_ASINHF 1 | ||
53 | #define HAVE_ACOSHF 1 | ||
54 | #define HAVE_ATANHF 1 | ||
55 | #define HAVE_HYPOTF 1 | ||
56 | #define HAVE_ATAN2F 1 | ||
57 | #define HAVE_POWF 1 | ||
58 | #define HAVE_FMODF 1 | ||
59 | #define HAVE_MODFF 1 | ||
60 | #define HAVE_FREXPF 1 | ||
61 | #define HAVE_LDEXPF 1 | ||
62 | #define HAVE_EXP2F 1 | ||
63 | #define HAVE_LOG2F 1 | ||
64 | #define HAVE_COPYSIGNF 1 | ||
65 | #define HAVE_NEXTAFTERF 1 | ||
66 | #define HAVE_SINL 1 | ||
67 | #define HAVE_COSL 1 | ||
68 | #define HAVE_TANL 1 | ||
69 | #define HAVE_SINHL 1 | ||
70 | #define HAVE_COSHL 1 | ||
71 | #define HAVE_TANHL 1 | ||
72 | #define HAVE_FABSL 1 | ||
73 | #define HAVE_FLOORL 1 | ||
74 | #define HAVE_CEILL 1 | ||
75 | #define HAVE_RINTL 1 | ||
76 | #define HAVE_TRUNCL 1 | ||
77 | #define HAVE_SQRTL 1 | ||
78 | #define HAVE_LOG10L 1 | ||
79 | #define HAVE_LOGL 1 | ||
80 | #define HAVE_LOG1PL 1 | ||
81 | #define HAVE_EXPL 1 | ||
82 | #define HAVE_EXPM1L 1 | ||
83 | #define HAVE_ASINL 1 | ||
84 | #define HAVE_ACOSL 1 | ||
85 | #define HAVE_ATANL 1 | ||
86 | #define HAVE_ASINHL 1 | ||
87 | #define HAVE_ACOSHL 1 | ||
88 | #define HAVE_ATANHL 1 | ||
89 | #define HAVE_HYPOTL 1 | ||
90 | #define HAVE_ATAN2L 1 | ||
91 | #define HAVE_POWL 1 | ||
92 | #define HAVE_FMODL 1 | ||
93 | #define HAVE_MODFL 1 | ||
94 | #define HAVE_FREXPL 1 | ||
95 | #define HAVE_LDEXPL 1 | ||
96 | #define HAVE_EXP2L 1 | ||
97 | #define HAVE_LOG2L 1 | ||
98 | #define HAVE_COPYSIGNL 1 | ||
99 | #define HAVE_NEXTAFTERL 1 | ||
100 | #define HAVE_DECL_SIGNBIT | ||
101 | #define HAVE_COMPLEX_H 1 | ||
102 | #define HAVE_CREAL 1 | ||
103 | #define HAVE_CIMAG 1 | ||
104 | #define HAVE_CABS 1 | ||
105 | #define HAVE_CARG 1 | ||
106 | #define HAVE_CEXP 1 | ||
107 | #define HAVE_CSQRT 1 | ||
108 | #define HAVE_CLOG 1 | ||
109 | #define HAVE_CCOS 1 | ||
110 | #define HAVE_CSIN 1 | ||
111 | #define HAVE_CPOW 1 | ||
112 | #define HAVE_CREALF 1 | ||
113 | #define HAVE_CIMAGF 1 | ||
114 | #define HAVE_CABSF 1 | ||
115 | #define HAVE_CARGF 1 | ||
116 | #define HAVE_CEXPF 1 | ||
117 | #define HAVE_CSQRTF 1 | ||
118 | #define HAVE_CLOGF 1 | ||
119 | #define HAVE_CCOSF 1 | ||
120 | #define HAVE_CSINF 1 | ||
121 | #define HAVE_CPOWF 1 | ||
122 | #define HAVE_CREALL 1 | ||
123 | #define HAVE_CIMAGL 1 | ||
124 | #define HAVE_CABSL 1 | ||
125 | #define HAVE_CARGL 1 | ||
126 | #define HAVE_CEXPL 1 | ||
127 | #define HAVE_CSQRTL 1 | ||
128 | #define HAVE_CLOGL 1 | ||
129 | #define HAVE_CCOSL 1 | ||
130 | #define HAVE_CSINL 1 | ||
131 | #define HAVE_CPOWL 1 | ||
132 | #define HAVE_LDOUBLE_INTEL_EXTENDED_16_BYTES_LE 1 | ||
133 | #ifndef __cplusplus | ||
134 | /* #undef inline */ | ||
135 | #endif | ||
136 | |||
137 | #ifndef _NPY_NPY_CONFIG_H_ | ||
138 | #error config.h should never be included directly, include npy_config.h instead | ||
139 | #endif | ||
diff --git a/meta/recipes-devtools/python-numpy/files/x86/config.h b/meta/recipes-devtools/python-numpy/files/x86/config.h deleted file mode 100644 index 08e41e3d99..0000000000 --- a/meta/recipes-devtools/python-numpy/files/x86/config.h +++ /dev/null | |||
@@ -1,108 +0,0 @@ | |||
1 | #define SIZEOF_PY_INTPTR_T 4 | ||
2 | #define SIZEOF_PY_LONG_LONG 8 | ||
3 | #define MATHLIB m | ||
4 | #define HAVE_SIN | ||
5 | #define HAVE_COS | ||
6 | #define HAVE_TAN | ||
7 | #define HAVE_SINH | ||
8 | #define HAVE_COSH | ||
9 | #define HAVE_TANH | ||
10 | #define HAVE_FABS | ||
11 | #define HAVE_FLOOR | ||
12 | #define HAVE_CEIL | ||
13 | #define HAVE_SQRT | ||
14 | #define HAVE_LOG10 | ||
15 | #define HAVE_LOG | ||
16 | #define HAVE_EXP | ||
17 | #define HAVE_ASIN | ||
18 | #define HAVE_ACOS | ||
19 | #define HAVE_ATAN | ||
20 | #define HAVE_FMOD | ||
21 | #define HAVE_MODF | ||
22 | #define HAVE_FREXP | ||
23 | #define HAVE_LDEXP | ||
24 | #define HAVE_RINT | ||
25 | #define HAVE_TRUNC | ||
26 | #define HAVE_EXP2 | ||
27 | #define HAVE_LOG2 | ||
28 | #define HAVE_ATAN2 | ||
29 | #define HAVE_POW | ||
30 | #define HAVE_NEXTAFTER | ||
31 | #define HAVE_SINF | ||
32 | #define HAVE_COSF | ||
33 | #define HAVE_TANF | ||
34 | #define HAVE_SINHF | ||
35 | #define HAVE_COSHF | ||
36 | #define HAVE_TANHF | ||
37 | #define HAVE_FABSF | ||
38 | #define HAVE_FLOORF | ||
39 | #define HAVE_CEILF | ||
40 | #define HAVE_RINTF | ||
41 | #define HAVE_TRUNCF | ||
42 | #define HAVE_SQRTF | ||
43 | #define HAVE_LOG10F | ||
44 | #define HAVE_LOGF | ||
45 | #define HAVE_LOG1PF | ||
46 | #define HAVE_EXPF | ||
47 | #define HAVE_EXPM1F | ||
48 | #define HAVE_ASINF | ||
49 | #define HAVE_ACOSF | ||
50 | #define HAVE_ATANF | ||
51 | #define HAVE_ASINHF | ||
52 | #define HAVE_ACOSHF | ||
53 | #define HAVE_ATANHF | ||
54 | #define HAVE_HYPOTF | ||
55 | #define HAVE_ATAN2F | ||
56 | #define HAVE_POWF | ||
57 | #define HAVE_FMODF | ||
58 | #define HAVE_MODFF | ||
59 | #define HAVE_FREXPF | ||
60 | #define HAVE_LDEXPF | ||
61 | #define HAVE_EXP2F | ||
62 | #define HAVE_LOG2F | ||
63 | #define HAVE_COPYSIGNF | ||
64 | #define HAVE_NEXTAFTERF | ||
65 | #define HAVE_SINL | ||
66 | #define HAVE_COSL | ||
67 | #define HAVE_TANL | ||
68 | #define HAVE_SINHL | ||
69 | #define HAVE_COSHL | ||
70 | #define HAVE_TANHL | ||
71 | #define HAVE_FABSL | ||
72 | #define HAVE_FLOORL | ||
73 | #define HAVE_CEILL | ||
74 | #define HAVE_RINTL | ||
75 | #define HAVE_TRUNCL | ||
76 | #define HAVE_SQRTL | ||
77 | #define HAVE_LOG10L | ||
78 | #define HAVE_LOGL | ||
79 | #define HAVE_LOG1PL | ||
80 | #define HAVE_EXPL | ||
81 | #define HAVE_EXPM1L | ||
82 | #define HAVE_ASINL | ||
83 | #define HAVE_ACOSL | ||
84 | #define HAVE_ATANL | ||
85 | #define HAVE_ASINHL | ||
86 | #define HAVE_ACOSHL | ||
87 | #define HAVE_ATANHL | ||
88 | #define HAVE_HYPOTL | ||
89 | #define HAVE_ATAN2L | ||
90 | #define HAVE_POWL | ||
91 | #define HAVE_FMODL | ||
92 | #define HAVE_MODFL | ||
93 | #define HAVE_FREXPL | ||
94 | #define HAVE_LDEXPL | ||
95 | #define HAVE_EXP2L | ||
96 | #define HAVE_LOG2L | ||
97 | #define HAVE_COPYSIGNL | ||
98 | #define HAVE_NEXTAFTERL | ||
99 | #define HAVE_DECL_SIGNBIT | ||
100 | #define HAVE_COMPLEX_H | ||
101 | #define HAVE_LDOUBLE_INTEL_EXTENDED_12_BYTES_LE 1 | ||
102 | #ifndef __cplusplus | ||
103 | /* #undef inline */ | ||
104 | #endif | ||
105 | |||
106 | #ifndef _NPY_NPY_CONFIG_H_ | ||
107 | #error config.h should never be included directly, include npy_config.h instead | ||
108 | #endif | ||
diff --git a/meta/recipes-devtools/python-numpy/files/x86/numpyconfig.h b/meta/recipes-devtools/python-numpy/files/x86/numpyconfig.h deleted file mode 100644 index ff7938cd96..0000000000 --- a/meta/recipes-devtools/python-numpy/files/x86/numpyconfig.h +++ /dev/null | |||
@@ -1,24 +0,0 @@ | |||
1 | #ifndef _NPY_NUMPYCONFIG_H_ | ||
2 | #define _NPY_NUMPYCONFIG_H_ | ||
3 | |||
4 | #include "_numpyconfig.h" | ||
5 | |||
6 | /* | ||
7 | * On Mac OS X, because there is only one configuration stage for all the archs | ||
8 | * in universal builds, any macro which depends on the arch needs to be | ||
9 | * harcoded | ||
10 | */ | ||
11 | #ifdef __APPLE__ | ||
12 | #undef NPY_SIZEOF_LONG | ||
13 | #undef NPY_SIZEOF_PY_INTPTR_T | ||
14 | |||
15 | #ifdef __LP64__ | ||
16 | #define NPY_SIZEOF_LONG 8 | ||
17 | #define NPY_SIZEOF_PY_INTPTR_T 8 | ||
18 | #else | ||
19 | #define NPY_SIZEOF_LONG 4 | ||
20 | #define NPY_SIZEOF_PY_INTPTR_T 4 | ||
21 | #endif | ||
22 | #endif | ||
23 | |||
24 | #endif | ||
diff --git a/meta/recipes-devtools/python-numpy/python-numpy.inc b/meta/recipes-devtools/python-numpy/python-numpy.inc index a12e72f964..f68b90e6b9 100644 --- a/meta/recipes-devtools/python-numpy/python-numpy.inc +++ b/meta/recipes-devtools/python-numpy/python-numpy.inc | |||
@@ -8,7 +8,6 @@ SRCNAME = "numpy" | |||
8 | SRC_URI = "https://github.com/${SRCNAME}/${SRCNAME}/releases/download/v${PV}/${SRCNAME}-${PV}.tar.gz \ | 8 | SRC_URI = "https://github.com/${SRCNAME}/${SRCNAME}/releases/download/v${PV}/${SRCNAME}-${PV}.tar.gz \ |
9 | file://0001-Don-t-search-usr-and-so-on-for-libraries-by-default-.patch \ | 9 | file://0001-Don-t-search-usr-and-so-on-for-libraries-by-default-.patch \ |
10 | file://0001-npy_cpu-Add-riscv-support.patch \ | 10 | file://0001-npy_cpu-Add-riscv-support.patch \ |
11 | ${CONFIGFILESURI} \ | ||
12 | file://0001-numpy-random-setup.py-remove-the-detection-of-x86-ta.patch \ | 11 | file://0001-numpy-random-setup.py-remove-the-detection-of-x86-ta.patch \ |
13 | " | 12 | " |
14 | SRC_URI[md5sum] = "c48b2ad785f82cdfe28c907ce35e2a71" | 13 | SRC_URI[md5sum] = "c48b2ad785f82cdfe28c907ce35e2a71" |
@@ -20,77 +19,10 @@ UPSTREAM_CHECK_REGEX = "(?P<pver>\d+(\.\d+)+)\.tar" | |||
20 | # Needed for building with gcc 4.x from centos 7 | 19 | # Needed for building with gcc 4.x from centos 7 |
21 | CFLAGS_append_class-native = " -std=c99" | 20 | CFLAGS_append_class-native = " -std=c99" |
22 | 21 | ||
23 | CONFIGFILESURI ?= "" | ||
24 | |||
25 | CONFIGFILESURI_aarch64 = " \ | ||
26 | file://config.h \ | ||
27 | file://_numpyconfig.h \ | ||
28 | " | ||
29 | CONFIGFILESURI_arm = " \ | ||
30 | file://config.h \ | ||
31 | file://numpyconfig.h \ | ||
32 | " | ||
33 | CONFIGFILESURI_armeb = " \ | ||
34 | file://config.h \ | ||
35 | file://numpyconfig.h \ | ||
36 | " | ||
37 | CONFIGFILESURI_mipsarcho32el = " \ | ||
38 | file://config.h \ | ||
39 | file://numpyconfig.h \ | ||
40 | " | ||
41 | CONFIGFILESURI_x86 = " \ | ||
42 | file://config.h \ | ||
43 | file://numpyconfig.h \ | ||
44 | " | ||
45 | CONFIGFILESURI_x86-64 = " \ | ||
46 | file://config.h \ | ||
47 | file://_numpyconfig.h \ | ||
48 | " | ||
49 | CONFIGFILESURI_mipsarcho32eb = " \ | ||
50 | file://config.h \ | ||
51 | file://_numpyconfig.h \ | ||
52 | " | ||
53 | CONFIGFILESURI_powerpc = " \ | ||
54 | file://config.h \ | ||
55 | file://_numpyconfig.h \ | ||
56 | " | ||
57 | CONFIGFILESURI_powerpc64 = " \ | ||
58 | file://config.h \ | ||
59 | file://_numpyconfig.h \ | ||
60 | " | ||
61 | CONFIGFILESURI_mipsarchn64eb = " \ | ||
62 | file://config.h \ | ||
63 | file://_numpyconfig.h \ | ||
64 | " | ||
65 | CONFIGFILESURI_mipsarchn64el = " \ | ||
66 | file://config.h \ | ||
67 | file://_numpyconfig.h \ | ||
68 | " | ||
69 | CONFIGFILESURI_mipsarchn32eb = " \ | ||
70 | file://config.h \ | ||
71 | file://_numpyconfig.h \ | ||
72 | " | ||
73 | CONFIGFILESURI_mipsarchn32el = " \ | ||
74 | file://config.h \ | ||
75 | file://_numpyconfig.h \ | ||
76 | " | ||
77 | CONFIGFILESURI_riscv64 = " \ | ||
78 | file://config.h \ | ||
79 | file://_numpyconfig.h \ | ||
80 | " | ||
81 | |||
82 | S = "${WORKDIR}/numpy-${PV}" | 22 | S = "${WORKDIR}/numpy-${PV}" |
83 | 23 | ||
84 | CLEANBROKEN = "1" | 24 | CLEANBROKEN = "1" |
85 | 25 | ||
86 | # Make the build fail and replace *config.h with proper one | ||
87 | # This is a ugly, ugly hack - Koen | ||
88 | do_compile_prepend_class-target() { | ||
89 | ${STAGING_BINDIR_NATIVE}/${PYTHON_PN}-native/${PYTHON_PN} setup.py build ${DISTUTILS_BUILD_ARGS} || \ | ||
90 | true | ||
91 | cp ${WORKDIR}/*config.h ${S}/build/$(ls ${S}/build | grep src)/numpy/core/include/numpy/ | ||
92 | } | ||
93 | |||
94 | FILES_${PN}-staticdev += "${PYTHON_SITEPACKAGES_DIR}/numpy/core/lib/*.a" | 26 | FILES_${PN}-staticdev += "${PYTHON_SITEPACKAGES_DIR}/numpy/core/lib/*.a" |
95 | 27 | ||
96 | # install what is needed for numpy.test() | 28 | # install what is needed for numpy.test() |