comparison Resources/CMake/BoostConfiguration.sh @ 753:a6576b478553

upgrade to boost 1.55.0
author Sebastien Jodogne <s.jodogne@gmail.com>
date Wed, 16 Apr 2014 11:00:01 +0200
parents 69c024f9c06b
children 0631b56c35eb
comparison
equal deleted inserted replaced
752:45715eadc2e0 753:a6576b478553
7 ## Boost libraries that is generated with the BCP tool: 7 ## Boost libraries that is generated with the BCP tool:
8 ## 8 ##
9 ## http://www.boost.org/doc/libs/1_54_0/tools/bcp/doc/html/index.html 9 ## http://www.boost.org/doc/libs/1_54_0/tools/bcp/doc/html/index.html
10 ## 10 ##
11 ## This script generates this subset. 11 ## This script generates this subset.
12 ##
13 ## History:
14 ## - Orthanc between 0.6.2 and 0.7.3: Boost 1.54.0
15 ## - Orthanc above 0.7.4: Boost 1.55.0
12 16
13 rm -rf /tmp/boost_1_54_0 17 rm -rf /tmp/boost_1_55_0
14 rm -rf /tmp/bcp/boost_1_54_0 18 rm -rf /tmp/bcp/boost_1_55_0
15 19
16 cd /tmp 20 cd /tmp
17 echo "Uncompressing the source of Boost 1.54.0..." 21 echo "Uncompressing the source of Boost 1.55.0..."
18 tar xfz boost_1_54_0.tar.gz 22 tar xfz boost_1_55_0.tar.gz
19 23
20 echo "Generating the subset..." 24 echo "Generating the subset..."
21 mkdir -p /tmp/bcp/boost_1_54_0 25 mkdir -p /tmp/bcp/boost_1_55_0
22 bcp --boost=/tmp/boost_1_54_0 thread system locale date_time filesystem math/special_functions algorithm uuid /tmp/bcp/boost_1_54_0 26 bcp --boost=/tmp/boost_1_55_0 thread system locale date_time filesystem math/special_functions algorithm uuid /tmp/bcp/boost_1_55_0
23 cd /tmp/bcp 27 cd /tmp/bcp
24 28
25 echo "Compressing the subset..." 29 echo "Compressing the subset..."
26 tar cfz boost_1_54_0_bcpdigest-0.6.2.tar.gz boost_1_54_0 30 tar cfz boost_1_55_0_bcpdigest-0.7.4.tar.gz boost_1_55_0
27 ls -l boost_1_54_0_bcpdigest-0.6.2.tar.gz 31 ls -l boost_1_55_0_bcpdigest-0.7.4.tar.gz
28 md5sum boost_1_54_0_bcpdigest-0.6.2.tar.gz 32 md5sum boost_1_55_0_bcpdigest-0.7.4.tar.gz
29 readlink -f boost_1_54_0_bcpdigest-0.6.2.tar.gz 33 readlink -f boost_1_55_0_bcpdigest-0.7.4.tar.gz