Skip to content

Commit

Permalink
lapack: add packageconfig for lapacke
Browse files Browse the repository at this point in the history
Signed-off-by: Adrian Zaharia <Adrian.Zaharia@windriver.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
  • Loading branch information
azaharia-wr authored and kraj committed Aug 9, 2022
1 parent ee3c680 commit d799db3
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions meta-oe/recipes-devtools/lapack/lapack_3.10.1.bb
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,9 @@ SRCREV = "32b062a33352e05771dcc01b981ebe961bf2e42f"
SRC_URI = "git://github.com/Reference-LAPACK/lapack.git;protocol=https;branch=master"
S = "${WORKDIR}/git"

PACKAGECONFIG ?= ""
PACKAGECONFIG[lapacke] = "-DLAPACKE=ON,-DLAPACKE=OFF"

EXTRA_OECMAKE = " -DBUILD_SHARED_LIBS=ON "
OECMAKE_GENERATOR = "Unix Makefiles"

Expand Down

0 comments on commit d799db3

Please sign in to comment.