1222310bfddf485f0b625d8be7401360a4226e8a
[packages/trusty/cirros-testvm.git] / cirros-testvm / src-cirros / buildroot-2015.05 / package / flann / Config.in
1 config BR2_PACKAGE_FLANN
2         bool "flann"
3         depends on BR2_INSTALL_LIBSTDCPP
4         depends on !BR2_STATIC_LIBS
5         # triggers an assert in the linker of this toolchain
6         depends on !BR2_TOOLCHAIN_EXTERNAL_CODESOURCERY_NIOSII201305
7         help
8           FLANN is a library for performing fast approximate nearest
9           neighbor searches in high dimensional spaces. It contains a
10           collection of algorithms we found to work best for nearest
11           neighbor search and a system for automatically choosing the
12           best algorithm and optimum parameters depending on the
13           dataset.
14
15           http://www.cs.ubc.ca/research/flann/
16
17 if BR2_PACKAGE_FLANN
18
19 config BR2_PACKAGE_FLANN_EXAMPLES
20         bool "flann examples"
21         help
22           Build and install flann example applications.
23
24 endif
25
26 comment "flann needs a toolchain w/ C++, dynamic library"
27         depends on !BR2_INSTALL_LIBSTDCPP || BR2_STATIC_LIBS