[med-svn] [Git][med-team/mia][master] 2 commits: Update changelog
Andreas Tille (@tille)
gitlab at salsa.debian.org
Thu Mar 5 15:27:46 GMT 2026
Andreas Tille pushed to branch master at Debian Med / mia
Commits:
3d9f8095 by Andreas Tille at 2026-03-05T15:26:02+01:00
Update changelog
- - - - -
8a38cac4 by Andreas Tille at 2026-03-05T16:25:27+01:00
Patching CMakeLists is not sufficient. We need to fix some includes as well.
- - - - -
2 changed files:
- debian/changelog
- debian/patches/boost-1.90.patch
Changes:
=====================================
debian/changelog
=====================================
@@ -1,3 +1,10 @@
+mia (2.4.7-18) UNRELEASED; urgency=medium
+
+ [ Santiago Vila ]
+ * Build with boost 1.90. Closes: #1127235.
+
+ -- Andreas Tille <tille at debian.org> Thu, 05 Mar 2026 15:25:52 +0100
+
mia (2.4.7-17) unstable; urgency=medium
* Team upload.
=====================================
debian/patches/boost-1.90.patch
=====================================
@@ -1,10 +1,11 @@
From: Santiago Vila <sanvila at debian.org>
+ Andreas Tille <tille at debian.org>
Subject: Build with boost 1.90
Bug-Debian: https://bugs.debian.org/1127235
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
-@@ -249,7 +249,7 @@
+@@ -249,7 +249,7 @@ MACRO(GET_BOOST_LINKERFLAG VAR LIBNAMES)
SET(${VAR} "${flags}")
ENDMACRO(GET_BOOST_LINKERFLAG)
@@ -13,3 +14,97 @@ Bug-Debian: https://bugs.debian.org/1127235
IF (MIA_USE_BOOST_REGEX)
SET(BOOST_COMPONENTS ${BOOST_COMPONENTS} regex)
+--- a/mia/core/searchpath.cc
++++ b/mia/core/searchpath.cc
+@@ -25,6 +25,8 @@
+ #include <sstream>
+ #include <cstdlib>
+ #include <boost/filesystem/operations.hpp>
++#include <boost/filesystem/directory.hpp>
++/* Perhaps its easier to #include <boost/filesystem.hpp> */
+
+ #include <config.h>
+
+--- a/mia/core/test_register.cc
++++ b/mia/core/test_register.cc
+@@ -21,8 +21,7 @@
+ #include <climits>
+
+ #define BOOST_TEST_DYN_LINK
+-#include <boost/filesystem/convenience.hpp>
+-#include <boost/filesystem/path.hpp>
++#include <boost/filesystem.hpp>
+ #include <boost/test/unit_test_suite.hpp>
+ #include <boost/test/unit_test.hpp>
+
+--- a/addons/openexr/test_openexr.cc
++++ b/addons/openexr/test_openexr.cc
+@@ -19,8 +19,7 @@
+ */
+
+ #include <mia/internal/autotest.hh>
+-#include <boost/filesystem/convenience.hpp>
+-#include <boost/filesystem/path.hpp>
++#include <boost/filesystem.hpp>
+ #include <mia/2d/imageio.hh>
+ #include <mia/2d/imageiotest.hh>
+ #include <mia/2d/vfio.hh>
+--- a/mia/2d/test_vfio.cc
++++ b/mia/2d/test_vfio.cc
+@@ -20,8 +20,7 @@
+
+ #include <cstdlib>
+
+-#include <boost/filesystem/convenience.hpp>
+-#include <boost/filesystem/path.hpp>
++#include <boost/filesystem.hpp>
+ #include <boost/test/unit_test_suite.hpp>
+ #include <boost/test/unit_test.hpp>
+
+--- a/mia/2d/vfiotest.cc
++++ b/mia/2d/vfiotest.cc
+@@ -21,8 +21,7 @@
+ #include <cstdlib>
+ #include <climits>
+
+-#include <boost/filesystem/convenience.hpp>
+-#include <boost/filesystem/path.hpp>
++#include <boost/filesystem.hpp>
+ #include <boost/test/unit_test_suite.hpp>
+ #include <boost/test/unit_test.hpp>
+ #include <boost/test/parameterized_test.hpp>
+--- a/mia/3d/imageiotest.cc
++++ b/mia/3d/imageiotest.cc
+@@ -24,8 +24,7 @@
+ #include <boost/test/unit_test.hpp>
+ #include <boost/test/parameterized_test.hpp>
+
+-#include <boost/filesystem/convenience.hpp>
+-#include <boost/filesystem/path.hpp>
++#include <boost/filesystem.hpp>
+
+ #include <mia/core/msgstream.hh>
+ #include <mia/core/history.hh>
+--- a/mia/3d/test_vfio.cc
++++ b/mia/3d/test_vfio.cc
+@@ -24,8 +24,7 @@
+ #include <boost/test/unit_test_suite.hpp>
+ #include <boost/test/unit_test.hpp>
+
+-#include <boost/filesystem/convenience.hpp>
+-#include <boost/filesystem/path.hpp>
++#include <boost/filesystem.hpp>
+
+ #include <mia/3d/vfio.hh>
+ #include <mia/3d/vfiotest.hh>
+--- a/src/3dbrainextractT1.cc
++++ b/src/3dbrainextractT1.cc
+@@ -28,7 +28,7 @@
+ //#include <dlfcn.h>
+ #include <algorithm>
+
+-#include <boost/filesystem/convenience.hpp>
++#include <boost/filesystem.hpp>
+
+
+ #include <mia/3d/fuzzyseg.hh>
View it on GitLab: https://salsa.debian.org/med-team/mia/-/compare/3dc373501039d8f6234d668f436ab2e9b22ead17...8a38cac4a0191c89ac699ab99525f5c97343d2d7
--
View it on GitLab: https://salsa.debian.org/med-team/mia/-/compare/3dc373501039d8f6234d668f436ab2e9b22ead17...8a38cac4a0191c89ac699ab99525f5c97343d2d7
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/20260305/b4473258/attachment-0001.htm>
More information about the debian-med-commit
mailing list