comparison Resources/CMake/BoostConfiguration.sh @ 2326:423d3b692bb9

Upgrade to Boost 1.64.0, and Toolbox::ToUpperCaseWithAccents
author Sebastien Jodogne <s.jodogne@gmail.com>
date Fri, 14 Jul 2017 15:53:04 +0200
parents 8f6a3b979536
children 415450f11cc7
comparison
equal deleted inserted replaced
2325:8198a9fa2553 2326:423d3b692bb9
13 ## History: 13 ## History:
14 ## - Orthanc between 0.6.2 and 0.7.3: Boost 1.54.0 14 ## - Orthanc between 0.6.2 and 0.7.3: Boost 1.54.0
15 ## - Orthanc between 0.7.4 and 0.9.1: Boost 1.55.0 15 ## - Orthanc between 0.7.4 and 0.9.1: Boost 1.55.0
16 ## - Orthanc between 0.9.2 and 0.9.4: Boost 1.58.0 16 ## - Orthanc between 0.9.2 and 0.9.4: Boost 1.58.0
17 ## - Orthanc between 0.9.5 and 1.0.0: Boost 1.59.0 17 ## - Orthanc between 0.9.5 and 1.0.0: Boost 1.59.0
18 ## - Orthanc >= 1.0.1: Boost 1.60.0 18 ## - Orthanc between 1.1.0 and 1.2.0: Boost 1.60.0
19 ## - Orthanc >= 1.2.1: Boost 1.64.0
19 20
20 rm -rf /tmp/boost_1_60_0 21 rm -rf /tmp/boost_1_64_0
21 rm -rf /tmp/bcp/boost_1_60_0 22 rm -rf /tmp/bcp/boost_1_64_0
22 23
23 cd /tmp 24 cd /tmp
24 echo "Uncompressing the sources of Boost 1.60.0..." 25 echo "Uncompressing the sources of Boost 1.64.0..."
25 tar xfz ./boost_1_60_0.tar.gz 26 tar xfz ./boost_1_64_0.tar.gz
26 27
27 echo "Generating the subset..." 28 echo "Generating the subset..."
28 mkdir -p /tmp/bcp/boost_1_60_0 29 mkdir -p /tmp/bcp/boost_1_64_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 bcp --boost=/tmp/boost_1_64_0 thread system locale date_time filesystem math/special_functions algorithm uuid atomic iostreams program_options numeric/ublas /tmp/bcp/boost_1_64_0
30 cd /tmp/bcp 31 cd /tmp/bcp
31 32
32 echo "Compressing the subset..." 33 echo "Compressing the subset..."
33 tar cfz boost_1_60_0_bcpdigest-1.0.1.tar.gz boost_1_60_0 34 tar cfz boost_1_64_0_bcpdigest-1.2.1.tar.gz boost_1_64_0
34 ls -l boost_1_60_0_bcpdigest-1.0.1.tar.gz 35 ls -l boost_1_64_0_bcpdigest-1.2.1.tar.gz
35 md5sum boost_1_60_0_bcpdigest-1.0.1.tar.gz 36 md5sum boost_1_64_0_bcpdigest-1.2.1.tar.gz
36 readlink -f boost_1_60_0_bcpdigest-1.0.1.tar.gz 37 readlink -f boost_1_64_0_bcpdigest-1.2.1.tar.gz