]> Git Repo - buildroot-mgba.git/blame - package/flann/Config.in
toolchain-external: CodeSourcery NIOSII: support only one version
[buildroot-mgba.git] / package / flann / Config.in
CommitLineData
5fefbcee
DV
1config BR2_PACKAGE_FLANN
2 bool "flann"
3 depends on BR2_INSTALL_LIBSTDCPP
665e13c8 4 depends on !BR2_STATIC_LIBS
5fefbcee
DV
5 help
6 FLANN is a library for performing fast approximate nearest
7 neighbor searches in high dimensional spaces. It contains a
8 collection of algorithms we found to work best for nearest
9 neighbor search and a system for automatically choosing the
10 best algorithm and optimum parameters depending on the
11 dataset.
12
13 http://www.cs.ubc.ca/research/flann/
14
15if BR2_PACKAGE_FLANN
16
17config BR2_PACKAGE_FLANN_EXAMPLES
18 bool "flann examples"
19 help
20 Build and install flann example applications.
21
22endif
23
190b4e12 24comment "flann needs a toolchain w/ C++, dynamic library"
665e13c8 25 depends on !BR2_INSTALL_LIBSTDCPP || BR2_STATIC_LIBS
This page took 0.564513 seconds and 4 git commands to generate.