diff options
Diffstat (limited to 'meta/recipes-devtools/python-numpy/python-numpy.inc')
-rw-r--r-- | meta/recipes-devtools/python-numpy/python-numpy.inc | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/meta/recipes-devtools/python-numpy/python-numpy.inc b/meta/recipes-devtools/python-numpy/python-numpy.inc index 727755393e..0bff979a6b 100644 --- a/meta/recipes-devtools/python-numpy/python-numpy.inc +++ b/meta/recipes-devtools/python-numpy/python-numpy.inc | |||
@@ -15,9 +15,6 @@ SRC_URI[sha256sum] = "93ee59ec38f3bf8f9a42d5f4301f60e6825a4a6385a145f70badcd2bf2 | |||
15 | UPSTREAM_CHECK_URI = "https://github.com/numpy/numpy/releases" | 15 | UPSTREAM_CHECK_URI = "https://github.com/numpy/numpy/releases" |
16 | UPSTREAM_CHECK_REGEX = "(?P<pver>\d+(\.\d+)+)\.tar" | 16 | UPSTREAM_CHECK_REGEX = "(?P<pver>\d+(\.\d+)+)\.tar" |
17 | 17 | ||
18 | # Needed for building with gcc 4.x from centos 7 | ||
19 | CFLAGS_append_class-native = " -std=c99" | ||
20 | |||
21 | DEPENDS += "python3-cython-native" | 18 | DEPENDS += "python3-cython-native" |
22 | 19 | ||
23 | S = "${WORKDIR}/numpy-${PV}" | 20 | S = "${WORKDIR}/numpy-${PV}" |