diff options
Diffstat (limited to 'meta/recipes-devtools/python/python3-numpy_2.3.0.bb')
-rw-r--r-- | meta/recipes-devtools/python/python3-numpy_2.3.0.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-devtools/python/python3-numpy_2.3.0.bb b/meta/recipes-devtools/python/python3-numpy_2.3.0.bb index e77a4ba5c3..34a14f7ca6 100644 --- a/meta/recipes-devtools/python/python3-numpy_2.3.0.bb +++ b/meta/recipes-devtools/python/python3-numpy_2.3.0.bb | |||
@@ -19,7 +19,7 @@ UPSTREAM_CHECK_REGEX = "releases/tag/v?(?P<pver>\d+(\.\d+)+)$" | |||
19 | 19 | ||
20 | inherit pkgconfig ptest python_mesonpy github-releases cython | 20 | inherit pkgconfig ptest python_mesonpy github-releases cython |
21 | 21 | ||
22 | S = "${WORKDIR}/numpy-${PV}" | 22 | 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 | ||