File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 44
44
# @echo "see comments for instructions"
45
45
# exit 1
46
46
47
- export BOOST_HOME=/home/hobu/release/boost_1_53_0 /
47
+ export BOOST_HOME=/home/hobu/release/boost_1_54_0 /
48
48
export TARGET=./boost
49
49
export BOOST_HEADERS=` find src include test apps \( -name ' *.[cChH]' -o -name ' *.[cChH][pPxX][pPxX]' -o -name ' *.[cChH][cChH]' \) -exec grep ' include.*boost' {} \; | grep ' ^#' | sed -e ' s/.*boost/boost/' -e ' s/>.*//' | sort -u`
50
50
export BOOST_HEADERS=" $BOOST_HEADERS boost/parameter/aux_/overloads.hpp"
@@ -55,7 +55,7 @@ echo $BOOST_HEADERS
55
55
$BOOST_HOME /dist/bin/bcp --namespace=$NAMESPACE \
56
56
--namespace-alias \
57
57
$BOOST_HEADERS \
58
- filesystem iostreams fusion date_time unordered geometry multiprecision \
58
+ asio regex filesystem iostreams utility fusion date_time unordered geometry multiprecision \
59
59
build \
60
60
boost \
61
61
--boost=$BOOST_HOME
You can’t perform that action at this time.
0 commit comments