File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -27,14 +27,14 @@ endif
27
27
28
28
29
29
# 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
32
32
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
35
35
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
38
38
39
39
40
40
You can’t perform that action at this time.
0 commit comments