Mercurial > hg > orthanc
comparison OrthancFramework/Resources/CMake/BoostConfiguration.sh @ 5288:dc8fe64a452f
upgrade to boost 1.82.0
author | Sebastien Jodogne <s.jodogne@gmail.com> |
---|---|
date | Wed, 03 May 2023 15:48:11 +0200 |
parents | 6156a970a2e1 |
children | e7f6ec8cbc35 |
comparison
equal
deleted
inserted
replaced
5286:28f0e38e4082 | 5288:dc8fe64a452f |
---|---|
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 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 >= 1.11.2: 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 | 27 |
27 BOOST_VERSION=1_80_0 | 28 BOOST_VERSION=1_82_0 |
28 ORTHANC_VERSION=1.11.2 | 29 ORTHANC_VERSION=1.12.1 |
29 | 30 |
30 rm -rf /tmp/boost_${BOOST_VERSION} | 31 rm -rf /tmp/boost_${BOOST_VERSION} |
31 rm -rf /tmp/bcp/boost_${BOOST_VERSION} | 32 rm -rf /tmp/bcp/boost_${BOOST_VERSION} |
32 | 33 |
33 cd /tmp | 34 cd /tmp |