-
Notifications
You must be signed in to change notification settings - Fork 45
Closed
Description
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:
percolator/src/converters/CMakeLists.txt
Line 33 in 48b5424
| 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 |
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels