2013-09-05 15:53:27 +02:00
|
|
|
config BR2_PACKAGE_EIGEN
|
|
|
|
bool "eigen"
|
2014-01-18 20:23:38 +01:00
|
|
|
depends on BR2_INSTALL_LIBSTDCPP
|
2013-09-05 15:53:27 +02:00
|
|
|
help
|
|
|
|
Eigen is a C++ template library for linear algebra: vectors,
|
|
|
|
matrices, and related algorithms. It is versatile, fast, elegant
|
|
|
|
and works on many platforms (OS/Compilers).
|
|
|
|
|
|
|
|
This package only installs header files to the include path.
|
|
|
|
If you just want to use Eigen, you can use the header files
|
|
|
|
right away. There is no binary to link to. Eigen is a pure
|
|
|
|
template library defined in the headers.
|
|
|
|
|
|
|
|
http://eigen.tuxfamily.org/
|
2014-01-18 20:23:38 +01:00
|
|
|
|
2014-03-31 00:30:30 +02:00
|
|
|
if BR2_PACKAGE_EIGEN
|
|
|
|
|
|
|
|
config BR2_PACKAGE_EIGEN_UNSUPPORTED_MODULES
|
|
|
|
bool "unsupported modules"
|
|
|
|
help
|
|
|
|
Install eigen unsupported modules
|
|
|
|
endif
|
|
|
|
|
2014-01-18 20:23:38 +01:00
|
|
|
comment "eigen needs a toolchain w/ C++"
|
|
|
|
depends on !BR2_INSTALL_LIBSTDCPP
|