From 33670773d30f4e786e11788722ae392cb753abc1 Mon Sep 17 00:00:00 2001 From: Matthias Maier Date: Wed, 13 Jul 2016 09:59:06 -0500 Subject: [PATCH] add a news/changes.h entry --- doc/news/changes.h | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/doc/news/changes.h b/doc/news/changes.h index e6d65fdd98..4f28c1edfc 100644 --- a/doc/news/changes.h +++ b/doc/news/changes.h @@ -150,6 +150,14 @@ inconvenience this causes.

General

    +
  1. Improved: The build system now checks for usable compiler/linker + flags during various stages of the configure run. This should catch the + majority of issues by user supplied flags/libraries and unusable final + link interfaces before we actually proceed to compile the library. +
    + (Matthias Maier, 2016/07/13) +
  2. +
  3. Improved: The testsuite now supports fine grained feature constraints of the form test.with_[feature]_with_[...]=true corresponding to variables DEAL_II__WITH_[...] exported to -- 2.39.5