From: hartmann Date: Mon, 8 Mar 2004 12:56:49 +0000 (+0000) Subject: We now also support the MIPSpro compiler 7.41. X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=853470a3c60e8a70d113038efd6278436d7d68e9;p=dealii-svn.git We now also support the MIPSpro compiler 7.41. git-svn-id: https://svn.dealii.org/trunk@8672 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/doc/news/c-4-0.html b/deal.II/doc/news/c-4-0.html index 0598f89b88..23de5207bf 100644 --- a/deal.II/doc/news/c-4-0.html +++ b/deal.II/doc/news/c-4-0.html @@ -94,6 +94,18 @@ contributor's names are abbreviated by WB (Wolfgang Bangerth), GK

General

    +
  1. + New: We now support MIPSpro compiler version 7.41 from SGI. deal.II + now runs on IRIX64 machines in 64-bit mode. +
    + Please note, that we cannot support ealier MIPSpro compilers + because the compiler version 7.3 was not C++ standard + conforming. Version 7.4 is standard conforming but still too + buggy. +
    + (RH 2004/03/08) +

    +
  2. New: deal.II now comes with a complete set of wrappers classes for PETSc vectors, matrices, linear solvers and preconditioners. Many of the algorithms in deal.II have also been @@ -111,7 +123,7 @@ contributor's names are abbreviated by WB (Wolfgang Bangerth), GK

  3. Changed: The part of the boost library in the contrib directory is now updated to boost version 1-30.2. We include - only a minimal part (less than 6%) of boost which is needed to + only a minimal part (about 3% in size) of boost which is needed to compile deal.II. For the case the compilation of deal.II on some compiler/platforms requires boost files in addition to those included in the contrib directory they should be diff --git a/deal.II/doc/news/news.html b/deal.II/doc/news/news.html index d188fd27be..fb80eeadb9 100644 --- a/deal.II/doc/news/news.html +++ b/deal.II/doc/news/news.html @@ -31,6 +31,14 @@ here.

    +
    + 2004/03/08: MIPSpro compiler version 7.41 supported +
    +
    + deal.II now also supports compilation on SGIs by the MIPSpro + compiler version 7.41. +
    +
    2003/08/19: Dependency generation accelerated