fi
fi
+ dnl Then icc came along and started to identify itself as
+ dnl icpc version 12.1.0 (gcc version 4.2.1 compatibility)
+ dnl which also doesn't help...
+ if test "$GXX" = "yes" ; then
+ GXX_VERSION_STRING=`($CXX -v 2>&1) | grep "icpc"`
+ if test "x$GXX_VERSION_STRING" != "x" ; then
+ GXX=no
+ fi
+ fi
+
if test "$GXX" = yes ; then
dnl find out the right version
GXX_VERSION_STRING=`($CXX -v 2>&1) | grep "gcc version"`
fi
fi
+ if test "$GXX" = "yes" ; then
+ GXX_VERSION_STRING=`($CXX -v 2>&1) | grep "icpc"`
+ if test "x$GXX_VERSION_STRING" != "x" ; then
+ GXX=no
+ fi
+ fi
+
if test "$GXX" = yes ; then
GXX_VERSION_STRING=`($CXX -v 2>&1) | grep "gcc version"`
<h3>General</h3>
<ol>
+<li> Fixed: Intel's ICC compiler identifies itself as <code>icpc version
+12.1.0 (gcc version 4.2.1 compatibility)</code> which we mistook as being
+GCC version 4.2. This is now fixed.
+<br>
+(Wolfgang Bangerth, 2011/11/05)
+
<li> Fixed: deal.II could not be compiled with gcc 4.6.1 when MPI is
enabled due to a missing include file in file
<code>source/base/utilities.cc</code>. This is now fixed.
In the beginning the Universe was created. This has made a lot of
people very angry and has been widely regarded as a bad move.
Douglas Adams