aboutsummaryrefslogtreecommitdiff
path: root/community/boost/build
blob: a3d69fcd647a54a199c4776cf0eb4db4b04557a4 (plain)
1
2
3
4
5
6
7
8
#!/bin/sh -e

sed -i 's/: MembersHolder/: public MembersHolder/' \
    boost/geometry/index/detail/rtree/visitors/insert.hpp

./bootstrap.sh --prefix="$1/usr"
./b2 stage threading=multi
./b2 install threading=multi