Andreas Tille pushed to branch debian/unstable at Debian Med / iqtree
Commits: c7c60f27 by Andreas Tille at 2026-06-09T15:32:04+02:00 d/watch: Use auto for Dversion-Mangle - - - - - 1f315137 by Andreas Tille at 2026-06-09T15:41:40+02:00 Revert unintended change of upstream source (terraphast/appveyor.yml) - - - - - 8e7db3fa by Andreas Tille at 2026-06-09T15:45:49+02:00 Build using Libeigen 5.0 Closes: #1136241 - - - - - 5 changed files: - debian/changelog - + debian/patches/libeigen5.0.patch - debian/patches/series - debian/watch - terraphast/appveyor.yml Changes: ===================================== debian/changelog ===================================== @@ -1,3 +1,11 @@ +iqtree (2.4.0+dfsg-2) UNRELEASED; urgency=medium + + * d/watch: Use auto for Dversion-Mangle + * Build using Libeigen 5.0 + Closes: #1136241 + + -- Andreas Tille <[email protected]> Tue, 09 Jun 2026 15:31:40 +0200 + iqtree (2.4.0+dfsg-1) unstable; urgency=medium * Team upload. ===================================== debian/patches/libeigen5.0.patch ===================================== @@ -0,0 +1,23 @@ +Author: Andreas Tille <[email protected]> +Last-Update: 2026-06-08 +Bug-Debian: https://bugs.debian.org/1136241 +Description: Build using Libeigen 5.0 + +--- a/CMakeLists.txt ++++ b/CMakeLists.txt +@@ -83,10 +83,13 @@ add_definitions(-DIQ_TREE) + + # Find Eigen3 library + if (NOT EIGEN3_INCLUDE_DIR) +- find_package(Eigen3) +- if(NOT EIGEN3_FOUND) ++ find_package(Eigen3 CONFIG) ++ if(NOT Eigen3_FOUND) + message(FATAL_ERROR "Eigen3 library not found. Either install it or rerun cmake with -DEIGEN3_INCLUDE_DIR=<installed_eigen3_dir>") + endif() ++ if(TARGET Eigen3::Eigen) ++ get_target_property(EIGEN3_INCLUDE_DIR Eigen3::Eigen INTERFACE_INCLUDE_DIRECTORIES) ++ endif() + endif() + add_definitions(-I${EIGEN3_INCLUDE_DIR}) + ===================================== debian/patches/series ===================================== @@ -1,2 +1,3 @@ find-libs cmake-4.patch +libeigen5.0.patch ===================================== debian/watch ===================================== @@ -5,6 +5,6 @@ Matching-Pattern: refs/tags/@ANY_VERSION@ Git-Mode: shallow Git-Modules: all Mode: git -Dversion-Mangle: s/\+dfsg\d*$// +Dversion-Mangle: auto Repack: yes Repack-Suffix: +dfsg ===================================== terraphast/appveyor.yml ===================================== @@ -1,15 +1,15 @@ -version: 1.0.{build} -configuration: Release -platform: -- x64 -- Win32 -clone_depth: 1 -before_build: -- cmd: 'scripts\build_appveyor.bat' -build: - project: terraphast.sln - parallel: true - verbosity: minimal -test_script: -- cmd: 'Release\unittests.exe' - +version: 1.0.{build} +configuration: Release +platform: +- x64 +- Win32 +clone_depth: 1 +before_build: +- cmd: 'scripts\build_appveyor.bat' +build: + project: terraphast.sln + parallel: true + verbosity: minimal +test_script: +- cmd: 'Release\unittests.exe' + View it on GitLab: https://salsa.debian.org/med-team/iqtree/-/compare/e88700ed1fbf5bd9a714d8dc03dc684d3d2db8d4...8e7db3fae134a26fb49ac3a3af1a96fb40edfb19 -- View it on GitLab: https://salsa.debian.org/med-team/iqtree/-/compare/e88700ed1fbf5bd9a714d8dc03dc684d3d2db8d4...8e7db3fae134a26fb49ac3a3af1a96fb40edfb19 You're receiving this email because of your account on salsa.debian.org. Manage all notifications: https://salsa.debian.org/-/profile/notifications | Help: https://salsa.debian.org/help
_______________________________________________ debian-med-commit mailing list [email protected] https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/debian-med-commit
