[med-svn] [Git][med-team/insighttoolkit][itk-4.y] 2 commits: d/rules: add -Wno-sized-deallocation; fix ftbfs with gcc-12.
Étienne Mollier (@emollier)
gitlab at salsa.debian.org
Mon Jul 25 18:50:34 BST 2022
Étienne Mollier pushed to branch itk-4.y at Debian Med / insighttoolkit
Commits:
b228aa89 by Étienne Mollier at 2022-07-25T19:47:42+02:00
d/rules: add -Wno-sized-deallocation; fix ftbfs with gcc-12.
Closes: #1012950
- - - - -
19cf316f by Étienne Mollier at 2022-07-25T19:50:01+02:00
update changelog
- - - - -
2 changed files:
- debian/changelog
- debian/rules
Changes:
=====================================
debian/changelog
=====================================
@@ -1,3 +1,11 @@
+insighttoolkit4 (4.13.3withdata-dfsg2-4) UNRELEASED; urgency=medium
+
+ NOTE: the package still ftbfs, but due to failing test item.
+ * d/rules: add -Wno-sized-deallocation; fix ftbfs with gcc-12.
+ (Closes: #1012950)
+
+ -- Étienne Mollier <emollier at debian.org> Mon, 25 Jul 2022 19:49:22 +0200
+
insighttoolkit4 (4.13.3withdata-dfsg2-3) unstable; urgency=medium
* d/control: adjust Vcs-* fields to point to itk-4.y.
=====================================
debian/rules
=====================================
@@ -24,6 +24,10 @@ else
ENABLE_UNSIGNED_LONG_LONG=ON
endif
+# Workaround for Gcc 12,
+# see https://github.com/InsightSoftwareConsortium/ITK/issues/3452
+export DEB_CXXFLAGS_MAINT_APPEND += -Wno-sized-deallocation
+
CMAKE_FLAGS = \
-DBUILD_EXAMPLES:BOOL=ON \
-DBUILD_SHARED_LIBS:BOOL=ON \
View it on GitLab: https://salsa.debian.org/med-team/insighttoolkit/-/compare/5f8723b8e4d75436cc4f1bd3e675ba293128ffff...19cf316f6e0bae4052ec9f89734cc4efb08b0442
--
View it on GitLab: https://salsa.debian.org/med-team/insighttoolkit/-/compare/5f8723b8e4d75436cc4f1bd3e675ba293128ffff...19cf316f6e0bae4052ec9f89734cc4efb08b0442
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/20220725/f35eaabf/attachment-0001.htm>
More information about the debian-med-commit
mailing list