Boost logo

Boost :

Subject: Re: [boost] Boost.Build files at superproject root
From: Peter Dimov (lists_at_[hidden])
Date: 2014-12-31 11:48:49


Rene Rivera wrote:
> > Jamroot
>
> Can't move. This is *THE* Boost Libraries root build file. It has to be at
> the top level (in similar fashion to boost-build.jam).

Yes, of course. What I had in mind was to replace it with something like

    include tools/build/boost-jamroot.jam ;

(or whatever the proper syntax is) for example. But I see that those

    path-constant BOOST_ROOT : . ;
    constant BOOST_VERSION : 1.58.0 ;
    constant BOOST_JAMROOT_MODULE : $(__name__) ;

might still need to be a part of it.


Boost list run by bdawes at acm.org, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk