summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2025-07-03 18:25:34 -0700
committerKhem Raj <raj.khem@gmail.com>2025-07-03 18:28:36 -0700
commit6e54f45cd38ba94a259d60e53c0c76a7fb058d4d (patch)
treeb416fbb3bc96e8c61f7296a1805a835cb6f7768d
parent0ee216b5ea56ba5f541f2ea7988c01998ed473bf (diff)
downloadmeta-openembedded-6e54f45cd38ba94a259d60e53c0c76a7fb058d4d.tar.gz
python3-pandas: Loosen the search path for generated file sparse.pyx.c
Hardcoded path works only when target is x86_64, but fails for other architectures, loosen the search path regexp Signed-off-by: Khem Raj <raj.khem@gmail.com>
-rw-r--r--meta-python/recipes-devtools/python/python3-pandas_2.2.3.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-python/recipes-devtools/python/python3-pandas_2.2.3.bb b/meta-python/recipes-devtools/python/python3-pandas_2.2.3.bb
index b817b0538d..d32f0e17bb 100644
--- a/meta-python/recipes-devtools/python/python3-pandas_2.2.3.bb
+++ b/meta-python/recipes-devtools/python/python3-pandas_2.2.3.bb
@@ -42,7 +42,7 @@ do_compile:append() {
42} 42}
43 43
44do_install:prepend() { 44do_install:prepend() {
45 sed -i -e 's;${S};;g' ${B}/pandas/_libs/sparse.cpython-313-x86_64-linux-gnu.so.p/pandas/_libs/sparse.pyx.c 45 sed -i -e 's;${S};;g' ${B}/pandas/_libs/sparse.cpython-*/pandas/_libs/sparse.pyx.c
46} 46}
47 47
48EXTRA_OEMESON:append:class-target = " -Dnumpy_inc_dir=${RECIPE_SYSROOT}${PYTHON_SITEPACKAGES_DIR}/numpy/_core/include " 48EXTRA_OEMESON:append:class-target = " -Dnumpy_inc_dir=${RECIPE_SYSROOT}${PYTHON_SITEPACKAGES_DIR}/numpy/_core/include "