diff options
Diffstat (limited to 'meta/recipes-devtools/python-numpy/python-numpy.inc')
| -rw-r--r-- | meta/recipes-devtools/python-numpy/python-numpy.inc | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/meta/recipes-devtools/python-numpy/python-numpy.inc b/meta/recipes-devtools/python-numpy/python-numpy.inc index 75309e3080..e37ab399ed 100644 --- a/meta/recipes-devtools/python-numpy/python-numpy.inc +++ b/meta/recipes-devtools/python-numpy/python-numpy.inc | |||
| @@ -1,15 +1,14 @@ | |||
| 1 | SUMMARY = "A sophisticated Numeric Processing Package for Python" | 1 | SUMMARY = "A sophisticated Numeric Processing Package for Python" |
| 2 | SECTION = "devel/python" | 2 | SECTION = "devel/python" |
| 3 | LICENSE = "BSD-3-Clause & BSD-2-Clause & PSF & Apache-2.0 & BSD & MIT" | 3 | LICENSE = "BSD-3-Clause & BSD-2-Clause & PSF & Apache-2.0 & BSD & MIT" |
| 4 | LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=1a32aba007a415aa8a1c708a0e2b86a1" | 4 | LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=643d4e90100b7abe468c4db88127b895" |
| 5 | 5 | ||
| 6 | SRCNAME = "numpy" | 6 | SRCNAME = "numpy" |
| 7 | 7 | ||
| 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-convert-shebang-from-python-to-python3.patch \ | ||
| 11 | " | 10 | " |
| 12 | SRC_URI[sha256sum] = "2c095bd1c5290966cceee8b6ef5cd66f13cd0e9d6d0e8d6fc8961abd64a8e51f" | 11 | SRC_URI[sha256sum] = "153cf8b0176e57a611931981acfe093d2f7fef623b48f91176efa199798a6b90" |
| 13 | 12 | ||
| 14 | UPSTREAM_CHECK_URI = "https://github.com/numpy/numpy/releases" | 13 | UPSTREAM_CHECK_URI = "https://github.com/numpy/numpy/releases" |
| 15 | UPSTREAM_CHECK_REGEX = "(?P<pver>\d+(\.\d+)+)\.tar" | 14 | UPSTREAM_CHECK_REGEX = "(?P<pver>\d+(\.\d+)+)\.tar" |
| @@ -20,7 +19,7 @@ S = "${WORKDIR}/numpy-${PV}" | |||
| 20 | 19 | ||
| 21 | CLEANBROKEN = "1" | 20 | CLEANBROKEN = "1" |
| 22 | 21 | ||
| 23 | FILES_${PN}-staticdev += "${PYTHON_SITEPACKAGES_DIR}/numpy/core/lib/*.a" | 22 | FILES_${PN}-staticdev += "${PYTHON_SITEPACKAGES_DIR}/numpy/core/lib/*.a ${PYTHON_SITEPACKAGES_DIR}/numpy/random/lib/*.a" |
| 24 | 23 | ||
| 25 | # install what is needed for numpy.test() | 24 | # install what is needed for numpy.test() |
| 26 | RDEPENDS_${PN} = "${PYTHON_PN}-unittest \ | 25 | RDEPENDS_${PN} = "${PYTHON_PN}-unittest \ |
