From: Matthias Maier Date: Fri, 31 Jan 2025 15:57:09 +0000 (-0600) Subject: doc/news: add a changes entry X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F17365%2Fhead;p=dealii.git doc/news: add a changes entry --- 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.