diff options
| author | Adrian Bunk <bunk@stusta.de> | 2019-10-27 19:36:48 +0200 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2019-10-31 16:09:34 +0000 |
| commit | f2892ed6aa013e8b71a2834fd2ecfa605c1cef05 (patch) | |
| tree | 6f1d1cc2ba5e07e500a259f9ef5ffc301e07ed8d /meta/recipes-devtools/python-numpy/python-numpy.inc | |
| parent | 5c24170fa2826ec2aa9177efed3d947197e39de6 (diff) | |
| download | poky-f2892ed6aa013e8b71a2834fd2ecfa605c1cef05.tar.gz | |
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 <bunk@stusta.de>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/python-numpy/python-numpy.inc')
| -rw-r--r-- | meta/recipes-devtools/python-numpy/python-numpy.inc | 68 |
1 files changed, 0 insertions, 68 deletions
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() |
