[oe-commits] [meta-openembedded] 38/47: lapack: Exclude from world builds

git at git.openembedded.org git at git.openembedded.org
Sun Aug 19 23:11:50 UTC 2018


This is an automated email from the git hooks/post-receive script.

khem pushed a commit to branch master
in repository meta-openembedded.

commit d4397bcc673e36f75fe9bd3c7b908e745c46a5b4
Author: Khem Raj <raj.khem at gmail.com>
AuthorDate: Fri Aug 17 17:54:15 2018 -0700

    lapack: Exclude from world builds
    
    Since we do not build toolchain with fortran enabled this will
    always fail
    
    Signed-off-by: Khem Raj <raj.khem at gmail.com>
---
 meta-oe/recipes-devtools/lapack/lapack_3.8.0.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta-oe/recipes-devtools/lapack/lapack_3.8.0.bb b/meta-oe/recipes-devtools/lapack/lapack_3.8.0.bb
index ef1abd5..7544744 100644
--- a/meta-oe/recipes-devtools/lapack/lapack_3.8.0.bb
+++ b/meta-oe/recipes-devtools/lapack/lapack_3.8.0.bb
@@ -21,4 +21,4 @@ EXTRA_OECMAKE = " -DBUILD_SHARED_LIBS=ON "
 OECMAKE_GENERATOR = "Unix Makefiles"
 
 inherit cmake pkgconfig
-
+EXCLUDE_FROM_WORLD = "1"

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list