From cbbe748e5a9aea7c3f15b6dc3a5e959aa6ff3f11 Mon Sep 17 00:00:00 2001 From: hartmann Date: Tue, 13 Jan 2004 12:18:16 +0000 Subject: [PATCH] Make deal.II compile with ICC 8.0 (patches 1.174-1.177 of aclocal.m4). Patch 1.159 of configure.in. git-svn-id: https://svn.dealii.org/trunk@8312 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/configure | 14 +++++++++----- 1 file changed, 9 insertions(+), 5 deletions(-) diff --git a/deal.II/configure b/deal.II/configure index a1655686fb..947e1bd194 100755 --- a/deal.II/configure +++ b/deal.II/configure @@ -1,5 +1,5 @@ #! /bin/sh -# From configure.in Revision: 1.158 . +# From configure.in Revision: 1.159 . # Guess values for system-dependent variables and create Makefiles. # Generated by GNU Autoconf 2.57. # @@ -3063,7 +3063,7 @@ rm -f conftest.$ac_objext conftest.$ac_ext intel_icc*) CXXFLAGSG="$CXXFLAGS -Kc++eh -Krtti -w1 -wd175 -wd525 -wd327 -wd424 -wd11 -wd734 -DDEBUG -inline_debug_info" - CXXFLAGSO="$CXXFLAGS -Kc++eh -Krtti -O2 -ip -unroll -w0 -wd424 -wd11" + CXXFLAGSO="$CXXFLAGS -Kc++eh -Krtti -O2 -unroll -w0 -wd424 -wd11" CXXFLAGSPIC="-KPIC" LDFLAGSPIC="-KPIC" @@ -3071,6 +3071,10 @@ rm -f conftest.$ac_objext conftest.$ac_ext CXXFLAGSO="$CXXFLAGSO -opt_report_levelmin" fi + if test "x$GXX_VERSION" = "xintel_icc8" ; then + CXXFLAGSO="$CXXFLAGSO -vec_report0" + fi + if test "x$GXX_VERSION" != "xintel_icc5" -a \ "x$GXX_VERSION" != "xintel_icc6" ; then CXXFLAGSG="$CXXFLAGSG -Xc -ansi" @@ -3079,7 +3083,7 @@ rm -f conftest.$ac_objext conftest.$ac_ext case "$target" in *86*) - CXXFLAGSO="$CXXFLAGSO -tpp6 -axiMK" + CXXFLAGSO="$CXXFLAGSO -tpp6" ;; esac ;; @@ -5040,8 +5044,8 @@ echo $ECHO_N "checking for anonymous namespace and weak linkage bug... $ECHO_C" echo "$as_me:$LINENO: result: no" >&5 echo "${ECHO_T}no" >&6 else - echo "$as_me:$LINENO: result: yes. using workaround" >&5 -echo "${ECHO_T}yes. using workaround" >&6 + echo "$as_me:$LINENO: result: yes" >&5 +echo "${ECHO_T}yes" >&6 cat >>confdefs.h <<\_ACEOF #define DEAL_II_ANON_NAMESPACE_LINKAGE_BUG 1 -- 2.39.5