Skip to content

Commit

Permalink
move to boost 1.61.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ggeorgiev committed Jun 11, 2016
1 parent 167c251 commit 27aa416
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 6 deletions.
2 changes: 1 addition & 1 deletion 3rdparty/boost
Submodule boost updated 108 files
13 changes: 9 additions & 4 deletions prepare.sh
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,7 @@ then
git submodule update --init libs/function || exit 1
git submodule update --init libs/functional || exit 1
git submodule update --init libs/fusion || exit 1
git submodule update --init libs/hana || exit 1
git submodule update --init libs/heap || exit 1
git submodule update --init libs/integer || exit 1
git submodule update --init libs/intrusive || exit 1
Expand Down Expand Up @@ -121,7 +122,8 @@ then
git submodule update --init libs/utility || exit 1
git submodule update --init libs/variant || exit 1

git submodule foreach -q 'git checkout boost-1.59.0'
git submodule foreach -q 'git fetch' || exit 1
git submodule foreach -q 'git checkout boost-1.61.0' || exit 1

echo Build boost ...

Expand All @@ -133,16 +135,19 @@ then
build_boost() {
BOOSTBUILD=\
./b2 \
toolset=clang \
cxxflags="-std=c++11 -stdlib=libc++ -isystem=$SYSROOT" \
toolset=clang-3.7 \
cxxflags="-std=c++14 -stdlib=libc++ -isystem=$SYSROOT" \
linkflags="-stdlib=libc++" \
define=BOOST_SYSTEM_NO_DEPRECATED \
--layout=system \
--prefix=../../boost \
--with-chrono --with-filesystem --with-system --with-thread \
threading=multi link=static $1
}

build_boost headers || exit 1
#build_boost headers || exit 1
export C_INCLUDE_PATH=""
export CPLUS_INCLUDE_PATH=""
build_boost install || exit 1

git clean -fdx
Expand Down
1 change: 0 additions & 1 deletion src/config.dbs
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
verbose:
-crc
-sys
+db load
-db
-parse
+task;

0 comments on commit 27aa416

Please sign in to comment.