[med-svn] [Git][med-team/insighttoolkit][master] 2 commits: Fix GCC-13 build. Closes: #1037697

Steven Robbins (@smr) gitlab at salsa.debian.org
Fri Jul 7 04:43:47 BST 2023



Steven Robbins pushed to branch master at Debian Med / insighttoolkit


Commits:
17e6c01f by Steve Robbins at 2023-07-06T22:39:19-05:00
Fix GCC-13 build.  Closes: #1037697

- - - - -
61134be9 by Steve Robbins at 2023-07-06T22:40:35-05:00
Ready for release.

- - - - -


3 changed files:

- debian/changelog
- + debian/patches/0002-Fix-build-with-GCC-13.patch
- debian/patches/series


Changes:

=====================================
debian/changelog
=====================================
@@ -1,9 +1,12 @@
-insighttoolkit5 (5.3.0-5) UNRELEASED; urgency=medium
+insighttoolkit5 (5.3.0-5) unstable; urgency=medium
 
-  * Team upload.
+  [ Andreas Tille ]
   * Standards-Version: 4.6.2
 
- -- Andreas Tille <tille at debian.org>  Tue, 27 Jun 2023 21:45:00 +0200
+  [ Steve Robbins ]
+  * [17e6c01] Fix GCC-13 build.  Closes: #1037697
+
+ -- Steve M. Robbins <smr at debian.org>  Thu, 06 Jul 2023 22:39:53 -0500
 
 insighttoolkit5 (5.3.0-4) unstable; urgency=medium
 


=====================================
debian/patches/0002-Fix-build-with-GCC-13.patch
=====================================
@@ -0,0 +1,30 @@
+From: Steve Robbins <steve at sumost.ca>
+Date: Thu, 6 Jul 2023 22:28:28 -0500
+Subject: Fix build with GCC-13.
+
+Taken from https://github.com/InsightSoftwareConsortium/ITK/pull/4041
+---
+ .../MathematicalMorphology/include/itkMathematicalMorphologyEnums.h    | 3 ++-
+ 1 file changed, 2 insertions(+), 1 deletion(-)
+
+diff --git a/Modules/Filtering/MathematicalMorphology/include/itkMathematicalMorphologyEnums.h b/Modules/Filtering/MathematicalMorphology/include/itkMathematicalMorphologyEnums.h
+index 0411b17..d897d5c 100644
+--- a/Modules/Filtering/MathematicalMorphology/include/itkMathematicalMorphologyEnums.h
++++ b/Modules/Filtering/MathematicalMorphology/include/itkMathematicalMorphologyEnums.h
+@@ -20,6 +20,7 @@
+ 
+ #include <iostream>
+ #include "ITKMathematicalMorphologyExport.h"
++#include <cstdint>
+ 
+ 
+ namespace itk
+@@ -38,7 +39,7 @@ public:
+    * \brief Algorithm or implementation used in the dilation/erosion operations.
+    * \ingroup ITKMathematicalMorphology
+    */
+-  enum class Algorithm : uint8_t
++  enum class Algorithm : std::uint8_t
+   {
+     BASIC = 0,
+     HISTO = 1,


=====================================
debian/patches/series
=====================================
@@ -1 +1,2 @@
 0001-Fix-building-and-running-with-system-MINC.patch
+0002-Fix-build-with-GCC-13.patch



View it on GitLab: https://salsa.debian.org/med-team/insighttoolkit/-/compare/660171544d0149f47d0fcbb67a49dee7d26639b2...61134be9389bcfc0eddeff4aa5a7aa8ad228cdc3

-- 
View it on GitLab: https://salsa.debian.org/med-team/insighttoolkit/-/compare/660171544d0149f47d0fcbb67a49dee7d26639b2...61134be9389bcfc0eddeff4aa5a7aa8ad228cdc3
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/20230707/50523b67/attachment-0001.htm>


More information about the debian-med-commit mailing list