Skip to content

Commit a279c6d

Browse files
committed
Update boost to 1.68
1 parent 6ed9aff commit a279c6d

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

cctbx/gnu.mak

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -27,14 +27,14 @@ endif
2727

2828

2929
#Boost library - if we want to use a more recent version from boost.org
30-
../boost_1_58_0.tar.bz2:
31-
cd .. && $(DOWNLOAD_COMMAND) http://downloads.sourceforge.net/project/boost/boost/1.58.0/boost_1_58_0.tar.bz2
30+
../boost_1_68_0.tar.bz2:
31+
cd .. && $(DOWNLOAD_COMMAND) http://downloads.sourceforge.net/project/boost/boost/1.68.0/boost_1_68_0.tar.bz2
3232

33-
libboost-orig:../boost_1_58_0.tar.bz2
34-
cd .. && tar -xjf boost_1_58_0.tar.bz2
33+
libboost-orig:../boost_1_68_0.tar.bz2
34+
cd .. && tar -xjf boost_1_68_0.tar.bz2
3535
rm -Rf include/boost
36-
cd ../boost_1_58_0 && rsync -ar boost --exclude="accumulators/" --exclude="archive/" --exclude="asio/" --exclude="asign/" --exclude="bimap/" --exclude="bind/" --exclude="circular_buffer/" --exclude="concept_check/" --exclude="dynamic_bitset/" --exclude="filesystem/" --exclude="flyweight/" --exclude="function/" --exclude="function_types/" --exclude="gil/" --exclude="graph/" --exclude="interprocess/" --exclude="intrusive/" --exclude="iostreams/" --exclude="lambda/" --exclude="logic/" --exclude="mpi/" --exclude="parameter/" --exclude="pending/" --exclude="pool/" --exclude="program_options/" --exclude="property_tree/" --exclude="proto/" --exclude="ptr_container/" --exclude="python/" --exclude="random/" --exclude="regex/" --exclude="serialization/" --exclude="signals/" --exclude="spirit/" --exclude="statechart/" --exclude="system/" --exclude="test/" --exclude="thread/" --exclude="units/" --exclude="unordered/" --exclude="wave/" --exclude="xpressive/" --filter="+ */" --filter="+ *.hpp" --filter="+ *.ipp" $(PWD)/include/
37-
rm -Rf ../boost_1_58_0
36+
cd ../boost_1_68_0 && rsync -ar boost --exclude="accumulators/" --exclude="archive/" --exclude="asio/" --exclude="asign/" --exclude="bimap/" --exclude="bind/" --exclude="circular_buffer/" --exclude="concept_check/" --exclude="dynamic_bitset/" --exclude="filesystem/" --exclude="flyweight/" --exclude="function/" --exclude="function_types/" --exclude="gil/" --exclude="graph/" --exclude="interprocess/" --exclude="intrusive/" --exclude="iostreams/" --exclude="lambda/" --exclude="logic/" --exclude="mpi/" --exclude="parameter/" --exclude="pending/" --exclude="pool/" --exclude="program_options/" --exclude="property_tree/" --exclude="proto/" --exclude="ptr_container/" --exclude="python/" --exclude="random/" --exclude="regex/" --exclude="serialization/" --exclude="signals/" --exclude="spirit/" --exclude="statechart/" --exclude="system/" --exclude="test/" --exclude="thread/" --exclude="units/" --exclude="unordered/" --exclude="wave/" --exclude="xpressive/" --filter="+ */" --filter="+ *.hpp" --filter="+ *.ipp" $(PWD)/include/
37+
rm -Rf ../boost_1_68_0
3838

3939

4040

0 commit comments

Comments
 (0)