From 0092208f82b25412f9a97e88fa5795047351dce5 Mon Sep 17 00:00:00 2001 From: Matthias Maier Date: Wed, 28 May 2014 14:23:09 +0000 Subject: [PATCH] And provide news items git-svn-id: https://svn.dealii.org/trunk@32983 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/doc/news/changes.h | 13 +++++++++++++ 1 file changed, 13 insertions(+) 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. -- 2.39.5