Source: seqan2 Version: 2.2.0+dfsg-4 Severity: serious Tags: patch Hi Maintainer
seqan2 FTBFS with Boost 1.62 and outputs the following error:
In file included from
/<<BUILDDIR>>/seqan2-2.2.0+dfsg/apps/bs_tools/casbar.cpp:67:0:
/usr/include/boost/math/tools/tuple.hpp:10:60: error: missing binary
operator before token "("
#if !defined(BOOST_NO_CXX11_HDR_TUPLE) &&
!BOOST_WORKAROUND(BOOST_GCC_VERSION, < 40500)
The attached patch adds a missing include so that BOOST_WORKAROUND is defined.
Regards
Graham
boost1.62.patch
Description: application/empty

