summaryrefslogtreecommitdiffstats
path: root/science-libs/flann/DETAILS
diff options
context:
space:
mode:
Diffstat (limited to 'science-libs/flann/DETAILS')
-rwxr-xr-xscience-libs/flann/DETAILS18
1 files changed, 18 insertions, 0 deletions
diff --git a/science-libs/flann/DETAILS b/science-libs/flann/DETAILS
new file mode 100755
index 0000000000..89dd4a4c53
--- /dev/null
+++ b/science-libs/flann/DETAILS
@@ -0,0 +1,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