Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 635416 - Succinct Data Structure library (SDSL)
Summary: Succinct Data Structure library (SDSL)
Status: UNCONFIRMED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Default Assignee for New Packages
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2017-10-25 13:24 UTC by igel
Modified: 2017-10-28 17:06 UTC (History)
0 users

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


Attachments
SDSL ebuild (sdsl-2.1.1.ebuild,591 bytes, text/plain)
2017-10-25 13:25 UTC, igel
Details
libdivsufsort ebuild for version 2.0.1 (libdivsufsort-2.0.1.ebuild,754 bytes, text/plain)
2017-10-25 13:25 UTC, igel
Details
libdivsufsort ebuild for live version (libdivsufsort-9999.ebuild,731 bytes, text/plain)
2017-10-25 13:26 UTC, igel
Details
patch for SDSL to accept external libraries (use_shared_libraries.patch,358 bytes, patch)
2017-10-25 13:26 UTC, igel
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description igel 2017-10-25 13:24:33 UTC
Hi,
I noticed that there is an ebuild for libdivsufsort in the gentoo tree, but not for the SDSL, which includes a lot of other algorithms in the context of string treatment (in fact SDSL uses libdivsufsort). In order to write an ebuild, I had to patch the ebuild of libdivsufsort, introducing new IUSE flags. I also include a patch because the upstream CMakeLists.txt insists on downloading and compiling its own googletest and libdivsufsort libraries.
Comment 1 igel 2017-10-25 13:25:07 UTC
Created attachment 500044 [details]
SDSL ebuild
Comment 2 igel 2017-10-25 13:25:37 UTC
Created attachment 500046 [details]
libdivsufsort ebuild for version 2.0.1
Comment 3 igel 2017-10-25 13:26:01 UTC
Created attachment 500048 [details]
libdivsufsort ebuild for live version
Comment 4 igel 2017-10-25 13:26:39 UTC
Created attachment 500050 [details, diff]
patch for SDSL to accept external libraries