scripts/Compiler/boost/build:

- add Intel C support
This commit is contained in:
2015-07-02 11:15:24 +02:00
parent b63493f850
commit f1a3e0798d

View File

@@ -3,7 +3,9 @@
source "$(dirname $0)/../../../lib/libpmodules.bash"
# :TODO: detect compiler
TOOLSET=gcc
TOOLSET=intel-linux
BOOST_BUILD_PATH="${MODULE_BUILDDIR}"
pmodules.configure() {
cd "${MODULE_SRCDIR}"
@@ -11,6 +13,7 @@ pmodules.configure() {
--prefix="${PREFIX}" \
--with-libraries=all \
--with-python-root="${PYTHON_PREFIX}" \
-with-toolset=${TOOLSET} \
|| exit 1
}