comparison OrthancFramework/Resources/CMake/BoostConfiguration.sh @ 5628:6045c696e86b

upgraded to boost 1.85.0
author Sebastien Jodogne <s.jodogne@gmail.com>
date Thu, 16 May 2024 21:33:19 +0200
parents 7c5d30a3d5d2
children
comparison
equal deleted inserted replaced
5627:a7c88563c8cc 5628:6045c696e86b
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 between 1.5.5 and 1.11.1: Boost 1.69.0 24 ## - Orthanc between 1.5.5 and 1.11.1: Boost 1.69.0
25 ## - Orthanc between 1.11.2 and 1.12.0: Boost 1.80.0 25 ## - Orthanc between 1.11.2 and 1.12.0: Boost 1.80.0
26 ## - Orthanc 1.12.1: Boost 1.82.0 26 ## - Orthanc 1.12.1: Boost 1.82.0
27 ## - Orthanc 1.12.2: Boost 1.83.0 27 ## - Orthanc 1.12.2: Boost 1.83.0
28 ## - Orthanc > 1.12.3: Boost 1.84.0 28 ## - Orthanc 1.12.3: Boost 1.84.0
29 ## - Orthanc > 1.12.3: Boost 1.85.0
29 30
30 BOOST_VERSION=1_84_0 31 BOOST_VERSION=1_85_0
31 ORTHANC_VERSION=1.12.3 32 ORTHANC_VERSION=1.12.4
32 33
33 rm -rf /tmp/boost_${BOOST_VERSION} 34 rm -rf /tmp/boost_${BOOST_VERSION}
34 rm -rf /tmp/bcp/boost_${BOOST_VERSION} 35 rm -rf /tmp/bcp/boost_${BOOST_VERSION}
35 36
36 cd /tmp 37 cd /tmp