$include_dir="/home/hyper-archives/boost-build/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [Boost-build] Cannot get b2 to use crayc++
From: Ilja Honkonen (ilja.honkonen_at_[hidden])
Date: 2012-11-13 06:34:45
>> hence I have
>> using cray : : /opt/cray/xt-asyncpe/5.15/bin/crayc++ ;
>> in ./tools/build/v2/user-config.jam
>> How can I make b2 use the cray compiler? Or even better how can make
> bjam toolset=cray
> Add -d2 to display debug information if this doesn't work.
Thanks. It seems multiple using lines in the .jam file is also supported
so requiring the toolset command line argument makes sense.
Ilja