Closed niemasd closed 3 weeks ago
I also added a Dockerfile
and devcontainer.json
for use with e.g. GitHub Codespaces. I didn't test the Dockerfile
thoroughly, so feel free to exclude that contribution if you'd like (but I would recommend incorporating the C++11 to 14 update)
When I tried to install BioBloom, I installed the most recent version of Boost, and I got the following compile warning, which was turned into a compile error due to
-Werror
:Replacing
-std=c++11
with-std=c++14
inconfigure.ac
fixed the issue