mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-01-01 13:58:06 +00:00
Add python3-cvxopt
Signed-off-by: Gregory Anders <greg@gpanders.com> Acked-by: Trevor Gamblin <trevor.gamblin@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
parent
24b704c925
commit
167c48962c
|
|
@ -428,6 +428,7 @@ RDEPENDS_packagegroup-meta-python3 = "\
|
|||
python3-transitions \
|
||||
python3-dill \
|
||||
python3-cerberus \
|
||||
python3-cvxopt \
|
||||
"
|
||||
|
||||
RDEPENDS_packagegroup-meta-python3-extended = "\
|
||||
|
|
|
|||
19
meta-python/recipes-devtools/python/python3-cvxopt_1.2.5.bb
Normal file
19
meta-python/recipes-devtools/python/python3-cvxopt_1.2.5.bb
Normal file
|
|
@ -0,0 +1,19 @@
|
|||
SUMMARY = "Convex optimization package"
|
||||
HOMEPAGE = "http://cvxopt.org"
|
||||
LICENSE = "GPL-3.0"
|
||||
LIC_FILES_CHKSUM = "file://LICENSE;md5=4905701d14049b3f8e4774c290aeee21"
|
||||
|
||||
SRC_URI = "git://github.com/cvxopt/cvxopt;protocol=https"
|
||||
|
||||
SRCREV = "5b59d87007bf6fdea464e14875543b35255b84b2"
|
||||
|
||||
S = "${WORKDIR}/git"
|
||||
|
||||
RDEPENDS_${PN} += "lapack suitesparse"
|
||||
DEPENDS += "lapack suitesparse"
|
||||
|
||||
inherit setuptools3
|
||||
|
||||
export CVXOPT_BLAS_LIB_DIR = "${STAGING_LIBDIR}"
|
||||
export CVXOPT_SUITESPARSE_LIB_DIR = "${STAGING_LIBDIR}"
|
||||
export CVXOPT_SUITESPARSE_INC_DIR = "${STAGING_INCDIR}"
|
||||
Loading…
Reference in New Issue
Block a user