Anonymous - 2017-02-02

There is an issue with SoftSV 1.4.2 and new Seqan library releases. SoftSV compiles without problems with Seqan 2.1.1 version but with 2.2 and with 2.3 I'll get following error:
#error SeqAn requires C++14! You must compile your application with -std=c++14, -std=gnu++14 or -std=c++1y.

If I'll change to the c++14, or any other, then the SoftSV does not compile anymore. And I'll think that the to use c++14 you'll need at least gcc 4.9 and standard compiler for the CentOS is 4.8.5. So this could cause some major headaches for the users.

Tested with CentOS 7.2, GCC 4.8.5, latest git release of bamtools.