[med-svn] [Git][med-team/libminc][master] 2 commits: New patch to drop libhdf5.so from LIBMINC_LIBRARIES_CONFIG (fix FTBFS for...
Andreas Tille (@tille)
gitlab at salsa.debian.org
Mon Nov 17 17:14:56 GMT 2025
Andreas Tille pushed to branch master at Debian Med / libminc
Commits:
bee7049e by Andreas Tille at 2025-11-17T18:11:43+01:00
New patch to drop libhdf5.so from LIBMINC_LIBRARIES_CONFIG (fix FTBFS for insighttoolkit5 against HDF5 1.14.6 built with cmake) Closes: #1120574
- - - - -
9b2a04ec by Andreas Tille at 2025-11-17T18:13:53+01:00
d/watch: Version=5
- - - - -
4 changed files:
- debian/changelog
- + debian/patches/0006-Drop-hdf5-from_LIBMINC_LIBRARIES_CONFIG.patch
- debian/patches/series
- debian/watch
Changes:
=====================================
debian/changelog
=====================================
@@ -1,3 +1,15 @@
+libminc (2.4.07-1.1) UNRELEASED; urgency=medium
+
+ [ Gilles Filippini ]
+ * New patch to drop libhdf5.so from LIBMINC_LIBRARIES_CONFIG
+ (fix FTBFS for insighttoolkit5 against HDF5 1.14.6 built with cmake)
+ Closes: #1120574
+
+ [ Andreas Tille ]
+ * d/watch: Version=5
+
+ -- Gilles Filippini <pini at debian.org> Wed, 12 Nov 2025 10:24:52 +0100
+
libminc (2.4.07-1) unstable; urgency=medium
[ Steve M. Robbins ]
=====================================
debian/patches/0006-Drop-hdf5-from_LIBMINC_LIBRARIES_CONFIG.patch
=====================================
@@ -0,0 +1,20 @@
+Author: Gilles Filippini <pini at debian.org>
+Last-Update: Wed, 12 Nov 2025
+Bug-Debian: https://bugs.debian.org/1120574
+Description: Support for cmake built HDF5 - Fix insighttoolkit5 FTBFS
+
+Index: libminc-2.4.07/CMakeLists.txt
+===================================================================
+--- libminc-2.4.07.orig/CMakeLists.txt
++++ libminc-2.4.07/CMakeLists.txt
+@@ -425,8 +425,8 @@ ENDIF()
+ get_filename_component(HDF5_LIBRARY_NAME "${HDF5_LIBRARY}" NAME)
+ get_filename_component(ZLIB_LIBRARY_NAME "${ZLIB_LIBRARY}" NAME)
+
+-SET(LIBMINC_LIBRARIES ${LIBMINC_LIBRARY} ${HDF5_LIBRARY} ${NIFTI_LIBRARIES} ${ZLIB_LIBRARY})
+-SET(LIBMINC_LIBRARIES_CONFIG ${LIBMINC_LIBRARY} ${HDF5_LIBRARY_NAME} ${NIFTI_LIBRARY_NAME} ${ZNZ_LIBRARY_NAME} ${ZLIB_LIBRARY_NAME})
++SET(LIBMINC_LIBRARIES ${LIBMINC_LIBRARY} ${NIFTI_LIBRARIES} ${ZLIB_LIBRARY})
++SET(LIBMINC_LIBRARIES_CONFIG ${LIBMINC_LIBRARY} ${NIFTI_LIBRARY_NAME} ${ZNZ_LIBRARY_NAME} ${ZLIB_LIBRARY_NAME})
+ message("LIBMINC_LIBRARIES_CONFIG=${LIBMINC_LIBRARIES_CONFIG}")
+
+ SET(LIBMINC_STATIC_LIBRARIES ${LIBMINC_LIBRARY_STATIC} ${HDF5_LIBRARY} ${NIFTI_LIBRARIES} ${ZLIB_LIBRARY})
=====================================
debian/patches/series
=====================================
@@ -3,3 +3,4 @@
0003-disable-dimension-test.patch
0004-Fix-setting-of-LIBMINC_USE_FILE_CONFIG-to-be-correct.patch
0005-Disable-setting-RPATH.patch
+0006-Drop-hdf5-from_LIBMINC_LIBRARIES_CONFIG.patch
=====================================
debian/watch
=====================================
@@ -1,4 +1,5 @@
-version=4
+Version: 5
-opts=uversionmangle=s/-/./g;s/^?(libminc|release)[-.]*// \
- https://github.com/BIC-MNI/libminc/tags .*/?(libminc|release)-(\d[\d.-]+)\.(?:tar(?:\.gz|\.bz2)?|tgz)
+Source: https://github.com/BIC-MNI/libminc/tags
+Matching-Pattern:.*/?(libminc|release)-(\d[\d.-]+)\.(?:tar(?:\.gz|\.bz2)?|tgz)
+Uversion-Mangle: s/-/./g;s/^?(libminc|release)[-.]*//
View it on GitLab: https://salsa.debian.org/med-team/libminc/-/compare/0d27e4786c049268e404768ee7ae78d7c985a096...9b2a04ecfc9ca451c8efd13fac51413578f0ef61
--
View it on GitLab: https://salsa.debian.org/med-team/libminc/-/compare/0d27e4786c049268e404768ee7ae78d7c985a096...9b2a04ecfc9ca451c8efd13fac51413578f0ef61
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/20251117/231656bc/attachment-0001.htm>
More information about the debian-med-commit
mailing list