comparison Resources/CMake/BoostConfiguration.sh @ 2930:8341256c6941

upgrade to Boost 1.68 in static builds
author Sebastien Jodogne <s.jodogne@gmail.com>
date Tue, 13 Nov 2018 16:21:13 +0100
parents ee9a6cd63891
children 9cc3d40e389b
comparison
equal deleted inserted replaced
2929:e0c620f964e5 2930:8341256c6941
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 ## - Orthanc 1.3.2: Boost 1.66.0
22 ## - Orthanc >= 1.4.0: Boost 1.67.0 22 ## - Orthanc between 1.4.0 and 1.4.2: Boost 1.67.0
23 ## - Orthanc >= 1.4.3: Boost 1.68.0
23 24
24 BOOST_VERSION=1_67_0 25 BOOST_VERSION=1_68_0
25 ORTHANC_VERSION=1.4.0 26 ORTHANC_VERSION=1.4.3
26 27
27 rm -rf /tmp/boost_${BOOST_VERSION} 28 rm -rf /tmp/boost_${BOOST_VERSION}
28 rm -rf /tmp/bcp/boost_${BOOST_VERSION} 29 rm -rf /tmp/bcp/boost_${BOOST_VERSION}
29 30
30 cd /tmp 31 cd /tmp