Boost logo

Boost :

Subject: Re: [boost] Feature/cmake-config merged to develop; yml files need to be updated
From: Peter Dimov (lists_at_[hidden])
Date: 2018-12-19 19:36:53


James E. King III wrote:
> If one uses tools/boostdep and runs depinst, will it pull those in
> automatically?

No, it doesn't. Although we do need a mechanism to pull those "essential
submodules" automatically. I'm thinking of having a file named .essentials
in the root, so that we can then do

    git submodule init `cat .essentials`
    git submodule update

in .travis.yml.

> I manually pull in tools/boostdep, tools/build, and tools/inspect, and
> then run depinst to pull in all the direct and transitive dependencies.

tools/inspect should no longer be necessary. It was a mistake that Jamroot
required it, and that was fixed.


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