]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core.git/commit
python3-numpy: Always use libgcc for unwinder on aarch64
authorKhem Raj <raj.khem@gmail.com>
Thu, 7 Aug 2025 04:35:54 +0000 (21:35 -0700)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Mon, 11 Aug 2025 17:03:13 +0000 (18:03 +0100)
commita85f07858b7cf8353541cbe72e2b1a95982d06f3
treed8e739c0a0a654bf812ff4d91505ac223d88b5ba
parentd4af9e6a1c0090e4ee9b1199adf2144636997f03
python3-numpy: Always use libgcc for unwinder on aarch64

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.

Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Mathieu Dubois-Briand <mathieu.dubois-briand@bootlin.com>
meta/recipes-devtools/python/python3-numpy_2.3.1.bb