diff options
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.bb | 3 |
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 | ||
| 24 | PACKAGECONFIG[svml] = "-Ddisable-svml=false,-Ddisable-svml=true" | 24 | PACKAGECONFIG[svml] = "-Ddisable-svml=false,-Ddisable-svml=true" |
| 25 | 25 | ||
| 26 | # the overflow tests fail with compiler-rt on aarch64 | ||
| 27 | LDFLAGS: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 |
| 27 | do_install:append() { | 30 | do_install:append() { |
| 28 | sed -i \ | 31 | sed -i \ |
