From e525afa7fb99f411ac8f78f067e71af53a66b17a Mon Sep 17 00:00:00 2001 From: Matthias Maier Date: Tue, 16 Jul 2013 09:30:58 +0000 Subject: [PATCH] Write a small news item for the latest changes git-svn-id: https://svn.dealii.org/trunk@30006 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/doc/news/changes.h | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/deal.II/doc/news/changes.h b/deal.II/doc/news/changes.h index db1abd057f..3eb032e292 100644 --- a/deal.II/doc/news/changes.h +++ b/deal.II/doc/news/changes.h @@ -71,6 +71,15 @@ this function.
    +
  1. Improvements on the CMake build system: A Working C (or Fortran) compiler + is now fully optional; Improved support for static linkage with a toggle + "DEAL_II_PREFER_STATIC_LIBS" that will prefer static archives for non system + libraries and "DEAL_II_STATIC_EXECUTABLE" that will switch the complete link + interface to static linkage. +
    + (Matthias Maier, 2013/07/16) +
  2. +
  3. New: various functions for parallel computations got introduced to make Trilinos and PETSc interfaces similar. Now step-40 can be used with PETSc or Trilinos with just a few changes. This patch also introduces -- 2.39.5