Is there any to perform distributed compiling with macports?
On Sep 25, 2007, at 3:28 PM, Ryan Schmidt wrote:
On Sep 14, 2007, at 05:32, Michael Thon wrote:
Is there any to perform distributed compiling with macports?
I think the answer is "no" though I didn't quite understand the question.
You can probably use distcc by setting the CC environment variable and the extra_env macports.conf key to make macports not sanitize CC. Of course, not all ports are going to use what is set in CC as the compiler (and some ports may override it), and some ports probably won't work with distcc (especially as the maintainer probably hasn't tested that build configuration). You're welcome to try, though (and if you find problems and think of a fix, I'm sure we'd be interested in incorporating it into macports). -- Daniel J. Luke +========================================================+ | *---------------- dluke@geeklair.net ----------------* | | *-------------- http://www.geeklair.net -------------* | +========================================================+ | Opinions expressed are mine and do not necessarily | | reflect the opinions of my employer. | +========================================================+
Daniel J. Luke wrote:
On Sep 25, 2007, at 3:28 PM, Ryan Schmidt wrote:
On Sep 14, 2007, at 05:32, Michael Thon wrote:
Is there any to perform distributed compiling with macports?
I think the answer is "no" though I didn't quite understand the question. [...] You're welcome to try, though (and if you find problems and think of a fix, I'm sure we'd be interested in incorporating it into macports).
There is already a filter option for ccache and distcc in trunk to prepend this in front of the choosen compiler. See http://trac.macports.org/projects/macports/changeset/29438 Rainer
participants (4)
-
Daniel J. Luke
-
Michael Thon
-
Rainer Müller
-
Ryan Schmidt