Andreas Tille pushed to branch master at Debian Med / metabat
Commits: 22a0ff7d by Andreas Tille at 2026-04-26T12:04:34+02:00 Fix CMake boost configuration Closes: #1129819 - - - - - 3 changed files: - debian/changelog - + debian/patches/cmake-boost.patch - + debian/patches/series Changes: ===================================== debian/changelog ===================================== @@ -1,3 +1,10 @@ +metabat (2.18-4) UNRELEASED; urgency=medium + + * Fix CMake boost configuration + Closes: #1129819 + + -- Andreas Tille <[email protected]> Sun, 26 Apr 2026 11:40:47 +0200 + metabat (2.18-3) unstable; urgency=medium * Do not provide package on i386 any more by adding architecture-is-64-bit ===================================== debian/patches/cmake-boost.patch ===================================== @@ -0,0 +1,19 @@ +Author: Andreas Tille <[email protected]> +Last-Update: 2026-04-26 +Bug-Debian: https://bugs.debian.org/1129819 +Description: Fix CMake boost configuration + +--- a/src/CMakeLists.txt ++++ b/src/CMakeLists.txt +@@ -1,8 +1,7 @@ + # find and use Boost +-set(Boost_NO_BOOST_CMAKE ON) # for backwards comptibility of cmake and boost >= 1.70 +-set(Boost_USE_STATIC_LIBS ON) +-find_package(Boost 1.55.0 COMPONENTS program_options filesystem system graph serialization iostreams REQUIRED) +-include_directories( ${Boost_INCLUDE_DIRS} ) ++find_package(Boost 1.55.0 CONFIG REQUIRED ++ COMPONENTS program_options filesystem graph serialization iostreams) ++include_directories(${Boost_INCLUDE_DIRS}) + + # find and use OpenMP + find_package(OpenMP) ===================================== debian/patches/series ===================================== @@ -0,0 +1 @@ +cmake-boost.patch View it on GitLab: https://salsa.debian.org/med-team/metabat/-/commit/22a0ff7d757d6bc0bdc334c975bb90084d41c0fc -- View it on GitLab: https://salsa.debian.org/med-team/metabat/-/commit/22a0ff7d757d6bc0bdc334c975bb90084d41c0fc 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
_______________________________________________ debian-med-commit mailing list [email protected] https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/debian-med-commit
