blob: d6ef98f94947fdfd322431ee0ed3fcb68ea445a5 [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/"
4LICENSE = "MPL-2.0"
5LIC_FILES_CHKSUM = "file://COPYING.MPL2;md5=815ca599c9df247a0c7f619bab123dad"
6
Andrew Geisslerd688a012020-09-18 13:36:00 -05007SRC_URI = "git://gitlab.com/libeigen/eigen.git;protocol=http;nobranch=1"
Brad Bishop19323692019-04-05 15:28:33 -04008
William A. Kennington IIIb95905d2021-06-02 12:40:56 -07009SRCREV = "0fd6b4f71dd85b2009ee4d1aeb296e2c11fc9d68"
Andrew Geisslerd688a012020-09-18 13:36:00 -050010
11S = "${WORKDIR}/git"
Brad Bishop19323692019-04-05 15:28:33 -040012
13inherit cmake
14
William A. Kennington IIIb95905d2021-06-02 12:40:56 -070015FILES_${PN}-dev += "${datadir}/eigen3/cmake"
Brad Bishop19323692019-04-05 15:28:33 -040016
17# ${PN} is empty so we need to tweak -dev and -dbg package dependencies
18RDEPENDS_${PN}-dev = ""
19RRECOMMENDS_${PN}-dbg = "${PN}-dev (= ${EXTENDPKGV})"
Brad Bishopb809eb92019-09-18 06:27:43 -040020
21BBCLASSEXTEND = "native nativesdk"