From: Wolfgang Bangerth Date: Wed, 23 May 2001 08:39:39 +0000 (+0000) Subject: Support Intel ICC. X-Git-Tag: v8.0.0~19082 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6eed78556dbbcd7fab6f309ffde2566504ecebe0;p=dealii.git Support Intel ICC. git-svn-id: https://svn.dealii.org/trunk@4712 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/doc/news/news.html b/deal.II/doc/news/news.html index f5413461bb..72c830f276 100644 --- a/deal.II/doc/news/news.html +++ b/deal.II/doc/news/news.html @@ -31,13 +31,22 @@
- 2001/05/17: deal.II 3.1.1 + 2001/05/23: Intel ICC compiler supported +
+
+ The library is now fixed so that it can also be compiled by + Intel's ICC C++ compiler for Linux. +

+
+ +
+ 2001/05/17: deal.II 3.1.1
Version 3.1.1 is a bug-fix release based on 3.1. A list of changes between the two versions can be found on this - page + page.

@@ -86,7 +95,7 @@
- 2001/02/20: Version 3.1 released + 2001/02/20: Version 3.1 released
After a long testing phase, we today released version 3.1 of diff --git a/deal.II/doc/readme.html b/deal.II/doc/readme.html index 348511bead..f5b63067c2 100644 --- a/deal.II/doc/readme.html +++ b/deal.II/doc/readme.html @@ -33,9 +33,10 @@

At present, deal.II has been - developed and tested on Unix or Unix-like systems only. It can be used positively on + developed and tested on Unix or Unix-like systems only. It can be + used positively on

    -
  • Linux ELF with gcc 2.95.x; +
  • Linux ELF with gcc 2.95.x and Intel ICC;
  • Sun Solaris 2.5, 2.6, and 7, with and gcc 2.95.x;
  • IBM AIX 4.2, with gcc 2.95.x (with some restrictions on the use of shared libraries).