sci-libs/ann: fix SONAME

Closes: https://bugs.gentoo.org/785550
Signed-off-by: Alessandro Barbieri <lssndrbarbieri@gmail.com>
This commit is contained in:
Alessandro Barbieri
2021-07-11 09:50:16 +02:00
parent bf5441f659
commit 70a4ef8236
2 changed files with 82 additions and 0 deletions

View File

@@ -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>