summaryrefslogtreecommitdiffstats
path: root/science-libs/flann/DETAILS
blob: 89dd4a4c53e2d33f2292e13597f5c49cc11a9321 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
           SPELL=flann
         VERSION=1.6.11
          SOURCE=$SPELL-$VERSION-src.zip
   SOURCE_URL[0]=http://people.cs.ubc.ca/~mariusm/uploads/FLANN/$SOURCE
     SOURCE_HASH=sha512:7da66255480ded6078b5b1332d01e09da2edd0c7adfe012d92fbf77b05d7a52e0d66d9b72f7373581cd37fdbcaf0c6d0ac6026c0f4f82de91b15605b0bbb41d0
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION-src
        WEB_SITE=http://people.cs.ubc.ca/~mariusm/index.php/FLANN/FLANN
      LICENSE[0]=BSD
         ENTERED=20111015
           SHORT="Fast Library for Approximate Nearest Neighbors"
cat << EOF
FLANN is a library for performing fast approximate nearest neighbor searches
in high dimensional spaces. It 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.
FLANN is written in C++ and contains bindings for the following languages: C,
MATLAB and Python.
EOF