summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAdrian Zaharia <Adrian.Zaharia@windriver.com>2023-06-14 18:05:56 -0400
committerArmin Kuster <akuster808@gmail.com>2023-06-15 07:47:55 -0400
commit5bb0b48228786d7f78cce3cfc5d3ebd18ff5a632 (patch)
tree4e2d5db9f53bea8e66ba8d1b21d326fd1865eb84
parentbdad2a789e30703a825b876279665720d06d55dc (diff)
downloadmeta-openembedded-5bb0b48228786d7f78cce3cfc5d3ebd18ff5a632.tar.gz
lapack: add packageconfig for lapacke
backport of commit: d799db35d lapack: add packageconfig for lapacke Signed-off-by: Adrian Zaharia <Adrian.Zaharia@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Randy MacLeod <Randy.MacLeod@windriver.com> Signed-off-by: Armin Kuster <akuster808@gmail.com>
-rw-r--r--meta-oe/recipes-devtools/lapack/lapack_3.10.0.bb3
1 files changed, 3 insertions, 0 deletions
diff --git a/meta-oe/recipes-devtools/lapack/lapack_3.10.0.bb b/meta-oe/recipes-devtools/lapack/lapack_3.10.0.bb
index c82761ac34..87d51d8a4d 100644
--- a/meta-oe/recipes-devtools/lapack/lapack_3.10.0.bb
+++ b/meta-oe/recipes-devtools/lapack/lapack_3.10.0.bb
@@ -17,6 +17,9 @@ SRCREV = "aa631b4b4bd13f6ae2dbab9ae9da209e1e05b0fc"
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