2 # shell script to extract subset of boost, that is required for supernova
4 # run from the root of the supercollider repository
6 # root of the boost source tree
7 BOOST_ROOT
=/home
/tim
/boost_1_48_
0/
9 bcp
--boost=${BOOST_ROOT} \
12 --scan server
/supernova
/*/*pp \
13 --scan external_libraries
/boost_
*/*/*pp \
14 --scan external_libraries
/boost_
*/*/*/*pp \
15 --scan external_libraries
/boost_
*/*/*/*/*pp \
16 --scan external_libraries
/threadpool
/boost
/*/*pp \
17 --scan external_libraries
/threadpool
/boost
/*/*/*pp \
18 --scan testsuite
/supernova
/*pp \
19 external_libraries
/boost
21 # nor do we need tests and the bjam build files
22 rm -rf external_libraries
/boost
/Jamroot
23 rm -rf external_libraries
/boost
/libs
/*/build
24 rm -rf external_libraries
/boost
/libs
/*/test