Boost logo

Boost-Build :

Subject: Re: [Boost-build] Cannot get b2 to use crayc++
From: Steven Watanabe (watanabesj_at_[hidden])
Date: 2012-11-13 11:19:15


AMDG

On 11/13/2012 03:34 AM, Ilja Honkonen wrote:
>>> 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.
>

The first toolset that you initialize should be the
default. If this is the only using statement and
you have to specify the toolset on the command line,
then it's a bug.

In Christ,
Steven Watanabe


Boost-Build list run by bdawes at acm.org, david.abrahams at rcn.com, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk