bingmann / cobs

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

build with llvm #6

Open karasikov opened 5 years ago

karasikov commented 5 years ago

some minor changes to make it compilable with clang

bingmann commented 5 years ago

Well, does not build on travis.

karasikov commented 5 years ago

Hi Timo,

I pushed a quick fix. However, it will not work when compiled with more recent compilers that do not have experimental::filesystem. So, ideally, one has to consider that case to make this portable.