summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLadislav Hagara2011-10-15 16:07:59 +0200
committerLadislav Hagara2011-10-15 16:07:59 +0200
commit6e03ac014f97a554fa091ac139951c720ca9fcde (patch)
treed094f2cb71bad23f74041ffec2325c52acea633f
parente531c55edbf6872c0ab7b00621764cc8bc3dc805 (diff)
science-libs/flann: new spell, Fast Library for Approximate Nearest
Neighbors
-rw-r--r--ChangeLog2
-rwxr-xr-xscience-libs/flann/BUILD1
-rwxr-xr-xscience-libs/flann/DEPENDS1
-rwxr-xr-xscience-libs/flann/DETAILS18
-rw-r--r--science-libs/flann/HISTORY2
5 files changed, 24 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 086df77683..f352b45367 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,7 @@
2011-10-15 Ladislav Hagara <hgr@vabo.cz>
* crypto/tthsum: new spell, generates or checks TTH message digests
+ * science-libs/flann: new spell
+ Fast Library for Approximate Nearest Neighbors
2011-10-15 Bor Kraljič <pyrobor@ver.si>
* chat-im/openwengo: removed (deprecated over 180 days ago)
diff --git a/science-libs/flann/BUILD b/science-libs/flann/BUILD
new file mode 100755
index 0000000000..e013b8d866
--- /dev/null
+++ b/science-libs/flann/BUILD
@@ -0,0 +1 @@
+cmake_build
diff --git a/science-libs/flann/DEPENDS b/science-libs/flann/DEPENDS
new file mode 100755
index 0000000000..60dd6147cc
--- /dev/null
+++ b/science-libs/flann/DEPENDS
@@ -0,0 +1 @@
+depends cmake
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
diff --git a/science-libs/flann/HISTORY b/science-libs/flann/HISTORY
new file mode 100644
index 0000000000..e1ddb5914a
--- /dev/null
+++ b/science-libs/flann/HISTORY
@@ -0,0 +1,2 @@
+2011-10-15 Ladislav Hagara <hgr@vabo.cz>
+ * DETAILS, BUILD: spell created, version 1.6.11