aboutsummaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-support/libeigen/libeigen_3.2.8.bb
diff options
context:
space:
mode:
authorLukas Bulwahn <lukas.bulwahn@oss.bmw-carit.de>2016-06-13 14:23:28 +0200
committerMartin Jansa <Martin.Jansa@gmail.com>2016-06-15 12:13:15 +0200
commitaebac658d52f358b79be8cc1100fb5719c576091 (patch)
tree6047db7c92b08e48a4fc0112a1c6d077b0129d95 /meta-oe/recipes-support/libeigen/libeigen_3.2.8.bb
parent03f0be623831a3a7e039643c637f7a4b84d1d467 (diff)
downloadmeta-openembedded-contrib-aebac658d52f358b79be8cc1100fb5719c576091.tar.gz
libeigen: update to 3.2.8
Due to the update, the pkg_config_libdir configuration has become obsolete, and instead the pkgconfig directory must be added to the dev-package. Signed-off-by: Lukas Bulwahn <lukas.bulwahn@oss.bmw-carit.de> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'meta-oe/recipes-support/libeigen/libeigen_3.2.8.bb')
-rw-r--r--meta-oe/recipes-support/libeigen/libeigen_3.2.8.bb21
1 files changed, 21 insertions, 0 deletions
diff --git a/meta-oe/recipes-support/libeigen/libeigen_3.2.8.bb b/meta-oe/recipes-support/libeigen/libeigen_3.2.8.bb
new file mode 100644
index 0000000000..9e14ee1206
--- /dev/null
+++ b/meta-oe/recipes-support/libeigen/libeigen_3.2.8.bb
@@ -0,0 +1,21 @@
+DESCRIPTION = "Eigen is a C++ template library for linear algebra: matrices, vectors, numerical solvers, and related algorithms."
+AUTHOR = "Benoît Jacob and Gaël Guennebaud and others"
+HOMEPAGE = "http://eigen.tuxfamily.org/"
+LICENSE = "MPL-2.0"
+LIC_FILES_CHKSUM = "file://COPYING.MPL2;md5=815ca599c9df247a0c7f619bab123dad"
+
+SRC_URI = "http://bitbucket.org/eigen/eigen/get/${PV}.tar.bz2 \
+ file://0001-CMakeLists.txt-install-FindEigen3.cmake-script.patch"
+SRC_URI[md5sum] = "9e3bfaaab3db18253cfd87ea697b3ab1"
+SRC_URI[sha256sum] = "722a63d672b70f39c271c5e2a4a43ba14d12015674331790414fcb167c357e55"
+
+S = "${WORKDIR}/eigen-eigen-07105f7124f9"
+
+inherit cmake
+
+FILES_${PN} = "${includedir} ${libdir}"
+FILES_${PN}-dev = "${datadir}/cmake/Modules ${datadir}/pkgconfig"
+
+# ${PN} is empty so we need to tweak -dev and -dbg package dependencies
+RDEPENDS_${PN}-dev = ""
+RRECOMMENDS_${PN}-dbg = "${PN}-dev (= ${EXTENDPKGV})"