$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [boost] [bpm] Option to skip test dependencies?
From: Peter Dimov (lists_at_[hidden])
Date: 2015-01-09 11:09:26
Beman Dawes wrote:
> In looking at the Boost Package Manager [bpm] options, there is one
> omission I suspect users will ask for right away: an option to skip
> dependencies created by tests and perhaps examples.
Test and example dependencies are not considered by bpm. It only looks at
include/ and src/.
(Or, to be more precise, by the package script.)