...one of the most highly
regarded and expertly designed C++ library projects in the
world.
— Herb Sutter and Andrei
Alexandrescu, C++
Coding Standards
Boost.Build's intel-linux toolset supports the Intel C++ Compiler for Linux.
The intel-linux toolset responds to the following variables which can be
set in the environment or configured on the jam command-line using
-sVARIABLE_NAME=
value. If neither variable is
set but iccvars.sh
can be found in the PATH
, then
the version of the tools installed where iccvars.sh
lives is
used.
Variable Name | Semantics | Defaults | Notes |
INTEL_VERSION |
The version of the compiler to use. | 80 | If INTEL_PATH is set, this variable is ignored. |
INTEL_PATH | The path to the compiler installation. | The default installation location for the version specified by
INTEL_VERSION. |
|
INTEL_CC | The name of the C compiler. | icc | |
INTEL_CXX | The name of the C++ compiler/linker. | icpc |
Revised 01 Oct, 2004
Copyright © Dave Abrahams 2002-2003.
Distributed under the Boost Software License, Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at www.boost.org/LICENSE_1_0.txt)