Brad Bishop | 1932369 | 2019-04-05 15:28:33 -0400 | [diff] [blame] | 1 | DESCRIPTION = "Eigen is a C++ template library for linear algebra: matrices, vectors, numerical solvers, and related algorithms." |
| 2 | AUTHOR = "Benoît Jacob and Gaël Guennebaud and others" |
| 3 | HOMEPAGE = "http://eigen.tuxfamily.org/" |
Andrew Geissler | 6972109 | 2021-07-23 12:57:00 -0400 | [diff] [blame] | 4 | LICENSE = "MPL-2.0 & Apache-2.0 & BSD-3-Clause & GPLv3 & LGPLv2.1 & MINPACK" |
| 5 | LIC_FILES_CHKSUM = "file://COPYING.MPL2;md5=815ca599c9df247a0c7f619bab123dad \ |
| 6 | file://COPYING.BSD;md5=543367b8e11f07d353ef894f71b574a0 \ |
| 7 | file://COPYING.GPL;md5=d32239bcb673463ab874e80d47fae504 \ |
| 8 | file://COPYING.LGPL;md5=4fbd65380cdd255951079008b364516c \ |
| 9 | file://COPYING.MINPACK;md5=5fe4603e80ef7390306f51ef74449bbd \ |
| 10 | " |
Brad Bishop | 1932369 | 2019-04-05 15:28:33 -0400 | [diff] [blame] | 11 | |
Andrew Geissler | d688a01 | 2020-09-18 13:36:00 -0500 | [diff] [blame] | 12 | SRC_URI = "git://gitlab.com/libeigen/eigen.git;protocol=http;nobranch=1" |
Brad Bishop | 1932369 | 2019-04-05 15:28:33 -0400 | [diff] [blame] | 13 | |
William A. Kennington III | b95905d | 2021-06-02 12:40:56 -0700 | [diff] [blame] | 14 | SRCREV = "0fd6b4f71dd85b2009ee4d1aeb296e2c11fc9d68" |
Andrew Geissler | d688a01 | 2020-09-18 13:36:00 -0500 | [diff] [blame] | 15 | |
| 16 | S = "${WORKDIR}/git" |
Brad Bishop | 1932369 | 2019-04-05 15:28:33 -0400 | [diff] [blame] | 17 | |
| 18 | inherit cmake |
| 19 | |
Patrick Williams | 213cb26 | 2021-08-07 19:21:33 -0500 | [diff] [blame^] | 20 | FILES:${PN}-dev += "${datadir}/eigen3/cmake" |
Brad Bishop | 1932369 | 2019-04-05 15:28:33 -0400 | [diff] [blame] | 21 | |
| 22 | # ${PN} is empty so we need to tweak -dev and -dbg package dependencies |
Patrick Williams | 213cb26 | 2021-08-07 19:21:33 -0500 | [diff] [blame^] | 23 | RDEPENDS:${PN}-dev = "" |
| 24 | RRECOMMENDS:${PN}-dbg = "${PN}-dev (= ${EXTENDPKGV})" |
Brad Bishop | b809eb9 | 2019-09-18 06:27:43 -0400 | [diff] [blame] | 25 | |
| 26 | BBCLASSEXTEND = "native nativesdk" |