1 ################################################################################
5 ################################################################################
8 EIGEN_VERSION
= ffa86ffb5570
9 EIGEN_SITE
= https
://bitbucket.org
/eigen
/eigen
/
10 EIGEN_SITE_METHOD
= hg
11 EIGEN_LICENSE
= MPL2
, BSD-3c
, LGPLv2.1
12 EIGEN_LICENSE_FILES
= COPYING.MPL2 COPYING.BSD COPYING.LGPL COPYING.README
13 EIGEN_INSTALL_STAGING
= YES
14 EIGEN_INSTALL_TARGET
= NO
16 # This package only consists of headers that need to be
17 # copied over to the sysroot for compile time use
18 define EIGEN_INSTALL_STAGING_CMDS
19 $(RM
) -r
$(STAGING_DIR
)/usr
/include/Eigen
20 cp
-a
$(@D
)/Eigen
$(STAGING_DIR
)/usr
/include/
23 $(eval
$(generic-package
))