comparison Resources/CMake/BoostConfiguration.sh @ 3282:e8ce77f3dec1

upgrade to Boost 1.69.0
author Sebastien Jodogne <s.jodogne@gmail.com>
date Thu, 21 Feb 2019 16:51:06 +0100
parents 9cc3d40e389b
children 3e0ad879eba2
comparison
equal deleted inserted replaced
3281:ea54109a7312 3282:e8ce77f3dec1
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.3.0: Boost 1.64.0 19 ## - Orthanc 1.3.0: Boost 1.64.0
20 ## - Orthanc 1.3.1: Boost 1.65.1 20 ## - Orthanc 1.3.1: Boost 1.65.1
21 ## - Orthanc 1.3.2: Boost 1.66.0 21 ## - Orthanc 1.3.2: Boost 1.66.0
22 ## - Orthanc between 1.4.0 and 1.4.2: Boost 1.67.0 22 ## - Orthanc between 1.4.0 and 1.4.2: Boost 1.67.0
23 ## - Orthanc >= 1.5.0: Boost 1.68.0 23 ## - Orthanc between 1.5.0 and 1.5.4: Boost 1.68.0
24 ## - Orthanc >= 1.5.5: Boost 1.69.0
24 25
25 BOOST_VERSION=1_68_0 26 BOOST_VERSION=1_69_0
26 ORTHANC_VERSION=1.5.0 27 ORTHANC_VERSION=1.5.5
27 28
28 rm -rf /tmp/boost_${BOOST_VERSION} 29 rm -rf /tmp/boost_${BOOST_VERSION}
29 rm -rf /tmp/bcp/boost_${BOOST_VERSION} 30 rm -rf /tmp/bcp/boost_${BOOST_VERSION}
30 31
31 cd /tmp 32 cd /tmp