diff options
author | wen <wen@FreeBSD.org> | 2010-05-06 16:14:51 +0800 |
---|---|---|
committer | wen <wen@FreeBSD.org> | 2010-05-06 16:14:51 +0800 |
commit | c3daa67e7b70f34b1b06393ac438ae28191744ca (patch) | |
tree | a18e1ca5e877aa9594551f766aaa75e20a91ea5a /math/Makefile | |
parent | e918251ade60e9828682e367b52985d12c7a5936 (diff) | |
download | freebsd-ports-gnome-c3daa67e7b70f34b1b06393ac438ae28191744ca.tar.gz freebsd-ports-gnome-c3daa67e7b70f34b1b06393ac438ae28191744ca.tar.zst freebsd-ports-gnome-c3daa67e7b70f34b1b06393ac438ae28191744ca.zip |
ANN is a library written in C++, which supports data structures
and algorithms for both exact and approximate nearest neighbor
neighbor searching in arbitrarily high dimensions.
WWW: http://www.cs.umd.edu/~mount/ANN/
PR: ports/145996
Submitted by: Tz-Huan Huang <tzhuan@csie.org>
Diffstat (limited to 'math/Makefile')
-rw-r--r-- | math/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/math/Makefile b/math/Makefile index b9cdf226735a..e64f71fd29bf 100644 --- a/math/Makefile +++ b/math/Makefile @@ -19,6 +19,7 @@ SUBDIR += add SUBDIR += algae SUBDIR += algotutor + SUBDIR += ann SUBDIR += apc SUBDIR += aribas SUBDIR += arpack |