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_47_
0/
9 bcp
--boost=${BOOST_ROOT} \
10 --scan server
/supernova
/*/*pp \
11 --scan external_libraries
/boost_
*/*/*pp \
12 --scan external_libraries
/boost_
*/*/*/*pp \
13 --scan external_libraries
/boost_
*/*/*/*/*pp \
14 --scan external_libraries
/threadpool
/boost
/*/*pp \
15 --scan external_libraries
/threadpool
/boost
/*/*/*pp \
16 --scan testsuite
/supernova
/*pp \
17 external_libraries
/boost
19 # nor do we need tests and the bjam build files
20 rm -rf external_libraries
/boost
/Jamroot
21 rm -rf external_libraries
/boost
/libs
/*/build
22 rm -rf external_libraries
/boost
/libs
/*/test