Micah P. Dombrowski / Feb 01 2020
Compile Boost 1.70.0
BOOST_VERSION="1.70.0"usver="$(echo $BOOST_VERSION | sed 's/\./_/g')"file="boost_${usver}.tar.bz2"url="https://dl.bintray.com/boostorg/release/${BOOST_VERSION}/source/${file}"cd /tmpwget -q --show-progress --progress=bar:force $url $url.ascsha=$(curl -s https://www.boost.org/users/history/version_${usver}.html | \ grep "$file" | sed "s#.*$file</a></td><td>\([[:alnum:]]*\).*#\1#")echo "$sha $file" > shasum.txtsha256sum -c shasum.txtcp $file /results/3.0s
Build (Bash)
rm -rf boost_*tar -jxf boost_1_70_0.tar.bz227.1s
Build (Bash)
apt-get -qq updateDEBIAN_FRONTEND=noninteractive apt-get install \ icu-devtools libicu60 libiculx60 libicu-dev14.0s
Build (Bash)
cd boost_*bash bootstrap.sh -h0.4s
Build (Bash)
cd boost_*sh bootstrap.sh --prefix=/opt/boost12.0s
Build (Bash)
cd boost_*CPLUS_INCLUDE_PATH="/opt/conda/include/python3.7m" ./b2 -j5497.7s
Build (Bash)
cd boost_*./b2 install76.3s
Build (Bash)
cd /opt/boosttar -zcf /results/libboost-1.70.0-njinst.tar.gz *6.7s
Build (Bash)