23 lines
713 B
PHP
23 lines
713 B
PHP
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"
|
|
|
|
PR = "r0"
|
|
|
|
SRC_URI = "http://bitbucket.org/eigen/eigen/get/${PV}.tar.bz2"
|
|
|
|
inherit cmake
|
|
|
|
OECMAKE_SOURCEPATH = ".."
|
|
OECMAKE_BUILDPATH = "build"
|
|
|
|
EXTRA_OECMAKE += "-Dpkg_config_libdir=${libdir}"
|
|
|
|
FILES_${PN} = "${includedir} ${libdir}"
|
|
|
|
# ${PN} is empty so we need to tweak -dev and -dbg package dependencies
|
|
RDEPENDS_${PN}-dev = ""
|
|
RRECOMMENDS_${PN}-dbg = "${PN}-dev (= ${EXTENDPKGV})"
|