boost-bcp

Extract and customize subsets of the Boost C++ library

brewmacoslinux
Try with needOr install directly
Source

About

Utility for extracting subsets of the Boost library

Commands

bcp

Examples

extract specific boost libraries to a new directory$ bcp --boost=/usr/local/opt/boost filesystem /tmp/boost_subset
copy boost header files for a single library$ bcp --boost=/usr/local/opt/boost --header-only regex ~/my_boost
list which boost libraries a project depends on$ bcp --boost=/usr/local/opt/boost --list myproject.cpp
create minimal boost distribution with dependencies$ bcp --boost=/usr/local/opt/boost system filesystem thread /tmp/minimal_boost
see available boost libraries and modules$ bcp --boost=/usr/local/opt/boost --help