* oln_master.cfg (f_oln_mac): Here. --- buildbot/masters/ChangeLog | 6 ++++++ buildbot/masters/oln_master.cfg | 6 ++---- 2 files changed, 8 insertions(+), 4 deletions(-)
diff --git a/buildbot/masters/ChangeLog b/buildbot/masters/ChangeLog index 862eea7..effb962 100644 --- a/buildbot/masters/ChangeLog +++ b/buildbot/masters/ChangeLog @@ -1,5 +1,11 @@ 2010-08-02 Roland Levillain roland@lrde.epita.fr
+ Remove useless configure options in the Olena Mac OS X/PowerPC build. + + * oln_master.cfg (f_oln_mac): Here. + +2010-08-02 Roland Levillain roland@lrde.epita.fr + Remove useless CXXFLAGS in Olena ICC builds.
* oln_master.cfg (f_oln_unix_icc_10, f_oln_unix_icc_11): Here. diff --git a/buildbot/masters/oln_master.cfg b/buildbot/masters/oln_master.cfg index 716bb55..829e0bd 100644 --- a/buildbot/masters/oln_master.cfg +++ b/buildbot/masters/oln_master.cfg @@ -212,16 +212,14 @@ f_oln_unix_icc_11 = GNUBuildSystem(project_repos='olena', f_oln_mac = GNUBuildSystem(project_repos='olena', branch=mybranch, scm_step=checkout, - extra_configure_args='--with-xerces=/opt/local \ - --enable-tools \ + extra_configure_args='--enable-tools \ --enable-apps \ --enable-trimesh', install_cmd=None, dist_cmd=None, upload_cmd=None, extra_ld_library_path='/lrde/dev/linux-x86/stable/gdcm/lib', - distcheck_configure_args='--with-xerces=/opt/local \ - --enable-tools \ + distcheck_configure_args='--enable-tools \ --enable-apps \ --enable-trimesh' )