]> https://gitweb.dealii.org/ - dealii.git/commitdiff
Mention the boost upgrade in the docs.
authorDavid Wells <wellsd2@rpi.edu>
Mon, 24 Oct 2016 00:09:19 +0000 (20:09 -0400)
committerDavid Wells <wellsd2@rpi.edu>
Mon, 24 Oct 2016 19:12:27 +0000 (15:12 -0400)
doc/doxygen/headers/glossary.h
doc/doxygen/headers/multithreading.h
doc/news/changes.h
doc/users/cmake.html

index 51dfb81a55913475b41ff96755fff67cb6bd6273..7fc2241a80cb599dead2743148bc47bb8e9becc1 100644 (file)
  *
  * deal.II implements serialization facilities by implementing the necessary
  * interfaces for the <a
- * href="http://www.boost.org/doc/libs/1_46_1/libs/serialization/doc/index.html"
+ * href="http://www.boost.org/doc/libs/1_62_0/libs/serialization/doc/index.html"
  * target="_top">BOOST serialization</a> library. See there for examples on
  * how to save and restore objects. </dd>
  *
index 146bd10f826f1db8246f98534e4be0a6046d913d..26805561af6ca2726bab39734791c6ad9b0db738 100644 (file)
     }
  * @endcode
  * Note how we use <a
- * href="http://www.boost.org/doc/libs/1_37_0/libs/bind/bind.html">std_cxx11::bind</a>
+ * href="http://www.boost.org/doc/libs/1_62_0/libs/bind/bind.html">std_cxx11::bind</a>
  * to <i>bind</i> certain arguments to the <code>vmult_one_row</code>
  * function, leaving one argument open and thus allowing the
  * parallel::transform function to consider the passed function argument as
index f4fb4d43d733fbe5c2ac0ea801fceb20d1d280a2..82588fe7f7d1b8552ae65bbeaa79649d6c8a998a 100644 (file)
@@ -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.
  <br>
@@ -215,6 +215,12 @@ inconvenience this causes.
 <h3>General</h3>
 
 <ol>
+ <li> Improved: deal.II now bundles a subset of BOOST 1.62 instead of a subset
+ of BOOST 1.56.
+ <br>
+ (David Wells, 2016/10/20)
+ </li>
+
  <li> 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.
index e4b5acc9e33303f3af5fba46eac5c86a8fd31bbe..9914a005f26b89ba113ebec37b767729db941e66 100644 (file)
@@ -280,7 +280,7 @@ cmake -DDEAL_II_WITH_MPI=ON &lt;...&gt;
       information about feature configuration, e.g.
 <pre class="cmake">
 #        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;

In the beginning the Universe was created. This has made a lot of people very angry and has been widely regarded as a bad move.

Douglas Adams


Typeset in Trocchi and Trocchi Bold Sans Serif.