mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-21 04:53:07 -04:00
sci-libs/ann: fix SONAME
Closes: https://bugs.gentoo.org/785550 Signed-off-by: Alessandro Barbieri <lssndrbarbieri@gmail.com>
This commit is contained in:
@@ -10,7 +10,14 @@
|
||||
<email>mount@cs.umd.edu</email>
|
||||
<name>Dave Mount</name>
|
||||
</maintainer>
|
||||
<maintainer>
|
||||
<email>arya@cs.ust.hk</email>
|
||||
<name>Sunil Arya</name>
|
||||
</maintainer>
|
||||
</upstream>
|
||||
<use>
|
||||
<flag name="profile">Enable performance evaluation. (This may slow execution slightly.)</flag>
|
||||
</use>
|
||||
<longdescription lang="en">ANN is a library written in C++, which supports data structures and algorithms for both exact and approximate nearest neighbor searching in arbitrarily high dimensions. ANN assumes that distances are measured using any class of distance functions called Minkowski metrics. These include the well known Euclidean distance, Manhattan distance, and max distance. ANN performs quite efficiently for point sets ranging in size from thousands to hundreds of thousands, and in dimensions as high as 20.
|
||||
</longdescription>
|
||||
</pkgmetadata>
|
||||
|
||||
Reference in New Issue
Block a user