[Lemon-commits] [lemon_svn] alpar: r2515 - hugo/trunk/scripts
Lemon SVN
svn at lemon.cs.elte.hu
Mon Nov 6 20:53:12 CET 2006
Author: alpar
Date: Thu Feb 2 09:51:10 2006
New Revision: 2515
Modified:
hugo/trunk/scripts/check-compilers
Log:
- also works off-line
- icc-8.0 in (not) tested, as well.
Modified: hugo/trunk/scripts/check-compilers
==============================================================================
--- hugo/trunk/scripts/check-compilers (original)
+++ hugo/trunk/scripts/check-compilers Thu Feb 2 09:51:10 2006
@@ -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-9.0 CXX=/opt/intel/cc/9.0/bin/icpc CXXFLAGS='-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'
More information about the Lemon-commits
mailing list