Package: macromoleculebuilder / 4.2+dfsg-2

Metadata

Package Version Patches format
macromoleculebuilder 4.2+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.
ignore gemmi check.patch | (download)

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

---
fix gemmi incompatibility.patch | (download)

src/PeriodicPdbAndEnergyWriter.cpp | 2 1 + 1 - 0 !
src/Repel.cpp | 2 1 + 1 - 0 !
2 files changed, 2 insertions(+), 2 deletions(-)

---
fix seqan incompatibility.patch | (download)

include/AtomSpringContainer.h | 4 2 + 2 - 0 !
include/BiopolymerClass.h | 4 2 + 2 - 0 !
include/Threading.h | 18 9 + 9 - 0 !
src/AtomSpringContainer.cpp | 10 5 + 5 - 0 !
src/BiopolymerClass.cpp | 8 4 + 4 - 0 !
5 files changed, 22 insertions(+), 22 deletions(-)

 fix incompatibility with seqan2 >= 2.5.0 by passing the
 source through sed -i 's/seqan::/seqan2::/g'.