summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/python/python3-numpy_2.3.1.bb
Commit message (Collapse)AuthorAgeFilesLines
* python3-numpy: Always use libgcc for unwinder on aarch64Khem Raj2025-08-111-0/+3
| | | | | | | | | | | | | | | | | | | | | | With libgcc (working): Result: inf Warnings: ['overflow encountered in cast'] With compiler-rt (failing): Result: inf (probably still correct) Warnings: [] (no warnings generated) The issue is likely that compiler-rt on AArch64 doesn't trigger the floating-point exceptions that NumPy expects for overflow detection in type casting operations. (From OE-Core rev: a85f07858b7cf8353541cbe72e2b1a95982d06f3) Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Mathieu Dubois-Briand <mathieu.dubois-briand@bootlin.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* python3-numpy: upgrade 2.3.0 -> 2.3.1Wang Mingyu2025-07-071-0/+76
(From OE-Core rev: 3d708d283303aec17785e56d03e7e8884fb9c061) Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Antonin Godard <antonin.godard@bootlin.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>