Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 541260 - dev-libs/ann - a library for approximate nearest neighbor searching
Summary: dev-libs/ann - a library for approximate nearest neighbor searching
Status: UNCONFIRMED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: Normal enhancement (vote)
Assignee: Default Assignee for New Packages
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-02-24 16:53 UTC by Alexander Hewer
Modified: 2015-02-24 20:28 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments
Ebuild file (ann-1.1.2-r1.ebuild,678 bytes, text/plain)
2015-02-24 16:53 UTC, Alexander Hewer
Details
Patch for generating the autools based build chain (ann-1.1.2-autools.patch,16.94 KB, patch)
2015-02-24 16:54 UTC, Alexander Hewer
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Alexander Hewer 2015-02-24 16:53:22 UTC
Hi,

please find attached my ebuild for the ANN library.

"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." (http://www.cs.umd.edu/~mount/ANN/)

I included a patch that replaces the hardcoded Makefile by an autotools based build chain. Furthermore, the patch generates a pc file for use with pkg-config.

Best regards,
Alexander
Comment 1 Alexander Hewer 2015-02-24 16:53:51 UTC
Created attachment 397422 [details]
Ebuild file
Comment 2 Alexander Hewer 2015-02-24 16:54:26 UTC
Created attachment 397424 [details, diff]
Patch for generating the autools based build chain