From 7a6a1ac1d3cddeea7828a59ddacc194dc724cae8 Mon Sep 17 00:00:00 2001 From: Khem Raj Date: Wed, 11 Nov 2020 10:11:29 -0800 Subject: python3-cvxopt: Exclude from world builds it needs lapack which need fortran Signed-off-by: Khem Raj Acked-by: Trevor Gamblin --- meta-python/recipes-devtools/python/python3-cvxopt_1.2.5.bb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/meta-python/recipes-devtools/python/python3-cvxopt_1.2.5.bb b/meta-python/recipes-devtools/python/python3-cvxopt_1.2.5.bb index b440d62bd5..ef06b56022 100644 --- a/meta-python/recipes-devtools/python/python3-cvxopt_1.2.5.bb +++ b/meta-python/recipes-devtools/python/python3-cvxopt_1.2.5.bb @@ -17,3 +17,5 @@ inherit setuptools3 export CVXOPT_BLAS_LIB_DIR = "${STAGING_LIBDIR}" export CVXOPT_SUITESPARSE_LIB_DIR = "${STAGING_LIBDIR}" export CVXOPT_SUITESPARSE_INC_DIR = "${STAGING_INCDIR}" + +EXCLUDE_FROM_WORLD = "1" -- cgit v1.2.3-54-g00ecf