On 11/9/20 2:00 PM, Gregory Anders wrote:
[Please note this e-mail is from an EXTERNAL e-mail address]
---
* Remove superfluous PV definition (not needed when version is in the
recipe name)
* Use actual git revision instead of tag name for SRCREV
This patch appears to be good, but there's no sign-off here. Can you
re-submit with your sign-off added?
For example, mine would be "Signed-off-by: Trevor Gamblin
<[email protected]>"
You should be able to generate it automatically with git using the -s
option when you create or amend the commit.
.../packagegroups/packagegroup-meta-python.bb | 1 +
.../python/python3-cvxopt_1.2.5.bb | 19 +++++++++++++++++++
2 files changed, 20 insertions(+)
create mode 100644 meta-python/recipes-devtools/python/python3-cvxopt_1.2.5.bb
diff --git a/meta-python/recipes-core/packagegroups/packagegroup-meta-python.bb
b/meta-python/recipes-core/packagegroups/packagegroup-meta-python.bb
index 6a3061986..0120fb873 100644
--- a/meta-python/recipes-core/packagegroups/packagegroup-meta-python.bb
+++ b/meta-python/recipes-core/packagegroups/packagegroup-meta-python.bb
@@ -425,6 +425,7 @@ RDEPENDS_packagegroup-meta-python3 = "\
python3-pycurl \
gyp \
python3-jsonref \
+ python3-cvxopt \
"
RDEPENDS_packagegroup-meta-python3-extended = "\
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 000000000..b440d62bd
--- /dev/null
+++ b/meta-python/recipes-devtools/python/python3-cvxopt_1.2.5.bb
@@ -0,0 +1,19 @@
+SUMMARY = "Convex optimization package"
+HOMEPAGE = "http://cvxopt.org"
+LICENSE = "GPL-3.0"
+LIC_FILES_CHKSUM = "file://LICENSE;md5=4905701d14049b3f8e4774c290aeee21"
+
+SRC_URI = "git://github.com/cvxopt/cvxopt;protocol=https"
+
+SRCREV = "5b59d87007bf6fdea464e14875543b35255b84b2"
+
+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}"
--
2.29.2
-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#87899):
https://lists.openembedded.org/g/openembedded-devel/message/87899
Mute This Topic: https://lists.openembedded.org/mt/78143258/21656
Group Owner: [email protected]
Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub
[[email protected]]
-=-=-=-=-=-=-=-=-=-=-=-