diff options
| author | Trevor Gamblin <trevor.gamblin@windriver.com> | 2021-10-26 11:20:29 -0400 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2021-10-28 09:01:25 -0700 |
| commit | 3f335c1059d365078d68d8681ec9fece47a4868d (patch) | |
| tree | 10b27ec2f7afc9b59b7f6547e08b3713896bafda /meta-python/recipes-devtools/python/python3-cvxopt_1.2.7.bb | |
| parent | 295e6dd96c398a2220d8fefc3c83ad735c9e92ca (diff) | |
| download | meta-openembedded-3f335c1059d365078d68d8681ec9fece47a4868d.tar.gz | |
python3-cvxopt: upgrade 1.2.6 -> 1.2.7
The upgrade fixes a do_compile error in 1.2.6.
Release notes are brief:
Version 1.2.7 (September 20, 2021).
Minor improvements and bug fixes.
Signed-off-by: Trevor Gamblin <trevor.gamblin@windriver.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Trevor Gamblin <trevor.gamblin@windriver.com>
Diffstat (limited to 'meta-python/recipes-devtools/python/python3-cvxopt_1.2.7.bb')
| -rw-r--r-- | meta-python/recipes-devtools/python/python3-cvxopt_1.2.7.bb | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python/python3-cvxopt_1.2.7.bb b/meta-python/recipes-devtools/python/python3-cvxopt_1.2.7.bb new file mode 100644 index 0000000000..3f35149f96 --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-cvxopt_1.2.7.bb | |||
| @@ -0,0 +1,21 @@ | |||
| 1 | SUMMARY = "Convex optimization package" | ||
| 2 | HOMEPAGE = "http://cvxopt.org" | ||
| 3 | LICENSE = "GPL-3.0" | ||
| 4 | LIC_FILES_CHKSUM = "file://LICENSE;md5=ba1a8a73d8ebea5c47a1173aaf476ddd" | ||
| 5 | |||
| 6 | SRC_URI = "git://github.com/cvxopt/cvxopt;protocol=https" | ||
| 7 | |||
| 8 | SRCREV = "d5a21cf1da62e4269176384b1ff62edac5579f94" | ||
| 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}" | ||
| 20 | |||
| 21 | EXCLUDE_FROM_WORLD = "1" | ||
