From 713efdf66dca8e60c3db1e720a9bb2bd074c40f3 Mon Sep 17 00:00:00 2001 From: Malik Talha Date: Fri, 6 Oct 2023 01:46:44 +0500 Subject: Fix Scipy, OpenBlas, and NumPy library linking issues This fixes the linking issues primarily between Scipy and OpenBlas caused due to Scipy expecting a different name for OpenBlas dynamic linking library. Bug-AGL: SPEC-4925 Change-Id: Idb8f620134d63e7d9425a0df8942370430b3f700 Signed-off-by: Malik Talha --- .../recipes-python/python3-scipy/python3-scipy_1.8.1.bb | 2 ++ 1 file changed, 2 insertions(+) (limited to 'meta-offline-voice-agent/recipes-python/python3-scipy/python3-scipy_1.8.1.bb') diff --git a/meta-offline-voice-agent/recipes-python/python3-scipy/python3-scipy_1.8.1.bb b/meta-offline-voice-agent/recipes-python/python3-scipy/python3-scipy_1.8.1.bb index 2c9424e6..1f562ebf 100644 --- a/meta-offline-voice-agent/recipes-python/python3-scipy/python3-scipy_1.8.1.bb +++ b/meta-offline-voice-agent/recipes-python/python3-scipy/python3-scipy_1.8.1.bb @@ -19,6 +19,7 @@ DEPENDS += " \ ${PYTHON_PN}-beniget-native \ ${PYTHON_PN}-ply-native \ lapack \ + openblas \ " inherit pypi setuptools3 @@ -26,6 +27,7 @@ inherit pypi setuptools3 RDEPENDS:${PN} += " \ ${PYTHON_PN}-numpy \ lapack \ + openblas \ " CLEANBROKEN = "1" -- cgit 1.2.3-korg