Boost logo

Boost-Build :

From: David Abrahams (dave_at_[hidden])
Date: 2004-09-13 15:13:56


Toon Knapen <toon.knapen_at_[hidden]> writes:

> The problem is that my project actually uses a variable BLAS_LIBS and
> BLAS_LIB_PATH to know where and which blas is installed on the local
> machine. So the user needs to set these two variables in his
> user-config.jam like this:
>
> <user-config.jam>
> modules.poke : BLAS_LIBS : f77blas atlas ;
> modules.poke : BLAS_LIB_PATH : /usr/local/lib ;
> </user-config.jam>

That doesn't look right to me. I think blas should be a toolset.

-- 
Dave Abrahams
Boost Consulting
http://www.boost-consulting.com
 

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