From 06613f3ac6f8eb916daab2227cd516ac226d1deb Mon Sep 17 00:00:00 2001 From: Wen Heping Date: Thu, 6 May 2010 08:14:51 +0000 Subject: 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 --- math/ann/pkg-plist | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 math/ann/pkg-plist (limited to 'math/ann/pkg-plist') diff --git a/math/ann/pkg-plist b/math/ann/pkg-plist new file mode 100644 index 000000000000..e3bf24fcdb64 --- /dev/null +++ b/math/ann/pkg-plist @@ -0,0 +1,9 @@ +include/ANN/ANN.h +include/ANN/ANNx.h +include/ANN/ANNperf.h +lib/libann.so.0 +lib/libann.so +lib/libann.a +%%DOCSDIR%%/ANNmanual.pdf +@dirrm include/ANN +@dirrm %%DOCSDIR%% -- cgit v1.2.3