comparison Resources/CMake/BoostConfiguration.sh @ 2525:94423976888e

boost 1.66.0
author Sebastien Jodogne <s.jodogne@gmail.com>
date Wed, 11 Apr 2018 12:10:07 +0200
parents 5a650eef0794
children a6c2d8a2a2ec
comparison
equal deleted inserted replaced
2524:a29ffb73f6fd 2525:94423976888e
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.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 22
22 BOOST_VERSION=1_65_1 23 BOOST_VERSION=1_66_0
23 ORTHANC_VERSION=1.3.1 24 ORTHANC_VERSION=1.3.2
24 25
25 rm -rf /tmp/boost_${BOOST_VERSION} 26 rm -rf /tmp/boost_${BOOST_VERSION}
26 rm -rf /tmp/bcp/boost_${BOOST_VERSION} 27 rm -rf /tmp/bcp/boost_${BOOST_VERSION}
27 28
28 cd /tmp 29 cd /tmp