summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThomas Petazzoni <thomas.petazzoni@free-electrons.com>2014-12-22 09:30:44 +0100
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>2014-12-22 09:30:44 +0100
commita20c15f1812ef50aa63bf050a604012db370bc14 (patch)
tree8634fd428c9ea84740a25b230a49cc98a18d1c4f
parentdd7346f415f84c645b5fbaee8789b78472849dc6 (diff)
liblinear: requires C++ support
Fixes: http://autobuild.buildroot.org/results/1be/1be890ece519ebc0d0ff4f3f31abc06eb0b7356c/ Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
-rw-r--r--package/liblinear/Config.in4
1 files changed, 4 insertions, 0 deletions
diff --git a/package/liblinear/Config.in b/package/liblinear/Config.in
index 08e8365a7..17c5a74d4 100644
--- a/package/liblinear/Config.in
+++ b/package/liblinear/Config.in
@@ -1,7 +1,11 @@
config BR2_PACKAGE_LIBLINEAR
bool "liblinear"
+ depends on BR2_INSTALL_LIBSTDCPP
help
liblinear is a linear classifier for data with millions of instances and
features.
http://www.csie.ntu.edu.tw/~cjlin/liblinear/
+
+comment "liblinear needs a toolchain w/ C++"
+ depends on !BR2_INSTALL_LIBSTDCPP