# HG changeset patch # User alpar # Date 1138870270 0 # Node ID e47d0614a489c63f8fe845b484180bc119aba584 # Parent 591e717155acd8370dd4849d627ae97f97041a37 - also works off-line - icc-8.0 in (not) tested, as well. diff -r 591e717155ac -r e47d0614a489 scripts/check-compilers --- a/scripts/check-compilers Thu Feb 02 08:49:41 2006 +0000 +++ b/scripts/check-compilers Thu Feb 02 08:51:10 2006 +0000 @@ -11,7 +11,11 @@ make-dir check-compilers-dir cd check-compilers-dir -svn co https://hugo.cs.elte.hu/svn/hugo/trunk +svn co https://hugo.cs.elte.hu/svn/hugo/trunk || +(echo '*************************************************************'; +echo ' REPOSITORY CANNOT BE UPDATED' +echo '*************************************************************') + VERSION=r`svn info trunk|grep 'Revision:'|cut -d ' ' -f 2` NAME=lemon @@ -48,8 +52,9 @@ ODIR=gcc-4.0 CXX=g++-4.0 CXXFLAGS='-W -Wall -Werror' makecheck --enable-gui --enable-demo --enable-benchmark +# ODIR=icc-8.0 CXX=/opt/intel/cc/8.0/bin/icpc CXXFLAGS='-Werror' makecheck --enable-gui --enable-demo --enable-benchmark + ODIR=icc-9.0 CXX=/opt/intel/cc/9.0/bin/icpc CXXFLAGS='-Werror' makecheck --enable-gui --enable-demo --enable-benchmark - echo echo '**********************************************************************' echo ' REPOSITORY SEEMS OK'