$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [boost] [submodule] boost/blank.hpp
From: Peter Dimov (lists_at_[hidden])
Date: 2017-11-26 14:54:15
Mike Gresens wrote:
> btw:
> 
> https://pdimov.github.io/boostdep-report/
> 
> does not provide searching for "boost/blank.hpp".
Use
    boostdep boost/blank.hpp
boostdep is the utility that generates the report.
http://www.boost.org/doc/libs/master/tools/boostdep/doc/html/
> In my case I want to run test suite of spirit.
Use what our Travis scripts do:
    git submodule update --init libs/config
    git submodule update --init tools/build
    git submodule update --init tools/boostdep
    git submodule update --init libs/spirit
    python tools/boostdep/depinst/depinst.py spirit
depinst.py will install the rest.