From: David Wells Date: Mon, 24 Oct 2016 00:09:19 +0000 (-0400) Subject: Mention the boost upgrade in the docs. X-Git-Tag: v8.5.0-rc1~535^2~1 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b73c7dd73161923cc11e0592c57643bbebf88a4b;p=dealii.git Mention the boost upgrade in the docs. --- diff --git a/doc/doxygen/headers/glossary.h b/doc/doxygen/headers/glossary.h index 51dfb81a55..7fc2241a80 100644 --- a/doc/doxygen/headers/glossary.h +++ b/doc/doxygen/headers/glossary.h @@ -1479,7 +1479,7 @@ * * deal.II implements serialization facilities by implementing the necessary * interfaces for the BOOST serialization library. See there for examples on * how to save and restore objects. * diff --git a/doc/doxygen/headers/multithreading.h b/doc/doxygen/headers/multithreading.h index 146bd10f82..26805561af 100644 --- a/doc/doxygen/headers/multithreading.h +++ b/doc/doxygen/headers/multithreading.h @@ -495,7 +495,7 @@ } * @endcode * Note how we use std_cxx11::bind + * href="http://www.boost.org/doc/libs/1_62_0/libs/bind/bind.html">std_cxx11::bind * to bind certain arguments to the vmult_one_row * function, leaving one argument open and thus allowing the * parallel::transform function to consider the passed function argument as diff --git a/doc/news/changes.h b/doc/news/changes.h index f4fb4d43d7..82588fe7f7 100644 --- a/doc/news/changes.h +++ b/doc/news/changes.h @@ -66,7 +66,7 @@ inconvenience this causes. previous minimal version of 1.54. This is because 1.54 does not support serializing objects of type std::unique_ptr if C++11 is used, but we now use such objects in a variety of places in classes that can be serialized. - BOOST 1.56, on the other hand, supports this. deal.II bundles BOOST 1.56 + BOOST 1.56, on the other hand, supports this. deal.II bundles BOOST 1.62 for cases where no or no sufficiently new version of BOOST is found on a system.
@@ -215,6 +215,12 @@ inconvenience this causes.

General

    +
  1. Improved: deal.II now bundles a subset of BOOST 1.62 instead of a subset + of BOOST 1.56. +
    + (David Wells, 2016/10/20) +
  2. +
  3. New: Add a new FiniteElement class, FE_P1NC, to implement the scalar version of the P1 nonconforming finite element which is a piecewise linear element on quadrilaterals in 2d. diff --git a/doc/users/cmake.html b/doc/users/cmake.html index e4b5acc9e3..9914a005f2 100644 --- a/doc/users/cmake.html +++ b/doc/users/cmake.html @@ -280,7 +280,7 @@ cmake -DDEAL_II_WITH_MPI=ON <...> information about feature configuration, e.g.
     #        DEAL_II_WITH_BOOST set up with external dependencies
    -#            BOOST_VERSION = 1.52.0
    +#            BOOST_VERSION = 1.61.0
     #            BOOST_DIR =
     #            Boost_INCLUDE_DIRS = /usr/include
     #            Boost_LIBRARIES = /usr/lib64/libboost_serialization-mt.so;/usr/lib64/libboost_system-mt.so;