9 Feb
2022
9 Feb
'22
3:08 p.m.
Thanks Mateusz
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. Best regards