r-hub / sysreqsdb

SystemRequirements mappings for R packages
135 stars 32 forks source link

BerkeleyDB Standard Template Library #53

Closed tdhock closed 6 years ago

tdhock commented 6 years ago

This would be to support https://github.com/tdhock/PeakSegDisk/blob/master/DESCRIPTION

tdhock commented 6 years ago

list of ubuntu packages / distros https://packages.ubuntu.com/search?suite=default&section=all&arch=any&keywords=libdb+stl+dev&searchon=names

tdhock commented 6 years ago

list of debian packages https://packages.debian.org/search?keywords=libdb%20stl%20dev

tdhock commented 6 years ago

hi @jeroen @gaborcsardi I think this is ready can you please review?

How long after merge will it be available for use on R-hub?

jeroen commented 6 years ago

The Fedora entry is missing, I think you need libdb-devel

tdhock commented 6 years ago

I don't think libdb-devel will work because it does not have libdb_stl.so in the Contents https://apps.fedoraproject.org/packages/libdb/contents/

tdhock commented 6 years ago

my package needs to be linked with -ldb_stl https://github.com/tdhock/PeakSegDisk/blob/master/src/Makevars

jeroen commented 6 years ago

Ah okay, is there no Fedora/CentOS package for this?

tdhock commented 6 years ago

right

jeroen commented 6 years ago

OK I have repopulated the db, it should be live now.