https://svn.lrde.epita.fr/svn/lrde-tools/trunk/build-farm
Index: ChangeLog
from Roland Levillain <roland(a)lrde.epita.fr>
Disable vaucanson-icc on caracas.
* buildfarm_worker/caracas.fns: Disable vaucanson-icc
(temporarily).
* web/build.pl (cgi_headers): Fix the URL of the documentation.
buildfarm_worker/caracas.fns | 27 +++++++++++++++------------
web/build.pl | 2 +-
2 files changed, 16 insertions(+), 13 deletions(-)
Index: web/build.pl
--- web/build.pl (revision 369)
+++ web/build.pl (working copy)
@@ -129,7 +129,7 @@
<table border=0>
<tr><td><li><a
href="https://www.lrde.epita.fr">Lrde
Homepage</a></td></tr>
<tr><td><li><a
href="https://build.lrde.org/svn-stats/index.html">Svn Project
Statistics</a></td></tr>
- <tr><td><li><a
href="http://www.lrde.epita.fr/cgi-bin/twiki/viewauth/Intra/BuildFarm">Buildfarm
documentation</a></td></tr>
+ <tr><td><li><a
href="https://www.lrde.epita.fr/cgi-bin/twiki/viewauth/Intra/BuildFarm">Buildfarm
documentation</a></td></tr>
</table>
</td>
</tr>
Index: buildfarm_worker/caracas.fns
--- buildfarm_worker/caracas.fns (revision 369)
+++ buildfarm_worker/caracas.fns (working copy)
@@ -40,19 +40,22 @@
bootstrap configure build check demos install distcheck
)
-(
- export CC="ccache icc"
- export CXX="ccache icpc"
+# 2006-09-14: Disable vaucanson-icc build to alleviate caracas
+# (for the moment).
+#
+# (
+# export CC="ccache icc"
+# export CXX="ccache icpc"
- icc_dir="/lrde/beyrouth/admin/lrde/usr/intel/compiler90"
- # Don't use CXXFLAGS, it's CPP and LD stuffs.
- export CPPFLAGS="-D_LINUX -I$icc_dir/include/c++/"
- export LDFLAGS="-cxxlib-icc -i-static"
- export LD_LIBRARY_PATH="$icc_dir/lib:`printenv LD_LIBRARY_PATH`"
- export PATH="$icc_dir/bin:$PATH"
- test_tree vaucanson-icc \
- bootstrap configure build check demos install distcheck
-)
+# icc_dir="/lrde/beyrouth/admin/lrde/usr/intel/compiler90"
+# # Don't use CXXFLAGS, it's CPP and LD stuffs.
+# export CPPFLAGS="-D_LINUX -I$icc_dir/include/c++/"
+# export LDFLAGS="-cxxlib-icc -i-static"
+# export LD_LIBRARY_PATH="$icc_dir/lib:`printenv LD_LIBRARY_PATH`"
+# export PATH="$icc_dir/bin:$PATH"
+# test_tree vaucanson-icc \
+# bootstrap configure build check demos install distcheck
+# )
# Ranch.