Package: iqtree / 2.0.7+dfsg-2
Metadata
Package | Version | Patches format |
---|---|---|
iqtree | 2.0.7+dfsg-2 | 3.0 (quilt) |
Patch series
view the series filePatch | File delta | Description |
---|---|---|
cmake 4.patch | (download) |
CMakeLists.txt |
2 1 + 1 - 0 ! |
bump cmake requirement to 3.10. This fixes failures to configure build with cmake 4. |
gcc 15.patch | (download) |
whtest/weisslambda_sub.h |
2 1 + 1 - 0 ! |
fix build failure with gcc-15 This change fixes the following build failure with gcc-15: . /build/reproducible-path/iqtree-2.0.7+dfsg/whtest/whtest_sub.h:56:6: error: conflicting types for ReadDataSize; have void(char *) 56 | void ReadDataSize ( char *datafile ); | ^~~~~~~~~~~~ In file included from /build/reproducible-path/iqtree-2.0.7+dfsg/whtest/whtest.c:34: /build/reproducible-path/iqtree-2.0.7+dfsg/whtest/weisslambda_sub.h:39:6: note: previous declaration of ReadDataSize with type void(void) 39 | void ReadDataSize(); | ^~~~~~~~~~~~ |
1