[Scons-users] compiling external projects and jobs

Manuel naranjo.manuel at gmail.com
Wed Jun 22 15:48:10 EDT 2016


Guys,

In the company I work for we compile multiple external projects, some of
this are based on cmake, others in qmake, etc. I'm thinking on adding
builders for them, so I can use SCons dependency tracking correctly.

Problem is that I also want to enable parallel builds, and I can't forsee a
way to tell SCons builder X is going to use Y processes and not just 1. I
am missing something? I was thinking on parsing the makefile output of a
call like `make -B -n` but this would change project to project and doesn't
seem very efficient.

I don't want SCons to track external projects inner dependencies, I just
want it to track that if my program A is to be linked against lib B and lib
B requires going through configure/make phase it should be ready before the
linking stage.

-Manuel
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://pairlist4.pair.net/pipermail/scons-users/attachments/20160622/1711a987/attachment.html>


More information about the Scons-users mailing list