mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-04-25 01:08:22 +00:00
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>
This commit is contained in:
21
meta-python/recipes-devtools/python/python3-cvxopt_1.2.6.bb
Normal file
21
meta-python/recipes-devtools/python/python3-cvxopt_1.2.6.bb
Normal file
@@ -0,0 +1,21 @@
|
||||
SUMMARY = "Convex optimization package"
|
||||
HOMEPAGE = "http://cvxopt.org"
|
||||
LICENSE = "GPL-3.0"
|
||||
LIC_FILES_CHKSUM = "file://LICENSE;md5=ba1a8a73d8ebea5c47a1173aaf476ddd"
|
||||
|
||||
SRC_URI = "git://github.com/cvxopt/cvxopt;protocol=https"
|
||||
|
||||
SRCREV = "60fdb838e0bb2d8f32ba51129552c83b55acd2a7"
|
||||
|
||||
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}"
|
||||
|
||||
EXCLUDE_FROM_WORLD = "1"
|
||||
Reference in New Issue
Block a user