Skip to content

building percolator  #250

@bernt-matthias

Description

@bernt-matthias

I'm currently trying to build percolator for bioconda (bioconda/bioconda-recipes#16532).

During building converters the following error occurs

-- Checking for module 'tokyocabinet'
--   Found tokyocabinet, version 1.4.48
CMake Error at CMakeLists.txt:133 (message):
   The package Tokyo Cabinet has not been found

Building is done like this:
https://github.com/bioconda/bioconda-recipes/blob/e9ed6500c0d75c139a24ae1607fbed0406fb40d4/recipes/percolator/build.sh#L10

Is there a special variable that I need to set?

Note that if I set -DSERIALIZE="Boost" building works. So I was wondering if I can use just this.

You also document boost as default here:

Boost serialization option will be used as default if no option is given.")

But use tokyocabinet for building packages

cmake -DTARGET_ARCH=x86_64 -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_PREFIX=/usr -DSERIALIZE="TokyoCabinet" ${src_dir}/percolator/src/converters

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions