comparison OrthancFramework/Resources/CMake/BoostConfiguration.sh @ 5064:6156a970a2e1

upgrade to Boost 1.80.0
author Sebastien Jodogne <s.jodogne@gmail.com>
date Mon, 15 Aug 2022 14:06:25 +0200
parents d25f4c0fa160
children dc8fe64a452f
comparison
equal deleted inserted replaced
5063:cfbf45e76468 5064:6156a970a2e1
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 between 1.5.0 and 1.5.4: 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 ## - Orthanc between 1.5.5 and 1.11.1: Boost 1.69.0
25 ## - Orthanc >= 1.11.2: Boost 1.80.0
25 26
26 BOOST_VERSION=1_69_0 27 BOOST_VERSION=1_80_0
27 ORTHANC_VERSION=1.5.6 28 ORTHANC_VERSION=1.11.2
28 29
29 rm -rf /tmp/boost_${BOOST_VERSION} 30 rm -rf /tmp/boost_${BOOST_VERSION}
30 rm -rf /tmp/bcp/boost_${BOOST_VERSION} 31 rm -rf /tmp/bcp/boost_${BOOST_VERSION}
31 32
32 cd /tmp 33 cd /tmp