Browse Source

python3-cvxopt: Exclude from world builds

it needs lapack which need fortran

Signed-off-by: Khem Raj <raj.khem@gmail.com>
Acked-by: Trevor Gamblin <trevor.gamblin@windriver.com>
Khem Raj 3 years ago
parent
commit
7a6a1ac1d3
1 changed files with 2 additions and 0 deletions
  1. 2 0
      meta-python/recipes-devtools/python/python3-cvxopt_1.2.5.bb

+ 2 - 0
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"