iqbal-lab-org / cobs

COBS - Compact Bit-Sliced Signature Index (for Genomic k-Mer Data or q-Grams)
https://panthema.net/cobs
MIT License
16 stars 2 forks source link

Improve Mac OS X delivery - make COBS compilable with clang #15

Closed leoisl closed 10 months ago

leoisl commented 2 years ago

Right now COBS on Mac has to be compiled by users. We can't provide a conda recipe because COBS require gcc. We can't use containers as singularity is not supported on Mac. The real solution for this is for COBS to compile with clang, then it is straightforward to provide a COBS Mac bioconda recipe

leoisl commented 10 months ago

Closed via https://github.com/iqbal-lab-org/cobs/pull/16