From: bangerth Date: Fri, 8 Mar 2013 12:53:49 +0000 (+0000) Subject: Add a news entry. X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0c44a49fcf3eddce90573604849b2680fc3dc373;p=dealii-svn.git Add a news entry. git-svn-id: https://svn.dealii.org/trunk@28817 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/doc/news/changes.h b/deal.II/doc/news/changes.h index eb761b1d17..8de8ff65af 100644 --- a/deal.II/doc/news/changes.h +++ b/deal.II/doc/news/changes.h @@ -24,9 +24,8 @@ inconvenience this causes.

    - @@ -41,7 +40,22 @@ inconvenience this causes.
      - +
    1. New: deal.II now uses CMake + as its configuration and build tool. Please read through the + readme and other installation files for information about how the + installation process has changed. +
      + Because this touches the configuration of every external package we + interact with, there are a number of other changes as a result: +
        +
      • The minimum supported version for Trilinos is now 10.8.x. +
      • We no longer link with different versions of the p4est library + in debug and optimized mode. Rather, we now link with the same + library in both modes. The p4est installation instructions have + been updated. TODO TODO TODO +
      +
      + (Matthias Maier, 2013/03/07)