mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-07-27 07:57:27 +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:
@@ -428,6 +428,7 @@ RDEPENDS_packagegroup-meta-python3 = "\
|
|||||||
python3-transitions \
|
python3-transitions \
|
||||||
python3-dill \
|
python3-dill \
|
||||||
python3-cerberus \
|
python3-cerberus \
|
||||||
|
python3-cvxopt \
|
||||||
"
|
"
|
||||||
|
|
||||||
RDEPENDS_packagegroup-meta-python3-extended = "\
|
RDEPENDS_packagegroup-meta-python3-extended = "\
|
||||||
|
|||||||
@@ -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}"
|
||||||
Reference in New Issue
Block a user