[med-svn] [Git][med-team/iqtree][debian/unstable] accept fix; Closes: #1129792

Michael R. Crusoe (@crusoe) gitlab at salsa.debian.org
Fri Apr 10 14:35:47 BST 2026



Michael R. Crusoe pushed to branch debian/unstable at Debian Med / iqtree


Commits:
07dc39a8 by Michael R. Crusoe at 2026-04-09T09:58:37+02:00
accept fix; Closes: #1129792

- - - - -


4 changed files:

- debian/changelog
- debian/control
- + debian/patches/boost1.90.patch
- debian/patches/series


Changes:

=====================================
debian/changelog
=====================================
@@ -1,3 +1,11 @@
+iqtree (2.0.7+dfsg-3) unstable; urgency=medium
+
+  [ Adrian Bunk ]
+  * Fix FTBFS with Boost 1.90. (Closes: #1129792)
+  * Don't try to build on non-Linux architectures.
+
+ -- Michael R. Crusoe <crusoe at debian.org>  Thu, 09 Apr 2026 09:58:28 +0200
+
 iqtree (2.0.7+dfsg-2) unstable; urgency=medium
 
   * Team upload.


=====================================
debian/control
=====================================
@@ -21,7 +21,7 @@ Homepage: http://www.cibiv.at/software/iqtree/
 Rules-Requires-Root: no
 
 Package: iqtree
-Architecture: amd64 hurd-i386 i386 kfreebsd-amd64 kfreebsd-i386
+Architecture: amd64 i386
 Depends: ${shlibs:Depends},
          ${misc:Depends}
 Description: efficient phylogenetic software by maximum likelihood


=====================================
debian/patches/boost1.90.patch
=====================================
@@ -0,0 +1,17 @@
+Description: Fix FTBFS with Boost 1.90
+Author: Adrian Bunk <bunk at debian.org>
+Bug-Debian: https://bugs.debian.org/1129792
+
+--- iqtree-2.0.7+dfsg.orig/CMakeLists.txt
++++ iqtree-2.0.7+dfsg/CMakeLists.txt
+@@ -176,8 +176,8 @@ set(GCC "FALSE")   #  GNU compiler
+ set(CLANG "FALSE") # Clang compiler
+ set(ICC "FALSE")   # Intel compiler
+ set(VCC "FALSE")   # MS Visual C Compiler, note that it is different from MSVC variable
+-# using C++11 standard
+-set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -std=c++11")
++# using C++14 standard
++set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -std=c++14")
+ 
+ if (CMAKE_COMPILER_IS_GNUCXX)
+     message("Compiler      : GNU Compiler (gcc)")


=====================================
debian/patches/series
=====================================
@@ -1,2 +1,3 @@
 cmake-4.patch
 gcc-15.patch
+boost1.90.patch



View it on GitLab: https://salsa.debian.org/med-team/iqtree/-/commit/07dc39a888e8cab024bfa59555009cb83c4603a1

-- 
View it on GitLab: https://salsa.debian.org/med-team/iqtree/-/commit/07dc39a888e8cab024bfa59555009cb83c4603a1
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/20260410/6ad455c8/attachment-0001.htm>


More information about the debian-med-commit mailing list