blob: 8ce26ff632de3906a843f407045818843aa49c56 [file] [log] [blame]
Brad Bishop19323692019-04-05 15:28:33 -04001DESCRIPTION = "Eigen is a C++ template library for linear algebra: matrices, vectors, numerical solvers, and related algorithms."
2AUTHOR = "Benoît Jacob and Gaël Guennebaud and others"
3HOMEPAGE = "http://eigen.tuxfamily.org/"
Andrew Geissler69721092021-07-23 12:57:00 -04004LICENSE = "MPL-2.0 & Apache-2.0 & BSD-3-Clause & GPLv3 & LGPLv2.1 & MINPACK"
5LIC_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 Bishop19323692019-04-05 15:28:33 -040011
Andrew Geisslerd688a012020-09-18 13:36:00 -050012SRC_URI = "git://gitlab.com/libeigen/eigen.git;protocol=http;nobranch=1"
Brad Bishop19323692019-04-05 15:28:33 -040013
William A. Kennington IIIb95905d2021-06-02 12:40:56 -070014SRCREV = "0fd6b4f71dd85b2009ee4d1aeb296e2c11fc9d68"
Andrew Geisslerd688a012020-09-18 13:36:00 -050015
16S = "${WORKDIR}/git"
Brad Bishop19323692019-04-05 15:28:33 -040017
18inherit cmake
19
Patrick Williams213cb262021-08-07 19:21:33 -050020FILES:${PN}-dev += "${datadir}/eigen3/cmake"
Brad Bishop19323692019-04-05 15:28:33 -040021
22# ${PN} is empty so we need to tweak -dev and -dbg package dependencies
Patrick Williams213cb262021-08-07 19:21:33 -050023RDEPENDS:${PN}-dev = ""
24RRECOMMENDS:${PN}-dbg = "${PN}-dev (= ${EXTENDPKGV})"
Brad Bishopb809eb92019-09-18 06:27:43 -040025
26BBCLASSEXTEND = "native nativesdk"