Bas Couwenberg pushed to branch master at Debian GIS Project / jeolib-jiplib
Commits: 2fac1427 by Bas Couwenberg at 2026-02-06T17:53:55+01:00 Add patch to fix FTBFS with Boost 1.90. (closes: #1110635) - - - - - 3 changed files: - debian/changelog - + debian/patches/boost1.89.patch - debian/patches/series Changes: ===================================== debian/changelog ===================================== @@ -4,6 +4,8 @@ jeolib-jiplib (1.1.6+ds-4) UNRELEASED; urgency=medium * Drop Priority: optional, default since dpkg 1.22.13. * Bump Standards-Version to 4.7.3, changes: priority. * Mark libjiplib1 as Multi-Arch: same. + * Add patch to fix FTBFS with Boost 1.90. + (closes: #1110635) -- Bas Couwenberg <[email protected]> Sat, 03 Jan 2026 13:58:06 +0100 ===================================== debian/patches/boost1.89.patch ===================================== @@ -0,0 +1,15 @@ +Description: Don't require boost-system, header-only since 1.69, removed in 1.89. +Author: Bas Couwenberg <[email protected]> +Forwarded: https://github.com/ec-jrc/jeolib-jiplib/pull/9 + +--- a/CMakeLists.txt ++++ b/CMakeLists.txt +@@ -124,7 +124,7 @@ list(APPEND CMAKE_MODULE_PATH "${CMAKE_C + + # Make sure Boost libraries are found + SET(Boost_DEBUG 0) +-find_package(Boost COMPONENTS filesystem system serialization REQUIRED) ++find_package(Boost COMPONENTS filesystem serialization REQUIRED) + + if(BUILD_WITH_PYTHON) + # SET(CREATE_WHEEL TRUE CACHE BOOL "Choose if jiplib PYTHON wheel is to be created") ===================================== debian/patches/series ===================================== @@ -3,3 +3,4 @@ spelling-errors-take2.patch gdal-3.12.patch libdir.patch wheel.patch +boost1.89.patch View it on GitLab: https://salsa.debian.org/debian-gis-team/jeolib-jiplib/-/commit/2fac142784e66ad7edb224c08999907c5f7e4857 -- View it on GitLab: https://salsa.debian.org/debian-gis-team/jeolib-jiplib/-/commit/2fac142784e66ad7edb224c08999907c5f7e4857 You're receiving this email because of your account on salsa.debian.org.
_______________________________________________ Pkg-grass-devel mailing list [email protected] https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/pkg-grass-devel
