]> https://gitweb.dealii.org/ - dealii.git/commitdiff
Detect icc9.
authorWolfgang Bangerth <bangerth@math.tamu.edu>
Thu, 1 Dec 2005 21:24:23 +0000 (21:24 +0000)
committerWolfgang Bangerth <bangerth@math.tamu.edu>
Thu, 1 Dec 2005 21:24:23 +0000 (21:24 +0000)
git-svn-id: https://svn.dealii.org/trunk@11804 0785d39b-7218-0410-832d-ea1e28bc413d

deal.II/aclocal.m4
deal.II/configure

index 3c50c77f5efcf7d13e1ea97813c318e0e748581a..637d1b0a01553a23feaa0a249e319e8ba650df40 100644 (file)
@@ -232,6 +232,7 @@ AC_DEFUN(DEAL_II_DETERMINE_CXX_BRAND, dnl
          version6="`echo $is_intel_icc | grep 'Version 6'`"
          version7="`echo $is_intel_icc | grep 'Version 7'`"
          version8="`echo $is_intel_icc | grep 'Version 8'`"
+         version9="`echo $is_intel_icc | grep 'Version 9'`"
           if test "x$version5" != "x" ; then
             AC_MSG_RESULT(C++ compiler is icc-5)
             GXX_VERSION=intel_icc5
@@ -244,10 +245,13 @@ AC_DEFUN(DEAL_II_DETERMINE_CXX_BRAND, dnl
           else if test "x$version8" != "x" ; then
             AC_MSG_RESULT(C++ compiler is icc-8)
             GXX_VERSION=intel_icc8
+          else if test "x$version9" != "x" ; then
+            AC_MSG_RESULT(C++ compiler is icc-9)
+            GXX_VERSION=intel_icc9
           else
             AC_MSG_RESULT(C++ compiler is icc)
             GXX_VERSION=intel_icc
-          fi fi fi fi
+          fi fi fi fi fi
           GXX_VERSION_DETAILED=$GXX_VERSION
         else
   
@@ -988,6 +992,7 @@ AC_DEFUN(DEAL_II_DETERMINE_CC_BRAND, dnl
          version6="`echo $is_intel_icc | grep 'Version 6'`"
          version7="`echo $is_intel_icc | grep 'Version 7'`"
          version8="`echo $is_intel_icc | grep 'Version 8'`"
+         version9="`echo $is_intel_icc | grep 'Version 9'`"
           if test "x$version5" != "x" ; then
             AC_MSG_RESULT(C compiler is icc-5)
             CC_VERSION=intel_icc5
@@ -1000,6 +1005,9 @@ AC_DEFUN(DEAL_II_DETERMINE_CC_BRAND, dnl
           else if test "x$version8" != "x" ; then
             AC_MSG_RESULT(C compiler is icc-8)
             CC_VERSION=intel_icc8
+          else if test "x$version9" != "x" ; then
+            AC_MSG_RESULT(C compiler is icc-9)
+            CC_VERSION=intel_icc9
           else
             AC_MSG_RESULT(C compiler is icc)
             CC_VERSION=intel_icc
index cef19c90b128b1a40038056bfd73ddca19087bdf..aa6188562fa2d1e1bc9ef8d60e036a4b87e0071c 100755 (executable)
@@ -3045,6 +3045,7 @@ echo "${ECHO_T}C++ compiler is unknown version but accepted MIPSpro compiler ver
          version6="`echo $is_intel_icc | grep 'Version 6'`"
          version7="`echo $is_intel_icc | grep 'Version 7'`"
          version8="`echo $is_intel_icc | grep 'Version 8'`"
+         version9="`echo $is_intel_icc | grep 'Version 9'`"
           if test "x$version5" != "x" ; then
             echo "$as_me:$LINENO: result: C++ compiler is icc-5" >&5
 echo "${ECHO_T}C++ compiler is icc-5" >&6
@@ -3061,11 +3062,15 @@ echo "${ECHO_T}C++ compiler is icc-7" >&6
             echo "$as_me:$LINENO: result: C++ compiler is icc-8" >&5
 echo "${ECHO_T}C++ compiler is icc-8" >&6
             GXX_VERSION=intel_icc8
+          else if test "x$version9" != "x" ; then
+            echo "$as_me:$LINENO: result: C++ compiler is icc-9" >&5
+echo "${ECHO_T}C++ compiler is icc-9" >&6
+            GXX_VERSION=intel_icc9
           else
             echo "$as_me:$LINENO: result: C++ compiler is icc" >&5
 echo "${ECHO_T}C++ compiler is icc" >&6
             GXX_VERSION=intel_icc
-          fi fi fi fi
+          fi fi fi fi fi
           GXX_VERSION_DETAILED=$GXX_VERSION
         else
 

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


Typeset in Trocchi and Trocchi Bold Sans Serif.