mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-02-11 01:10:37 +00:00
python3-pandas: Add workaround to fix build with clang
This is a bug introduced by cython [1] the workaround suppressed the additional warnings seen with clang [2] [1] https://github.com/cython/cython/issues/3474 [2] https://github.com/pandas-dev/pandas/issues/33239 Signed-off-by: Khem Raj <raj.khem@gmail.com> Acked-by: Trevor Gamblin <trevor.gamblin@windriver.com>
This commit is contained in:
@@ -15,6 +15,8 @@ DEPENDS += " \
|
||||
${PYTHON_PN}-numpy-native ${PYTHON_PN}-cython-native \
|
||||
"
|
||||
|
||||
CFLAGS_append_toolchain-clang = " -Wno-error=deprecated-declarations"
|
||||
|
||||
RDEPENDS_${PN} += " \
|
||||
${PYTHON_PN}-json \
|
||||
${PYTHON_PN}-numpy \
|
||||
|
||||
Reference in New Issue
Block a user