- also works off-line
authoralpar
Thu, 02 Feb 2006 08:51:10 +0000
changeset 1940e47d0614a489
parent 1939 591e717155ac
child 1941 9fe177e0437d
- also works off-line
- icc-8.0 in (not) tested, as well.
scripts/check-compilers
     1.1 --- a/scripts/check-compilers	Thu Feb 02 08:49:41 2006 +0000
     1.2 +++ b/scripts/check-compilers	Thu Feb 02 08:51:10 2006 +0000
     1.3 @@ -11,7 +11,11 @@
     1.4  make-dir check-compilers-dir
     1.5  cd check-compilers-dir
     1.6  
     1.7 -svn co https://hugo.cs.elte.hu/svn/hugo/trunk
     1.8 +svn co https://hugo.cs.elte.hu/svn/hugo/trunk ||
     1.9 +(echo '*************************************************************';
    1.10 +echo '   REPOSITORY CANNOT BE UPDATED'
    1.11 +echo '*************************************************************')
    1.12 +
    1.13  
    1.14  VERSION=r`svn info trunk|grep 'Revision:'|cut -d ' ' -f 2`
    1.15  NAME=lemon
    1.16 @@ -48,8 +52,9 @@
    1.17  
    1.18  ODIR=gcc-4.0 CXX=g++-4.0 CXXFLAGS='-W -Wall -Werror' makecheck --enable-gui --enable-demo --enable-benchmark
    1.19  
    1.20 +# ODIR=icc-8.0 CXX=/opt/intel/cc/8.0/bin/icpc CXXFLAGS='-Werror' makecheck --enable-gui --enable-demo --enable-benchmark
    1.21 +
    1.22  ODIR=icc-9.0 CXX=/opt/intel/cc/9.0/bin/icpc CXXFLAGS='-Werror' makecheck --enable-gui --enable-demo --enable-benchmark
    1.23 -
    1.24  echo
    1.25  echo '**********************************************************************'
    1.26  echo '   REPOSITORY SEEMS OK'