Package: macromoleculebuilder / 4.0.0+dfsg-5

Metadata

Package Version Patches format
macromoleculebuilder 4.0.0+dfsg-5 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.
96da444290ab1af4385013c566079d381d8051b4.patch | (download)

CMakeLists.txt | 13 8 + 5 - 0 !
1 file changed, 8 insertions(+), 5 deletions(-)

 [patch] require gemmi 0.6.2 or newer


bf1ab1ebf49bb9e48f4f133e155f9315cc37079d.patch | (download)

src/CifOutput.cpp | 3 1 + 2 - 0 !
1 file changed, 1 insertion(+), 2 deletions(-)

 [patch] gemmi::make_structure now requires an rvalue argument


27.patch | (download)

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

 [patch] link mmb_shared_target with zlib_libraries.