comparison Resources/CMake/BoostConfiguration.sh @ 1990:8f6a3b979536

inclusion of boost::ublas
author Sebastien Jodogne <s.jodogne@gmail.com>
date Mon, 09 May 2016 15:58:46 +0200
parents 687ff92d173b
children 423d3b692bb9
comparison
equal deleted inserted replaced
1989:f3339c4f8bf4 1990:8f6a3b979536
24 echo "Uncompressing the sources of Boost 1.60.0..." 24 echo "Uncompressing the sources of Boost 1.60.0..."
25 tar xfz ./boost_1_60_0.tar.gz 25 tar xfz ./boost_1_60_0.tar.gz
26 26
27 echo "Generating the subset..." 27 echo "Generating the subset..."
28 mkdir -p /tmp/bcp/boost_1_60_0 28 mkdir -p /tmp/bcp/boost_1_60_0
29 bcp --boost=/tmp/boost_1_60_0 thread system locale date_time filesystem math/special_functions algorithm uuid atomic iostreams program_options /tmp/bcp/boost_1_60_0 29 bcp --boost=/tmp/boost_1_60_0 thread system locale date_time filesystem math/special_functions algorithm uuid atomic iostreams program_options numeric/ublas /tmp/bcp/boost_1_60_0
30 cd /tmp/bcp 30 cd /tmp/bcp
31 31
32 echo "Compressing the subset..." 32 echo "Compressing the subset..."
33 tar cfz boost_1_60_0_bcpdigest-1.0.1.tar.gz boost_1_60_0 33 tar cfz boost_1_60_0_bcpdigest-1.0.1.tar.gz boost_1_60_0
34 ls -l boost_1_60_0_bcpdigest-1.0.1.tar.gz 34 ls -l boost_1_60_0_bcpdigest-1.0.1.tar.gz