blob: a62e5ef230eed251ad2057addce20c188b2a1873 [file] [log] [blame]
Brad Bishop316dfdd2018-06-25 12:45:53 -04001DESCRIPTION = "Ceres Solver is an open source C++ library for modeling and solving large, complicated optimization problems."
2AUTHOR = "Sameer Agarwal and Keir Mierle and Others"
3HOMEPAGE = "http://ceres-solver.org/"
Brad Bishop316dfdd2018-06-25 12:45:53 -04004LICENSE = "BSD-3-Clause"
5LIC_FILES_CHKSUM = "file://LICENSE;md5=35e00f0c4c96a0820a03e0b31e6416be"
6
Brad Bishop1a4b7ee2018-12-16 17:11:34 -08007DEPENDS = "libeigen glog"
8
Brad Bishop316dfdd2018-06-25 12:45:53 -04009SRC_URI = "git://github.com/ceres-solver/ceres-solver.git"
10SRCREV = "facb199f3eda902360f9e1d5271372b7e54febe1"
11
12S = "${WORKDIR}/git"
13
Brad Bishop316dfdd2018-06-25 12:45:53 -040014inherit cmake
15
16# Only a static library and headers are created
Brad Bishop1a4b7ee2018-12-16 17:11:34 -080017RDEPENDS_${PN}-dev = ""
18RRECOMMENDS_${PN}-dev = "${PN}-staticdev"
19RRECOMMENDS_${PN}-dbg = "${PN}-dev (= ${EXTENDPKGV})"