summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/python/python3-numpy_2.3.1.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-devtools/python/python3-numpy_2.3.1.bb')
-rw-r--r--meta/recipes-devtools/python/python3-numpy_2.3.1.bb3
1 files changed, 3 insertions, 0 deletions
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}"
23 23
24PACKAGECONFIG[svml] = "-Ddisable-svml=false,-Ddisable-svml=true" 24PACKAGECONFIG[svml] = "-Ddisable-svml=false,-Ddisable-svml=true"
25 25
26# the overflow tests fail with compiler-rt on aarch64
27LDFLAGS:append:toolchain-clang:aarch64 = " -rtlib=libgcc -unwindlib=libgcc"
28
26# Remove references to buildpaths from numpy's __config__.py 29# Remove references to buildpaths from numpy's __config__.py
27do_install:append() { 30do_install:append() {
28 sed -i \ 31 sed -i \