|
Boost-Build : |
From: Toon Knapen (toon.knapen_at_[hidden])
Date: 2004-11-30 04:28:07
Toon Knapen wrote:
> Vladimir Prus wrote:
>
>
>>That's right, but when you invoke bjam it tries to build all targets with
>>the default values of properties. For <parallelism> that's "mpi"
>>
>
>
> Hmmm, so I made 'none' the default and now it works just fine.
[snip]
Actually it does not yet really work the way I want ;-)
What I would like to obtain is that compiling with 'bjam
<parallelism>=fake' and 'bjam <parallelism>=mpi' use the same object
file (foo.o) but generate a different library. Because only the
(dynamic) library depends on one or the other library. But the object
file is totally identical so I would like to prevent to compile it twice.
So I tried to make the feature 'incidental' wich results in only one
object file but also the library is created once ;-(
Sorry for being a pain in the neck, especially with my <parallelism>
feature ;-(
toon
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