# Watch: https://github.com/flann-lib/flann/tags
           SPELL=flann
         VERSION=1.9.2
          SOURCE=$SPELL-$VERSION.tar.gz
   SOURCE_URL[0]=https://github.com/flann-lib/flann/archive/refs/tags/$VERSION.tar.gz
     SOURCE_HASH=sha512:e1235383e4e3919607cd1417738220c1601342dcf908071a6f75039c45116bd558d9f0534be037b1a8ac5b4ba5b0be5b62bf1d96e44911f14b34f73d941addb2
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
        WEB_SITE=https://www.cs.ubc.ca/research/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
