diff options
| author | Wang Mingyu <wangmy@fujitsu.com> | 2023-09-26 16:24:48 +0800 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2023-09-28 12:37:46 +0100 |
| commit | e22738d2c5829c7c35293da0a77b8dd90815ba67 (patch) | |
| tree | fae883c1a9da5b229720874d22f02567f8a8808c | |
| parent | 68ead518d916f9e4a96c7c9c5df7a06af9faff0b (diff) | |
| download | poky-e22738d2c5829c7c35293da0a77b8dd90815ba67.tar.gz | |
python3-numpy: upgrade 1.25.2 -> 1.26.0
License-Update: split license file in standard BSD 3-clause and bundled.
Changelog:
==========
Python 3.12.0 support.
Cython 3.0.0 compatibility.
Use of the Meson build system
Updated SIMD support
f2py fixes, meson and bind(x) support
Support for the updated Accelerate BLAS/LAPACK library
(From OE-Core rev: 7a8ff35670254579c6a68b77852503647e3dfad7)
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
| -rw-r--r-- | meta/recipes-devtools/python/python3-numpy_1.26.0.bb (renamed from meta/recipes-devtools/python/python3-numpy_1.25.2.bb) | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta/recipes-devtools/python/python3-numpy_1.25.2.bb b/meta/recipes-devtools/python/python3-numpy_1.26.0.bb index 4793b23a38..e94e431209 100644 --- a/meta/recipes-devtools/python/python3-numpy_1.25.2.bb +++ b/meta/recipes-devtools/python/python3-numpy_1.26.0.bb | |||
| @@ -3,7 +3,7 @@ HOMEPAGE = "https://numpy.org/" | |||
| 3 | DESCRIPTION = "NumPy is the fundamental package needed for scientific computing with Python." | 3 | DESCRIPTION = "NumPy is the fundamental package needed for scientific computing with Python." |
| 4 | SECTION = "devel/python" | 4 | SECTION = "devel/python" |
| 5 | LICENSE = "BSD-3-Clause & BSD-2-Clause & PSF-2.0 & Apache-2.0 & MIT" | 5 | LICENSE = "BSD-3-Clause & BSD-2-Clause & PSF-2.0 & Apache-2.0 & MIT" |
| 6 | LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=7614a5b0073688df53773ec6ec7fe81d" | 6 | LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=a752eb20459cf74a9d84ee4825e8317c" |
| 7 | 7 | ||
| 8 | SRCNAME = "numpy" | 8 | SRCNAME = "numpy" |
| 9 | 9 | ||
| @@ -13,7 +13,7 @@ SRC_URI = "${GITHUB_BASE_URI}/download/v${PV}/${SRCNAME}-${PV}.tar.gz \ | |||
| 13 | file://disable_blas.patch \ | 13 | file://disable_blas.patch \ |
| 14 | file://run-ptest \ | 14 | file://run-ptest \ |
| 15 | " | 15 | " |
| 16 | SRC_URI[sha256sum] = "fd608e19c8d7c55021dffd43bfe5492fab8cc105cc8986f813f8c3c048b38760" | 16 | SRC_URI[sha256sum] = "f93fc78fe8bf15afe2b8d6b6499f1c73953169fad1e9a8dd086cdff3190e7fdf" |
| 17 | 17 | ||
| 18 | GITHUB_BASE_URI = "https://github.com/numpy/numpy/releases" | 18 | GITHUB_BASE_URI = "https://github.com/numpy/numpy/releases" |
| 19 | UPSTREAM_CHECK_REGEX = "releases/tag/v?(?P<pver>\d+(\.\d+)+)$" | 19 | UPSTREAM_CHECK_REGEX = "releases/tag/v?(?P<pver>\d+(\.\d+)+)$" |
