Boost logo

Boost-Build :

Subject: Re: [Boost-build] Support for Network Machine Software Build Distribution
From: Rene Rivera (grafikrobot_at_[hidden])
Date: 2017-01-11 22:53:09


On Tue, Jan 10, 2017 at 8:23 PM, Douglas Capeci <doug_capeci_at_[hidden]>
wrote:

> Does boost build support parallel builds distributed across multiple linux
> machines on a grid such as Sun Grid or LSF?
>

Not directly.. Although distributed builds have been done in the past with
tools like distcc.

If so, what is the best way to accomplish this goal? Seems hard to find any
> docs that describe this requested behavior.
>

Not sure what the best way is.. But the one I know of is to write a wrapper
script for the toolset command that takes care of the distribution, i.e. an
equivalent to distcc. And then you configure the toolset but point it at.
For example user-config.jam:

using gcc : : distcc ;

HTH.

-- 
-- Rene Rivera
-- Grafik - Don't Assume Anything
-- Robot Dreams - http://robot-dreams.net
-- rrivera/acm.org (msn) - grafikrobot/aim,yahoo,skype,efnet,gmail


Boost-Build list run by bdawes at acm.org, david.abrahams at rcn.com, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk