2 # shell script to extract subset of boost
4 # run from the root of the supercollider repository
6 # required argument: root of the boost source tree
10 bcp
--boost=${BOOST_ROOT} \
13 --scan server
/supernova
/*/*pp \
14 --scan external_libraries
/boost_
*/*/*pp \
15 --scan external_libraries
/boost_
*/*/*/*pp \
16 --scan external_libraries
/boost_
*/*/*/*/*pp \
17 --scan external_libraries
/threadpool
/boost
/*/*pp \
18 --scan external_libraries
/threadpool
/boost
/*/*/*pp \
19 --scan testsuite
/supernova
/*pp \
20 external_libraries
/boost
22 # nor do we need tests and the bjam build files
23 rm -rf external_libraries
/boost
/Jamroot
24 rm -rf external_libraries
/boost
/libs
/*/build
25 rm -rf external_libraries
/boost
/libs
/*/test