Control: tags 1128132 + patch Control: tags 1128132 + pending Dear maintainer,
I've prepared an NMU for molds (versioned as 0.3.1-2.1) and uploaded it to DELAYED/2. Please feel free to tell me if I should cancel it. cu Adrian
diffstat for molds-0.3.1 molds-0.3.1 changelog | 7 +++++++ patches/makefile_flags.patch | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff -Nru molds-0.3.1/debian/changelog molds-0.3.1/debian/changelog --- molds-0.3.1/debian/changelog 2024-11-09 18:52:14.000000000 +0200 +++ molds-0.3.1/debian/changelog 2026-03-20 12:07:23.000000000 +0200 @@ -1,3 +1,10 @@ +molds (0.3.1-2.1) unstable; urgency=medium + + * Non-maintainer upload. + * Fix FTBFS with Boost 1.90. (Closes: #1128132) + + -- Adrian Bunk <[email protected]> Fri, 20 Mar 2026 12:07:23 +0200 + molds (0.3.1-2) unstable; urgency=medium * Team upload diff -Nru molds-0.3.1/debian/patches/makefile_flags.patch molds-0.3.1/debian/patches/makefile_flags.patch --- molds-0.3.1/debian/patches/makefile_flags.patch 2024-11-09 18:52:14.000000000 +0200 +++ molds-0.3.1/debian/patches/makefile_flags.patch 2026-03-20 12:07:16.000000000 +0200 @@ -25,7 +25,7 @@ +BOOST_TOP_DIR ?= /usr/local/boost/ +BOOST_INC_DIR ?= $(BOOST_TOP_DIR)/include/ +BOOST_LIB_DIR ?= $(BOOST_TOP_DIR)/lib/ -+BOOST_LIBS ?= -lboost_serialization -lboost_mpi -lboost_thread -lboost_system ++BOOST_LIBS ?= -lboost_serialization -lboost_mpi -lboost_thread +OPENBLAS_TOP_DIR ?= /usr/local/openblas/ +OPENBLAS_INC_DIR ?= $(OPENBLAS_TOP_DIR)/include/ +OPENBLAS_LIB_DIR ?= $(OPENBLAS_TOP_DIR)/lib/

