From 1c37e93909524170cc8a72da496e08ed686e2696 Mon Sep 17 00:00:00 2001 From: Matthias Maier Date: Fri, 31 Jan 2025 09:57:09 -0600 Subject: [PATCH] doc/news: add a changes entry --- doc/news/changes/incompatibilities/20250130Maier | 3 +++ doc/readme.html | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) create mode 100644 doc/news/changes/incompatibilities/20250130Maier diff --git a/doc/news/changes/incompatibilities/20250130Maier b/doc/news/changes/incompatibilities/20250130Maier new file mode 100644 index 0000000000..d4f80b438a --- /dev/null +++ b/doc/news/changes/incompatibilities/20250130Maier @@ -0,0 +1,3 @@ +Updated: We now require Boost version 1.74 or newer. +
+(Matthias Maier, 2025/01/30) diff --git a/doc/readme.html b/doc/readme.html index 3cb2cfb71b..204efa2f20 100644 --- a/doc/readme.html +++ b/doc/readme.html @@ -370,7 +370,7 @@

When configuring interfacing to external libraries, the cmake script by default tries to find all of these libraries in a number of standard locations on your file system. For optional interfaces, it gives up if the library is not found and deal.II will be built - without support for them. However, there is one interface that we need to have: BOOST 1.59 or newer. If it is not found externally cmake will resort to the bundled boost version + without support for them. However, there is one interface that we need to have: BOOST 1.74 or newer. If it is not found externally cmake will resort to the bundled boost version that is part of the deal.II tar file.

-- 2.39.5