diff options
| author | Leon Anavi <leon.anavi@konsulko.com> | 2021-02-25 18:05:42 +0200 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2021-03-01 11:06:38 -0800 |
| commit | 1794f96ddf5d6194ca64e6f4af3e6c4d34df4a9f (patch) | |
| tree | 3b67d4e95de489d89a621d4af5d645b426c5836d /meta-python/recipes-devtools/python/python3-cvxopt_1.2.6.bb | |
| parent | 0cad2c73c891febc7b1eb662fa1aca458795d977 (diff) | |
| download | meta-openembedded-1794f96ddf5d6194ca64e6f4af3e6c4d34df4a9f.tar.gz | |
python3-cvxopt: Upgrade 1.2.5 -> 1.2.6
Upgrade to release 1.2.6:
- Change construction of sparse matrix to avoid limitations of
linear indexing with long int
- Make create_indexlist declaration match definition in dense.c
- Update version, copyright, and documentation
- Fixes typos in examples, documentation
License-Update: Update year
Signed-off-by: Leon Anavi <leon.anavi@konsulko.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/python/python3-cvxopt_1.2.6.bb')
| -rw-r--r-- | meta-python/recipes-devtools/python/python3-cvxopt_1.2.6.bb | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python/python3-cvxopt_1.2.6.bb b/meta-python/recipes-devtools/python/python3-cvxopt_1.2.6.bb new file mode 100644 index 0000000000..360df6a3ef --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-cvxopt_1.2.6.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 = "60fdb838e0bb2d8f32ba51129552c83b55acd2a7" | ||
| 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" | ||
