[LrdeTools] 398: Re-enable ICC builds on brasilia.

https://svn.lrde.epita.fr/svn/lrde-tools/trunk/build-farm Index: ChangeLog from Roland Levillain <roland@lrde.epita.fr> Re-enable ICC builds on brasilia. * buildfarm_worker/brasilia.fns: Re-enable Vaucanson and Olena builds using ICC, since builds are conducted at night on this machine. brasilia.fns | 22 ++++++++-------------- 1 file changed, 8 insertions(+), 14 deletions(-) Index: buildfarm_worker/brasilia.fns --- buildfarm_worker/brasilia.fns (revision 397) +++ buildfarm_worker/brasilia.fns (working copy) @@ -67,16 +67,13 @@ bootstrap configure build check demos install distcheck ) -# 2006-09-15: (Temp.) disable the Vaucanson ICC build, as it makes an -# aggressive usage of brasilia's memory, and prevent any normal use of -# the machine in parallel. -# ( -# export CC="ccache icc" -# export CXX="ccache icpc" -# init_icc_vars -# test_tree vaucanson-icc \ -# bootstrap configure build check demos install distcheck -# ) +( + export CC="ccache icc" + export CXX="ccache icpc" + init_icc_vars + test_tree vaucanson-icc \ + bootstrap configure build check demos install distcheck +) # ------- # @@ -156,7 +153,4 @@ test_olena_tree olena-1.0 g++-4.0 test_olena_tree olena-1.0 g++-4.1 -# 2006-09-27: (Temp.) disable the Olena ICC build, as it makes an -# aggressive usage of brasilia's memory, and prevent any normal use of -# the machine in parallel. -#test_olena_tree olena-1.0 icpc +test_olena_tree olena-1.0 icpc
participants (1)
-
Roland Levillain