+summary : FLANN is a library for performing fast approximate nearest neighbor searches in high dimensional spaces
+description: |
+ FLANN contains a collection of algorithms we found to work best for nearest neighbor search and a system for automatically choosing the best algorithm and optimum parameters depending on the dataset.
+clang : yes
+builddeps :
+ - pkgconfig(gtest)
+ - pkgconfig(hdf5)
+ - pkgconfig(liblz4)
+ - pkgconfig(python3)
+ - libboost-devel
+setup : |
+ sed -i "s|setup\.py install|setup.py install --root=$installdir|" src/python/CMakeLists.txt
+ touch src/cpp/empty.cpp
+ sed -i -e 's/flann_cpp SHARED ""/flann_cpp SHARED "empty.cpp"/g' src/cpp/CMakeLists.txt
+ sed -i -e 's/flann SHARED ""/flann SHARED "empty.cpp"/g' src/cpp/CMakeLists.txt
+ <Summary xml:lang="en">FLANN is a library for performing fast approximate nearest neighbor searches in high dimensional spaces</Summary>
+ <Description xml:lang="en">FLANN contains a collection of algorithms we found to work best for nearest neighbor search and a system for automatically choosing the best algorithm and optimum parameters depending on the dataset.
+ <Summary xml:lang="en">FLANN is a library for performing fast approximate nearest neighbor searches in high dimensional spaces</Summary>
+ <Description xml:lang="en">FLANN contains a collection of algorithms we found to work best for nearest neighbor search and a system for automatically choosing the best algorithm and optimum parameters depending on the dataset.
+ <Summary xml:lang="en">Development files for flann</Summary>
+ <Description xml:lang="en">FLANN contains a collection of algorithms we found to work best for nearest neighbor search and a system for automatically choosing the best algorithm and optimum parameters depending on the dataset.