Boost logo

Boost-Build :

From: Toon Knapen (toon.knapen_at_[hidden])
Date: 2005-02-07 09:32:31


We build the same library using different dependencies. For instance one
library is either linked with the open-source MPI implementation MPI or
linked with a commercial implemantion like POE (MPI of IBM).

So our Jamfile looks like:

lib some_lib_mpich : foo.cpp /user-config//libmpich ;
lib some_lib_poe : foo.cpp /user-config//libpoe ;

Now when intalling, we 'stage' these targets into a directory that
contains all libraries linked with mpich and into a directory that
contains all libraries linked with poe. However we would like that the
library in those directories have the same name. Thus we would like to
do soth like:

stage mpich : some_lib_mpich : <rename>some_lib ;
stage poe : some_lib_poe : <rename>some_lib ;

This is a bit related to my question of earlier today but it's not quite
the same however ;-(

thanks,

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