Bas Couwenberg pushed to branch master at Debian GIS Project / gmtsar
Commits: 582939f0 by Bas Couwenberg at 2026-08-07T13:43:08+02:00 Use pini's changes. - - - - - 1 changed file: - debian/patches/0004-hdf5-2.1.0.patch Changes: ===================================== debian/patches/0004-hdf5-2.1.0.patch ===================================== @@ -11,24 +11,18 @@ Applied-Upstream: https://github.com/gmtsar/gmtsar/commit/564cdfc789192337c70f6f --- a/ax_lib_hdf5.m4 +++ b/ax_lib_hdf5.m4 -@@ -137,6 +137,7 @@ HDF5_LIBS="" - HDF5_FC="" - HDF5_FFLAGS="" - HDF5_FLIBS="" -+HDF5_INFIX="" - - dnl Try and find hdf5 compiler tools and options. - if test "$with_hdf5" = "yes"; then -@@ -226,7 +227,15 @@ HDF5 support is being disabled (equivale +@@ -226,7 +226,17 @@ HDF5 support is being disabled (equivale esac done - HDF5_LIBS="$HDF5_LIBS -lhdf5" -+ for arg in $HDF5_LIBS ; do -+ case "$arg" in ++ HDF5_INFIX= ++ for lib in $HDF5_LIBS; do ++ case "$lib" in + -lhdf5_*) -+ HDF5_INFIX="${arg#-lhdf5_}" ++ HDF5_INFIX="${lib#-lhdf5_}" + HDF5_INFIX="_${HDF5_INFIX%%_*}" ++ break + ;; + esac + done @@ -36,7 +30,7 @@ Applied-Upstream: https://github.com/gmtsar/gmtsar/commit/564cdfc789192337c70f6f AC_MSG_RESULT([yes (version $[HDF5_VERSION])]) dnl See if we can compile -@@ -239,13 +248,13 @@ HDF5 support is being disabled (equivale +@@ -239,13 +249,13 @@ HDF5 support is being disabled (equivale LIBS=$HDF5_LIBS LDFLAGS=$HDF5_LDFLAGS AC_CHECK_HEADER([hdf5.h], [ac_cv_hadf5_h=yes], [ac_cv_hadf5_h=no]) @@ -52,7 +46,7 @@ Applied-Upstream: https://github.com/gmtsar/gmtsar/commit/564cdfc789192337c70f6f CC=$ax_lib_hdf5_save_CC CPPFLAGS=$ax_lib_hdf5_save_CPPFLAGS -@@ -281,9 +290,9 @@ HDF5 support is being disabled (equivale +@@ -281,9 +291,9 @@ HDF5 support is being disabled (equivale for arg in $HDF5_LIBS do case "$arg" in #( View it on GitLab: https://salsa.debian.org/debian-gis-team/gmtsar/-/commit/582939f055c72c9f17872385b3582f99ab1c4c5b -- View it on GitLab: https://salsa.debian.org/debian-gis-team/gmtsar/-/commit/582939f055c72c9f17872385b3582f99ab1c4c5b 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
_______________________________________________ Pkg-grass-devel mailing list [email protected] https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/pkg-grass-devel
