diff options
| author | Gregory Anders <greg@gpanders.com> | 2020-11-12 14:06:45 -0700 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2020-11-12 16:13:05 -0800 |
| commit | 167c48962cd82472712a338c12898e93327d7fbb (patch) | |
| tree | 814f2a890cb9e6a58932e09ae02708f137029675 /meta-python/recipes-devtools | |
| parent | 24b704c9257f86ba8c2d7e837601eab9a20f2677 (diff) | |
| download | meta-openembedded-167c48962cd82472712a338c12898e93327d7fbb.tar.gz | |
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>
Diffstat (limited to 'meta-python/recipes-devtools')
| -rw-r--r-- | meta-python/recipes-devtools/python/python3-cvxopt_1.2.5.bb | 19 |
1 files changed, 19 insertions, 0 deletions
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 new file mode 100644 index 0000000000..b440d62bd5 --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-cvxopt_1.2.5.bb | |||
| @@ -0,0 +1,19 @@ | |||
| 1 | SUMMARY = "Convex optimization package" | ||
| 2 | HOMEPAGE = "http://cvxopt.org" | ||
| 3 | LICENSE = "GPL-3.0" | ||
| 4 | LIC_FILES_CHKSUM = "file://LICENSE;md5=4905701d14049b3f8e4774c290aeee21" | ||
| 5 | |||
| 6 | SRC_URI = "git://github.com/cvxopt/cvxopt;protocol=https" | ||
| 7 | |||
| 8 | SRCREV = "5b59d87007bf6fdea464e14875543b35255b84b2" | ||
| 9 | |||
| 10 | S = "${WORKDIR}/git" | ||
| 11 | |||
| 12 | RDEPENDS_${PN} += "lapack suitesparse" | ||
| 13 | DEPENDS += "lapack suitesparse" | ||
| 14 | |||
| 15 | inherit setuptools3 | ||
| 16 | |||
| 17 | export CVXOPT_BLAS_LIB_DIR = "${STAGING_LIBDIR}" | ||
| 18 | export CVXOPT_SUITESPARSE_LIB_DIR = "${STAGING_LIBDIR}" | ||
| 19 | export CVXOPT_SUITESPARSE_INC_DIR = "${STAGING_INCDIR}" | ||
