Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 393527 - [science] sci-libs/k3match - Fast matching of large sets of points in 3D space, in O(N log N) time
Summary: [science] sci-libs/k3match - Fast matching of large sets of points in 3D spac...
Status: CONFIRMED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: Normal enhancement (vote)
Assignee: Gentoo Science Related Packages
URL: http://pschella.github.com/k3match/in...
Whiteboard: Science overlay
Keywords:
Depends on:
Blocks:
 
Reported: 2011-12-07 16:31 UTC by Marc van der Sluys
Modified: 2013-04-16 21:59 UTC (History)
2 users (show)

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


Attachments
Ebuild for sci-libs/k3match-1.0 (k3match-1.0.ebuild,490 bytes, text/plain)
2011-12-07 16:32 UTC, Marc van der Sluys
Details
Updated ebuild for sci-libs/k3match-1.0 - (k3match-1.0.ebuild,516 bytes, text/plain)
2011-12-07 17:29 UTC, Marc van der Sluys
Details
Updated ebuild for sci-libs/k3match-1.0 (k3match-1.0.ebuild,540 bytes, text/plain)
2011-12-07 17:33 UTC, Marc van der Sluys
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Marc van der Sluys 2011-12-07 16:31:26 UTC
This is an ebuild for the new package sci-libs/k3match.  K3Match is a C library with Python bindings for fast matching of points in 3D space.  It uses 3-dimensional binary trees to find matches between large datasets in O(N log N) time.

Reproducible: Always
Comment 1 Marc van der Sluys 2011-12-07 16:32:51 UTC
Created attachment 295089 [details]
Ebuild for sci-libs/k3match-1.0
Comment 2 Christoph Junghans (RETIRED) gentoo-dev 2011-12-07 16:52:26 UTC
I will put it in science overlay for now.
Comment 3 Marc van der Sluys 2011-12-07 17:29:19 UTC
Created attachment 295095 [details]
Updated ebuild for sci-libs/k3match-1.0 -

Added PYTHON_USE_WITH="threads"
Comment 4 Marc van der Sluys 2011-12-07 17:33:16 UTC
Created attachment 295097 [details]
Updated ebuild for sci-libs/k3match-1.0

Added SUPPORT_PYTHON_ABIS="1"