xref: /OK3568_Linux_fs/buildroot/package/eigen/Config.in (revision 4882a59341e53eb6f0b4789bf948001014eff981)
1*4882a593Smuzhiyunconfig BR2_PACKAGE_EIGEN
2*4882a593Smuzhiyun	bool "eigen"
3*4882a593Smuzhiyun	depends on BR2_INSTALL_LIBSTDCPP
4*4882a593Smuzhiyun	help
5*4882a593Smuzhiyun	  Eigen is a C++ template library for linear algebra: vectors,
6*4882a593Smuzhiyun	  matrices, and related algorithms. It is versatile, fast,
7*4882a593Smuzhiyun	  elegant and works on many platforms (OS/Compilers).
8*4882a593Smuzhiyun
9*4882a593Smuzhiyun	  This package only installs header files to the include path.
10*4882a593Smuzhiyun	  If you just want to use Eigen, you can use the header files
11*4882a593Smuzhiyun	  right away. There is no binary to link to. Eigen is a pure
12*4882a593Smuzhiyun	  template library defined in the headers.
13*4882a593Smuzhiyun
14*4882a593Smuzhiyun	  http://eigen.tuxfamily.org/
15*4882a593Smuzhiyun
16*4882a593Smuzhiyuncomment "eigen needs a toolchain w/ C++"
17*4882a593Smuzhiyun	depends on !BR2_INSTALL_LIBSTDCPP
18