Package: macromoleculebuilder / 4.0.0+dfsg-2

Metadata

Package Version Patches format
macromoleculebuilder 4.0.0+dfsg-2 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
drop CMAKE_CXX_STANDARD.patch | (download)

CMakeLists.txt | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 use default c++ standard.
 Previously, macromoleculebuilder tried to force C++14 in the compiler to
 ensure ccess to newer language features. However, C++ is now too old for
 some of the build-dependencies (tao-pegtl-dev) and causes a build failure.
 Since standard nowadays is newer, C++14 forcing is removed.
 Thanks Steve Langasek for reporting this and suggesting a fix.