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 file
Patch File delta Description
cmake 4.patch | (download)

CMakeLists.txt | 2 1 + 1 - 0 !
terraphast/CMakeLists.txt | 2 1 + 1 - 0 !
yaml-cpp/CMakeLists.txt | 2 1 + 1 - 0 !
yaml-cpp/util/CMakeLists.txt | 2 1 + 1 - 0 !
4 files changed, 4 insertions(+), 4 deletions(-)

 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 !
1 file changed, 1 insertion(+), 1 deletion(-)

 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();
	      |      ^~~~~~~~~~~~