summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-devtools/lapack
diff options
context:
space:
mode:
authorAdrian Zaharia <Adrian.Zaharia@windriver.com>2022-08-09 08:46:59 +0300
committerKhem Raj <raj.khem@gmail.com>2022-08-08 23:44:33 -0700
commitd799db35da884605f03066dbfe4e1218e55f8347 (patch)
tree0a780dab130d9306ae4b4b3107a1b81f044c8806 /meta-oe/recipes-devtools/lapack
parentee3c680c300237c49a3c70610aa5794185c4adac (diff)
downloadmeta-openembedded-d799db35da884605f03066dbfe4e1218e55f8347.tar.gz
lapack: add packageconfig for lapacke
Signed-off-by: Adrian Zaharia <Adrian.Zaharia@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-oe/recipes-devtools/lapack')
-rw-r--r--meta-oe/recipes-devtools/lapack/lapack_3.10.1.bb3
1 files changed, 3 insertions, 0 deletions
diff --git a/meta-oe/recipes-devtools/lapack/lapack_3.10.1.bb b/meta-oe/recipes-devtools/lapack/lapack_3.10.1.bb
index 00dfb0954..15f394e13 100644
--- a/meta-oe/recipes-devtools/lapack/lapack_3.10.1.bb
+++ b/meta-oe/recipes-devtools/lapack/lapack_3.10.1.bb
@@ -17,6 +17,9 @@ SRCREV = "32b062a33352e05771dcc01b981ebe961bf2e42f"
17SRC_URI = "git://github.com/Reference-LAPACK/lapack.git;protocol=https;branch=master" 17SRC_URI = "git://github.com/Reference-LAPACK/lapack.git;protocol=https;branch=master"
18S = "${WORKDIR}/git" 18S = "${WORKDIR}/git"
19 19
20PACKAGECONFIG ?= ""
21PACKAGECONFIG[lapacke] = "-DLAPACKE=ON,-DLAPACKE=OFF"
22
20EXTRA_OECMAKE = " -DBUILD_SHARED_LIBS=ON " 23EXTRA_OECMAKE = " -DBUILD_SHARED_LIBS=ON "
21OECMAKE_GENERATOR = "Unix Makefiles" 24OECMAKE_GENERATOR = "Unix Makefiles"
22 25