Skip to content

Commit d799db3

Browse files
azaharia-wrkraj
authored andcommitted
lapack: add packageconfig for lapacke
Signed-off-by: Adrian Zaharia <[email protected]> Signed-off-by: Khem Raj <[email protected]>
1 parent ee3c680 commit d799db3

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

meta-oe/recipes-devtools/lapack/lapack_3.10.1.bb

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,9 @@ SRCREV = "32b062a33352e05771dcc01b981ebe961bf2e42f"
1717
SRC_URI = "git://github.com/Reference-LAPACK/lapack.git;protocol=https;branch=master"
1818
S = "${WORKDIR}/git"
1919

20+
PACKAGECONFIG ?= ""
21+
PACKAGECONFIG[lapacke] = "-DLAPACKE=ON,-DLAPACKE=OFF"
22+
2023
EXTRA_OECMAKE = " -DBUILD_SHARED_LIBS=ON "
2124
OECMAKE_GENERATOR = "Unix Makefiles"
2225

0 commit comments

Comments
 (0)