summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-support/libeigen/libeigen_3.4.0.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta-oe/recipes-support/libeigen/libeigen_3.4.0.bb')
-rw-r--r--meta-oe/recipes-support/libeigen/libeigen_3.4.0.bb10
1 files changed, 7 insertions, 3 deletions
diff --git a/meta-oe/recipes-support/libeigen/libeigen_3.4.0.bb b/meta-oe/recipes-support/libeigen/libeigen_3.4.0.bb
index 72044427dd..f5f874941a 100644
--- a/meta-oe/recipes-support/libeigen/libeigen_3.4.0.bb
+++ b/meta-oe/recipes-support/libeigen/libeigen_3.4.0.bb
@@ -1,20 +1,24 @@
1DESCRIPTION = "Eigen is a C++ template library for linear algebra: matrices, vectors, numerical solvers, and related algorithms." 1DESCRIPTION = "Eigen is a C++ template library for linear algebra: matrices, vectors, numerical solvers, and related algorithms."
2HOMEPAGE = "http://eigen.tuxfamily.org/" 2HOMEPAGE = "http://eigen.tuxfamily.org/"
3LICENSE = "MPL-2.0 & Apache-2.0 & BSD-3-Clause & GPL-2.0-only & LGPL-2.1-only & MINPACK" 3LICENSE = "MPL-2.0 & Apache-2.0 & BSD-3-Clause & GPL-2.0-only & Minpack"
4# The GPL code is only used for benchmark tests and does not affect what is installed.
5LICENSE:${PN} = "MPL-2.0 & Apache-2.0 & BSD-3-Clause & Minpack"
6LICENSE:${PN}-dbg = "MPL-2.0 & Apache-2.0 & BSD-3-Clause & Minpack"
7LICENSE:${PN}-dev = "MPL-2.0 & Apache-2.0 & BSD-3-Clause & Minpack"
4LIC_FILES_CHKSUM = "file://COPYING.MPL2;md5=815ca599c9df247a0c7f619bab123dad \ 8LIC_FILES_CHKSUM = "file://COPYING.MPL2;md5=815ca599c9df247a0c7f619bab123dad \
9 file://COPYING.APACHE;md5=8de23b8e93c63005353056b2475e9aa5 \
5 file://COPYING.BSD;md5=2dd0510ee95e59ca28834b875bc96596 \ 10 file://COPYING.BSD;md5=2dd0510ee95e59ca28834b875bc96596 \
6 file://COPYING.GPL;md5=d32239bcb673463ab874e80d47fae504 \ 11 file://COPYING.GPL;md5=d32239bcb673463ab874e80d47fae504 \
7 file://COPYING.LGPL;md5=4fbd65380cdd255951079008b364516c \
8 file://COPYING.MINPACK;md5=71d91b0f75ce79a75d3108a72bef8116 \ 12 file://COPYING.MINPACK;md5=71d91b0f75ce79a75d3108a72bef8116 \
9" 13"
10 14
11SRC_URI = "git://gitlab.com/libeigen/eigen.git;protocol=http;branch=3.4 \ 15SRC_URI = "git://gitlab.com/libeigen/eigen.git;protocol=http;branch=3.4 \
12 file://0001-Default-eigen_packet_wrapper-constructor.patch \ 16 file://0001-Default-eigen_packet_wrapper-constructor.patch \
17 file://0002-Remove-LGPL-Code-and-references.patch \
13" 18"
14 19
15SRCREV = "3147391d946bb4b6c68edd901f2add6ac1f31f8c" 20SRCREV = "3147391d946bb4b6c68edd901f2add6ac1f31f8c"
16 21
17S = "${WORKDIR}/git"
18 22
19inherit cmake 23inherit cmake
20 24