860c2f2 Disable the use of Magick++ on most Olena builds (cont.).

* oln_master.cfg (f_oln_unix_gcc3): Here. --- buildbot/masters/ChangeLog | 6 ++++++ buildbot/masters/oln_master.cfg | 1 + 2 files changed, 7 insertions(+), 0 deletions(-) diff --git a/buildbot/masters/ChangeLog b/buildbot/masters/ChangeLog index 119fd7e..ea9c371 100644 --- a/buildbot/masters/ChangeLog +++ b/buildbot/masters/ChangeLog @@ -1,3 +1,9 @@ +2010-07-22 Roland Levillain <roland@lrde.epita.fr> + + Disable the use of Magick++ on most Olena builds (cont.). + + * oln_master.cfg (f_oln_unix_gcc3): Here. + 2010-07-21 Roland Levillain <roland@lrde.epita.fr> Disable the use of Magick++ on most Olena builds. diff --git a/buildbot/masters/oln_master.cfg b/buildbot/masters/oln_master.cfg index a4ae0c9..4845d3b 100644 --- a/buildbot/masters/oln_master.cfg +++ b/buildbot/masters/oln_master.cfg @@ -237,6 +237,7 @@ f_oln_unix_gcc3 = GNUBuildSystem(project_repos='olena', distcheck_configure_args='CC=\'ccache gcc-3.3\' \ CXX=\'ccache g++-3.3\' \ --with-gdcm=/lrde/dev/linux-x86/stable/gdcm \ + --without-magickxx \ --enable-all --disable-scribo' ) -- 1.5.6.5
participants (1)
-
Roland Levillain