- 264 license table entries with exact download URLs (224/264 resolved) - Complete sources/ directory with all BitBake recipes - Build configuration: tqma6ul-multi-mba6ulx, spaetzle (musl) - Full traceability for Softwarefreigabeantrag - GCC 13.4.0, Linux 6.6.102, U-Boot 2023.04, musl 1.2.4 - License distribution: GPL-2.0 (24), MIT (23), GPL-2.0+ (18), BSD-3 (16)
22 lines
598 B
BlitzBasic
22 lines
598 B
BlitzBasic
SUMMARY = "Convex optimization package"
|
|
HOMEPAGE = "http://cvxopt.org"
|
|
LICENSE = "GPL-3.0-only"
|
|
LIC_FILES_CHKSUM = "file://LICENSE;md5=66ec4f8e53d3e733a8c26d5ca3830fba"
|
|
|
|
SRC_URI = "git://github.com/cvxopt/cvxopt;protocol=https;branch=master"
|
|
|
|
SRCREV = "3b718ee560b3b97d6255c55f0ed7f64cb4b72082"
|
|
|
|
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"
|