inline unary ops: fix sc_floor for non-sse4.1
[supercollider.git] / external_libraries / extract_boost.sh
blobc8febe770489d9dbd5ff90e85ac8496109b41111
1 #!/bin/sh
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} \
10 --scan common/*pp \
11 --scan lang/*/*pp \
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