Control: tags 1110594 + patch Control: tags 1110594 + pending Dear maintainer,
I've prepared an NMU for leela-zero (versioned as 0.17-1.3) and uploaded it to DELAYED/2. Please feel free to tell me if I should cancel it. cu Adrian
diffstat for leela-zero-0.17 leela-zero-0.17 changelog | 7 +++++++ patches/boost1.90.patch | 15 +++++++++++++++ patches/series | 1 + 3 files changed, 23 insertions(+) diff -Nru leela-zero-0.17/debian/changelog leela-zero-0.17/debian/changelog --- leela-zero-0.17/debian/changelog 2025-10-27 18:26:23.000000000 +0200 +++ leela-zero-0.17/debian/changelog 2026-03-26 22:22:13.000000000 +0200 @@ -1,3 +1,10 @@ +leela-zero (0.17-1.3) unstable; urgency=medium + + * Non-maintainer upload. + * Fix FTBFS with Boost 1.90. (Closes: #1110594) + + -- Adrian Bunk <[email protected]> Thu, 26 Mar 2026 22:22:13 +0200 + leela-zero (0.17-1.2) unstable; urgency=medium * Non-maintainer upload. diff -Nru leela-zero-0.17/debian/patches/boost1.90.patch leela-zero-0.17/debian/patches/boost1.90.patch --- leela-zero-0.17/debian/patches/boost1.90.patch 1970-01-01 02:00:00.000000000 +0200 +++ leela-zero-0.17/debian/patches/boost1.90.patch 2026-03-26 22:22:13.000000000 +0200 @@ -0,0 +1,15 @@ +Description: Fix FTBFS with Boost 1.90 +Author: Adrian Bunk <[email protected]> +Bug-Debian: https://bugs.debian.org/1110594 + +--- leela-zero-0.17.orig/CMakeLists.txt ++++ leela-zero-0.17/CMakeLists.txt +@@ -50,7 +50,7 @@ message(STATUS "Using built-in matrix li + endif() + find_package(Qt5Core) + +-set(CMAKE_CXX_STANDARD 14) ++set(CMAKE_CXX_STANDARD 17) + set(CMAKE_CXX_STANDARD_REQUIRED on) + + # See if we can set optimization flags as expected. diff -Nru leela-zero-0.17/debian/patches/series leela-zero-0.17/debian/patches/series --- leela-zero-0.17/debian/patches/series 2025-10-27 18:26:23.000000000 +0200 +++ leela-zero-0.17/debian/patches/series 2026-03-26 22:22:13.000000000 +0200 @@ -1,3 +1,4 @@ default-bin-path.patch find-eigen3.patch cmake-4.patch +boost1.90.patch

