| Message ID | 20260325022629.2245688-1-hongxu.jia@windriver.com |
|---|---|
| State | New |
| Headers | show |
| Series | python3-numpy: add cpu-optimization option | expand |
diff --git a/meta/recipes-devtools/python/python3-numpy_2.4.2.bb b/meta/recipes-devtools/python/python3-numpy_2.4.2.bb index 8a9351e371..c349c683c8 100644 --- a/meta/recipes-devtools/python/python3-numpy_2.4.2.bb +++ b/meta/recipes-devtools/python/python3-numpy_2.4.2.bb @@ -23,6 +23,7 @@ inherit pkgconfig ptest python_mesonpy github-releases cython S = "${UNPACKDIR}/numpy-${PV}" PACKAGECONFIG[svml] = "-Ddisable-svml=false,-Ddisable-svml=true" +PACKAGECONFIG[cpu-optimization] = "-Ddisable-optimization=false,-Ddisable-optimization=true" # the overflow tests fail with compiler-rt on aarch64 LDFLAGS:append:toolchain-clang:aarch64 = " -rtlib=libgcc -unwindlib=libgcc"