Boost logo

Boost-Build :

Subject: Re: [Boost-build] Building boost with Intel icpc on Linux Mint (Ubuntu 14.04)
From: Blower, Melanie (melanie.blower_at_[hidden])
Date: 2016-01-06 15:32:01


PS I built boost 1.60 with Intel c++ 16.0 update 1 compiler for Linux with these steps

source .../iccvars.sh intel64 # Get the intel64 compiler into path
 ...
 tar xf boost_1_60_0.tar
 cd boost_1_60_0/
 ./bootstrap.sh # Bootstrap with default compiler, ie gcc
 ./b2 --prefix=`pwd`/install toolset=intel address-model=64 install # Build and install boost libraries with Intel compiler
 


Boost-Build list run by bdawes at acm.org, david.abrahams at rcn.com, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk