From: Matthias Maier Date: Wed, 28 May 2014 14:23:09 +0000 (+0000) Subject: And provide news items X-Git-Tag: v8.2.0-rc1~446 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0092208f82b25412f9a97e88fa5795047351dce5;p=dealii.git And provide news items git-svn-id: https://svn.dealii.org/trunk@32983 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/doc/news/changes.h b/deal.II/doc/news/changes.h index b4fc63b2a1..2089a1a57d 100644 --- a/deal.II/doc/news/changes.h +++ b/deal.II/doc/news/changes.h @@ -148,6 +148,19 @@ inconvenience this causes.

Specific improvements

    +
  1. Bugfix: CMake: Do not override external functions like FIND_PACKAGE + but use a different name DEAL_II_FIND_PACKAGE instead. This avoids a + deadlock (with final segfault) on some newer CMake versions. +
    + (Matthias Maier, 2014/05/28) +
  2. + +
  3. Improved: CMake: Search results and error conditions for external + libraries are now much more verbose. Added an MPI sanity check. +
    + (Matthias Maier, 2014/05/28) +
  4. +
  5. Fixed: The MatrixTools::apply_boundary_values() variant that works on PETSc matrices could produce a deadlock in parallel if one processor had no boundary values to apply. This is now fixed.