From: Wolfgang Bangerth Date: Thu, 4 Nov 2004 19:35:21 +0000 (+0000) Subject: Detect and work with intel fortran compiler. X-Git-Tag: v8.0.0~14722 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d26306a1a3ad7f2eaf9578c5b9d33d7ddf6966a2;p=dealii.git Detect and work with intel fortran compiler. git-svn-id: https://svn.dealii.org/trunk@9750 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/doc/news/c-5.0.html b/deal.II/doc/news/c-5.0.html index 88bcfb6fe2..cb1c4832ee 100644 --- a/deal.II/doc/news/c-5.0.html +++ b/deal.II/doc/news/c-5.0.html @@ -73,6 +73,13 @@ inconvenience this causes.

General

    +
  1. + New: Configuration now detects the Intel Fortran compiler and can set + compilation flags accordingly. +
    + (WB 2004/11/04) +

    +
  2. Extended: deal.II 5.0.0 didn't work with the PETSc release 2.2.1 (which came out after we released version 5.0.0). This should now be fixed: