[oe-commits] [meta-openembedded] 10/30: ceres-solver: add new recipe

git at git.openembedded.org git at git.openembedded.org
Fri Sep 15 14:20:09 UTC 2017


This is an automated email from the git hooks/post-receive script.

martin_jansa pushed a commit to branch master-next
in repository meta-openembedded.

commit 70077156f1f90d4ff6594ad712d9935e4d0cc9b3
Author: Bartosz Golaszewski <brgl+baylibre at bgdev.pl>
AuthorDate: Thu Sep 14 10:13:41 2017 +0200

    ceres-solver: add new recipe
    
    Ceres Solver is an open source C++ library for modeling and solving
    large, complicated optimization problems.
    
    It's often used in 3D computer vision applications.
    
    Signed-off-by: Bartosz Golaszewski <brgl+baylibre at bgdev.pl>
    Signed-off-by: Martin Jansa <Martin.Jansa at gmail.com>
---
 .../ceres-solver/ceres-solver_1.13.bb                | 20 ++++++++++++++++++++
 1 file changed, 20 insertions(+)

diff --git a/meta-oe/recipes-support/ceres-solver/ceres-solver_1.13.bb b/meta-oe/recipes-support/ceres-solver/ceres-solver_1.13.bb
new file mode 100644
index 0000000..e883c70
--- /dev/null
+++ b/meta-oe/recipes-support/ceres-solver/ceres-solver_1.13.bb
@@ -0,0 +1,20 @@
+DESCRIPTION = "Ceres Solver is an open source C++ library for modeling and solving large, complicated optimization problems."
+AUTHOR = "Sameer Agarwal and Keir Mierle and Others"
+HOMEPAGE = "http://ceres-solver.org/"
+
+LICENSE = "BSD-3-Clause"
+LIC_FILES_CHKSUM = "file://LICENSE;md5=35e00f0c4c96a0820a03e0b31e6416be"
+
+SRC_URI = "git://github.com/ceres-solver/ceres-solver.git"
+SRCREV = "19333b0f55c8462381038e70d42af43b52941128"
+
+S = "${WORKDIR}/git"
+
+DEPENDS = "libeigen glog"
+
+inherit cmake
+
+# Only a static library and headers are created
+ALLOW_EMPTY_${PN} = "1"
+
+FILES_${PN}-dev += "${libdir}/cmake/*"

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list