Mercurial > hg > orthanc
comparison Resources/CMake/BoostConfiguration.sh @ 2354:415450f11cc7
rename Orthanc 1.2.1 as 1.3.0
author | Sebastien Jodogne <s.jodogne@gmail.com> |
---|---|
date | Wed, 19 Jul 2017 09:09:53 +0200 |
parents | 423d3b692bb9 |
children | 5a650eef0794 |
comparison
equal
deleted
inserted
replaced
2352:3ab96768d144 | 2354:415450f11cc7 |
---|---|
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 between 1.1.0 and 1.2.0: 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 ## - Orthanc >= 1.3.0: Boost 1.64.0 |
20 | 20 |
21 rm -rf /tmp/boost_1_64_0 | 21 rm -rf /tmp/boost_1_64_0 |
22 rm -rf /tmp/bcp/boost_1_64_0 | 22 rm -rf /tmp/bcp/boost_1_64_0 |
23 | 23 |
24 cd /tmp | 24 cd /tmp |
29 mkdir -p /tmp/bcp/boost_1_64_0 | 29 mkdir -p /tmp/bcp/boost_1_64_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 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 |
31 cd /tmp/bcp | 31 cd /tmp/bcp |
32 | 32 |
33 echo "Compressing the subset..." | 33 echo "Compressing the subset..." |
34 tar cfz boost_1_64_0_bcpdigest-1.2.1.tar.gz boost_1_64_0 | 34 tar cfz boost_1_64_0_bcpdigest-1.3.0.tar.gz boost_1_64_0 |
35 ls -l boost_1_64_0_bcpdigest-1.2.1.tar.gz | 35 ls -l boost_1_64_0_bcpdigest-1.3.0.tar.gz |
36 md5sum boost_1_64_0_bcpdigest-1.2.1.tar.gz | 36 md5sum boost_1_64_0_bcpdigest-1.3.0.tar.gz |
37 readlink -f boost_1_64_0_bcpdigest-1.2.1.tar.gz | 37 readlink -f boost_1_64_0_bcpdigest-1.3.0.tar.gz |