1 config BR2_PACKAGE_EIGEN
3 depends on BR2_INSTALL_LIBSTDCPP
5 Eigen is a C++ template library for linear algebra: vectors,
6 matrices, and related algorithms. It is versatile, fast, elegant
7 and works on many platforms (OS/Compilers).
9 This package only installs header files to the include path.
10 If you just want to use Eigen, you can use the header files
11 right away. There is no binary to link to. Eigen is a pure
12 template library defined in the headers.
14 http://eigen.tuxfamily.org/
18 config BR2_PACKAGE_EIGEN_UNSUPPORTED_MODULES
19 bool "unsupported modules"
21 Install eigen unsupported modules
24 comment "eigen needs a toolchain w/ C++"
25 depends on !BR2_INSTALL_LIBSTDCPP