xref: /OK3568_Linux_fs/buildroot/package/liblinear/Config.in (revision 4882a59341e53eb6f0b4789bf948001014eff981)
1config BR2_PACKAGE_LIBLINEAR
2	bool "liblinear"
3	depends on BR2_INSTALL_LIBSTDCPP
4	help
5	  liblinear is a linear classifier for data with millions of
6	  instances and features.
7
8	  http://www.csie.ntu.edu.tw/~cjlin/liblinear/
9
10comment "liblinear needs a toolchain w/ C++"
11	depends on !BR2_INSTALL_LIBSTDCPP
12