lapack: add PACKAGECONFIG for cblas

Signed-off-by: Martin Jansa <martin.jansa@gmail.com>
Signed-off-by: Armin Kuster <akuster808@gmail.com>
This commit is contained in:
Martin Jansa 2025-01-27 09:54:13 +01:00 committed by Armin Kuster
parent 35b9a26750
commit bcb97fcfcb

View File

@ -24,6 +24,7 @@ S = "${WORKDIR}/git"
PACKAGECONFIG ?= ""
PACKAGECONFIG[lapacke] = "-DLAPACKE=ON,-DLAPACKE=OFF"
PACKAGECONFIG[cblas] = "-DCBLAS=ON,-DCBLAS=OFF"
EXTRA_OECMAKE = " -DBUILD_SHARED_LIBS=ON \
${@bb.utils.contains('PTEST_ENABLED', '1', ' -DBUILD_TESTING=ON', '', d)} \