diff options
Diffstat (limited to 'meta/recipes-devtools/python-numpy/python-numpy.inc')
-rw-r--r-- | meta/recipes-devtools/python-numpy/python-numpy.inc | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/meta/recipes-devtools/python-numpy/python-numpy.inc b/meta/recipes-devtools/python-numpy/python-numpy.inc index 1b51f7baaf..43c8960a18 100644 --- a/meta/recipes-devtools/python-numpy/python-numpy.inc +++ b/meta/recipes-devtools/python-numpy/python-numpy.inc | |||
@@ -1,17 +1,17 @@ | |||
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" | 3 | LICENSE = "BSD-3-Clause & BSD-2-Clause & PSF & Apache-2.0 & BSD" |
4 | LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=fc53b33304171d132128ebe82ea4a645" | 4 | LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=d26bde5432613cce2334b93985576231" |
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://fix_shebang_f2py.patch \ | ||
11 | file://0001-npy_cpu-Add-riscv-support.patch \ | 10 | file://0001-npy_cpu-Add-riscv-support.patch \ |
12 | ${CONFIGFILESURI} " | 11 | ${CONFIGFILESURI} \ |
13 | SRC_URI[md5sum] = "e3189ee851c3a0e2e6e4c6e80a711ec8" | 12 | " |
14 | SRC_URI[sha256sum] = "1b4a02758fb68a65ea986d808867f1d6383219c234aef553a8741818e795b529" | 13 | SRC_URI[md5sum] = "4fc754be7ec3e0f80b042d907e99f4ad" |
14 | SRC_URI[sha256sum] = "8088221e6e27da8d5907729f0bfe798f526836f22cc59ae83a0f867e67416a3e" | ||
15 | 15 | ||
16 | UPSTREAM_CHECK_URI = "https://github.com/numpy/numpy/releases" | 16 | UPSTREAM_CHECK_URI = "https://github.com/numpy/numpy/releases" |
17 | UPSTREAM_CHECK_REGEX = "(?P<pver>\d+(\.\d+)+)\.tar" | 17 | UPSTREAM_CHECK_REGEX = "(?P<pver>\d+(\.\d+)+)\.tar" |