[med-svn] [Git][med-team/iqtree][master] 4 commits: cmake-4.patch: new: bump required cmake to 3.10.

Étienne Mollier (@emollier) gitlab at salsa.debian.org
Wed Oct 8 20:26:01 BST 2025



Étienne Mollier pushed to branch master at Debian Med / iqtree


Commits:
9e03339b by Étienne Mollier at 2025-10-08T20:51:06+02:00
cmake-4.patch: new: bump required cmake to 3.10.

Closes: #1113054

- - - - -
306d5110 by Étienne Mollier at 2025-10-08T20:51:42+02:00
gcc-15.patch: new: fix build failure with gcc-15.

Closes: #1096850

- - - - -
aa27be4b by Étienne Mollier at 2025-10-08T20:52:48+02:00
d/changelog: ready for upload to unstable.

- - - - -
09b0cdaa by Étienne Mollier at 2025-10-08T21:25:40+02:00
Merge branch 'debian/unstable'

- - - - -


3 changed files:

- debian/changelog
- + debian/patches/cmake-4.patch
- + debian/patches/series


Changes:

=====================================
debian/changelog
=====================================
@@ -9,8 +9,19 @@ iqtree (2.3.4+dfsg-1) UNRELEASED; urgency=medium
     submodule.
   * d/rules: add openmpi include path
 
+    [ Étienne Mollier ]
+  * gcc-15.patch: remove: applied upstream.
+
  -- Michael R. Crusoe <crusoe at debian.org>  Fri, 10 May 2024 17:30:50 +0200
 
+iqtree (2.0.7+dfsg-2) unstable; urgency=medium
+
+  * Team upload.
+  * cmake-4.patch: new: bump required cmake to 3.10. (Closes: #1113054)
+  * gcc-15.patch: new: fix build failure with gcc-15. (Closes: #1096850)
+
+ -- Étienne Mollier <emollier at debian.org>  Wed, 08 Oct 2025 20:52:17 +0200
+
 iqtree (2.0.7+dfsg-1) unstable; urgency=medium
 
   [ Andreas Tille ]


=====================================
debian/patches/cmake-4.patch
=====================================
@@ -0,0 +1,48 @@
+Description: bump cmake requirement to 3.10.
+ This fixes failures to configure build with cmake 4.
+Author: Étienne Mollier <emollier at debian.org>
+Bug-Debian: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1096850
+Forwarded: no
+Last-Update: 2025-10-08
+---
+This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
+--- iqtree.orig/CMakeLists.txt
++++ iqtree/CMakeLists.txt
+@@ -55,7 +55,7 @@
+ #
+ #
+ 
+-cmake_minimum_required(VERSION 2.8.12 FATAL_ERROR)
++cmake_minimum_required(VERSION 3.10 FATAL_ERROR)
+ set(CMAKE_LEGACY_CYGWIN_WIN32 0)
+ 
+ set(GCC_MIN_VERSION "4.8")
+--- iqtree.orig/terraphast/CMakeLists.txt
++++ iqtree/terraphast/CMakeLists.txt
+@@ -1,6 +1,6 @@
+ project(terraphast C CXX)
+ 
+-cmake_minimum_required(VERSION 3.0.2)
++cmake_minimum_required(VERSION 3.10)
+ cmake_policy(SET CMP0054 NEW)
+ set(CMAKE_MODULE_PATH ${CMAKE_MODULE_PATH} "${CMAKE_SOURCE_DIR}/cmake/")
+ 
+--- iqtree.orig/yaml-cpp/CMakeLists.txt
++++ iqtree/yaml-cpp/CMakeLists.txt
+@@ -2,7 +2,7 @@
+ ### CMake settings
+ ###
+ # see http://www.cmake.org/Wiki/CMake_Policies
+-cmake_minimum_required(VERSION 3.1)
++cmake_minimum_required(VERSION 3.10)
+ 
+ include(CheckCXXCompilerFlag)
+ 
+--- iqtree.orig/yaml-cpp/util/CMakeLists.txt
++++ iqtree/yaml-cpp/util/CMakeLists.txt
+@@ -1,4 +1,4 @@
+-cmake_minimum_required(VERSION 3.5)
++cmake_minimum_required(VERSION 3.10)
+ 
+ add_sources(parse.cpp)
+ add_executable(parse parse.cpp)


=====================================
debian/patches/series
=====================================
@@ -0,0 +1 @@
+cmake-4.patch



View it on GitLab: https://salsa.debian.org/med-team/iqtree/-/compare/4233fc250e49bcb26d3b2d45e5e13f0ee129428c...09b0cdaabed01e6b34293d3f39edde3adcd8faad

-- 
View it on GitLab: https://salsa.debian.org/med-team/iqtree/-/compare/4233fc250e49bcb26d3b2d45e5e13f0ee129428c...09b0cdaabed01e6b34293d3f39edde3adcd8faad
You're receiving this email because of your account on salsa.debian.org.


-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/debian-med-commit/attachments/20251008/f095ec12/attachment-0001.htm>


More information about the debian-med-commit mailing list