Boost logo

Boost :

From: Mateusz Loskot (mateusz_at_[hidden])
Date: 2022-02-09 17:58:55


On Wed, 9 Feb 2022 at 16:09, Alain O' Miniussi via Boost
<boost_at_[hidden]> wrote:
> > On Wed, 9 Feb 2022 at 15:15, Alain O' Miniussi via Boost
> ...
> > As a workaround, simply, build the B2 itself with GCC,
> > which presumably is the default on most Linux systems,
> > by just ./bootstrap.sh
> >
> > Then use intel-linux toolset to build Boost libraries
> > b2 --toolset=intel-linux
> >
> > The two, building B2 and building Boost, are orthogonal actions,
> > so chances are Boost will build with intel-linux just fine.
>
> Thanks, I'm trying that.
> Is there a way to force the compiler name ? right now it uses icpx instead of icpc which trigger a lot of warnings and trigger a few crashes in clang.

Altering the PATH to remove icpx and prioritise icpc?
as per https://lists.boost.org/boost-users/2021/08/91012.php
Configuring the toolset in user-config.jam?
as per https://lists.boost.org/boost-users/2021/08/91013.php?

Best regards,

-- 
Mateusz Loskot, http://mateusz.loskot.net

Boost list run by bdawes at acm.org, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk