Skip to content

Commit ef283b3

Browse files
committed
update script for bcp'ing 1.54
1 parent 3be9f2e commit ef283b3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

import-pdal-boost.sh

+2-2
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
#@echo "see comments for instructions"
4545
#exit 1
4646

47-
export BOOST_HOME=/home/hobu/release/boost_1_53_0/
47+
export BOOST_HOME=/home/hobu/release/boost_1_54_0/
4848
export TARGET=./boost
4949
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`
5050
export BOOST_HEADERS="$BOOST_HEADERS boost/parameter/aux_/overloads.hpp"
@@ -55,7 +55,7 @@ echo $BOOST_HEADERS
5555
$BOOST_HOME/dist/bin/bcp --namespace=$NAMESPACE \
5656
--namespace-alias \
5757
$BOOST_HEADERS \
58-
filesystem iostreams fusion date_time unordered geometry multiprecision \
58+
asio regex filesystem iostreams utility fusion date_time unordered geometry multiprecision \
5959
build \
6060
boost \
6161
--boost=$BOOST_HOME

0 commit comments

Comments
 (0)