comparison Resources/CMake/BoostConfiguration.sh @ 3313:3e0ad879eba2

added chrono library in Boost for Stone
author Sebastien Jodogne <s.jodogne@gmail.com>
date Wed, 27 Feb 2019 08:14:40 +0100
parents e8ce77f3dec1
children
comparison
equal deleted inserted replaced
3312:b88937ef597b 3313:3e0ad879eba2
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 >= 1.5.5: Boost 1.69.0
25 25
26 BOOST_VERSION=1_69_0 26 BOOST_VERSION=1_69_0
27 ORTHANC_VERSION=1.5.5 27 ORTHANC_VERSION=1.5.6
28 28
29 rm -rf /tmp/boost_${BOOST_VERSION} 29 rm -rf /tmp/boost_${BOOST_VERSION}
30 rm -rf /tmp/bcp/boost_${BOOST_VERSION} 30 rm -rf /tmp/bcp/boost_${BOOST_VERSION}
31 31
32 cd /tmp 32 cd /tmp
33 echo "Uncompressing the sources of Boost ${BOOST_VERSION}..." 33 echo "Uncompressing the sources of Boost ${BOOST_VERSION}..."
34 tar xfz ./boost_${BOOST_VERSION}.tar.gz 34 tar xfz ./boost_${BOOST_VERSION}.tar.gz
35 35
36 echo "Generating the subset..." 36 echo "Generating the subset..."
37 mkdir -p /tmp/bcp/boost_${BOOST_VERSION} 37 mkdir -p /tmp/bcp/boost_${BOOST_VERSION}
38 bcp --boost=/tmp/boost_${BOOST_VERSION} thread system locale date_time filesystem math/special_functions algorithm uuid atomic iostreams program_options numeric/ublas geometry polygon signals2 /tmp/bcp/boost_${BOOST_VERSION} 38 bcp --boost=/tmp/boost_${BOOST_VERSION} thread system locale date_time filesystem math/special_functions algorithm uuid atomic iostreams program_options numeric/ublas geometry polygon signals2 chrono /tmp/bcp/boost_${BOOST_VERSION}
39 39
40 echo "Removing documentation..." 40 echo "Removing documentation..."
41 rm -rf /tmp/bcp/boost_${BOOST_VERSION}/libs/locale/doc/html 41 rm -rf /tmp/bcp/boost_${BOOST_VERSION}/libs/locale/doc/html
42 rm -rf /tmp/bcp/boost_${BOOST_VERSION}/libs/algorithm/doc/html 42 rm -rf /tmp/bcp/boost_${BOOST_VERSION}/libs/algorithm/doc/html
43 rm -rf /tmp/bcp/boost_${BOOST_VERSION}/libs/geometry/doc/html 43 rm -rf /tmp/bcp/boost_${BOOST_VERSION}/libs/geometry/doc/html