Brad Bishop | 316dfdd | 2018-06-25 12:45:53 -0400 | [diff] [blame] | 1 | DESCRIPTION = "Ceres Solver is an open source C++ library for modeling and solving large, complicated optimization problems." |
| 2 | AUTHOR = "Sameer Agarwal and Keir Mierle and Others" |
| 3 | HOMEPAGE = "http://ceres-solver.org/" |
| 4 | |
| 5 | LICENSE = "BSD-3-Clause" |
| 6 | LIC_FILES_CHKSUM = "file://LICENSE;md5=35e00f0c4c96a0820a03e0b31e6416be" |
| 7 | |
| 8 | SRC_URI = "git://github.com/ceres-solver/ceres-solver.git" |
| 9 | SRCREV = "facb199f3eda902360f9e1d5271372b7e54febe1" |
| 10 | |
| 11 | S = "${WORKDIR}/git" |
| 12 | |
| 13 | DEPENDS = "libeigen glog" |
| 14 | |
| 15 | inherit cmake |
| 16 | |
| 17 | # Only a static library and headers are created |
| 18 | ALLOW_EMPTY_${PN} = "1" |
| 19 | |
| 20 | FILES_${PN}-dev += "${libdir}/cmake/*" |