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 ! |
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 ! |
--- |
| fix gemmi incompatibility.patch | (download) |
src/PeriodicPdbAndEnergyWriter.cpp |
2 1 + 1 - 0 ! |
--- |
| fix seqan incompatibility.patch | (download) |
include/AtomSpringContainer.h |
4 2 + 2 - 0 ! |
fix incompatibility with seqan2 >= 2.5.0 by passing the source through sed -i 's/seqan::/seqan2::/g'. |
