diff --git a/meta/recipes-devtools/python/python3-numpy_2.3.1.bb b/meta/recipes-devtools/python/python3-numpy_2.3.1.bb index bc718d37c4..ed41d03e6b 100644 --- a/meta/recipes-devtools/python/python3-numpy_2.3.1.bb +++ b/meta/recipes-devtools/python/python3-numpy_2.3.1.bb @@ -23,6 +23,9 @@ S = "${UNPACKDIR}/numpy-${PV}" PACKAGECONFIG[svml] = "-Ddisable-svml=false,-Ddisable-svml=true" +# the overflow tests fail with compiler-rt on aarch64 +LDFLAGS:append:toolchain-clang:aarch64 = " -rtlib=libgcc -unwindlib=libgcc" + # Remove references to buildpaths from numpy's __config__.py do_install:append() { sed -i \