The cirros image was rebuilt against the 3.13.0-83 kernel, drivers e1000e, igbvf...
[packages/trusty/cirros-testvm.git] / cirros-testvm / src-cirros / buildroot-2015.05 / package / eigen / Config.in
1 config BR2_PACKAGE_EIGEN
2         bool "eigen"
3         depends on BR2_INSTALL_LIBSTDCPP
4         help
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).
8
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.
13
14           http://eigen.tuxfamily.org/
15
16 if BR2_PACKAGE_EIGEN
17
18 config BR2_PACKAGE_EIGEN_UNSUPPORTED_MODULES
19         bool "unsupported modules"
20         help
21           Install eigen unsupported modules
22 endif
23
24 comment "eigen needs a toolchain w/ C++"
25         depends on !BR2_INSTALL_LIBSTDCPP