Boost logo

Boost-Build :

Subject: Re: [Boost-build] adding custom modules
From: Steven Watanabe (watanabesj_at_[hidden])
Date: 2018-05-07 00:14:51


AMDG

On 05/06/2018 02:48 PM, Stefan Seefeld via Boost-build wrote:
>
> I'm trying to define a new pre-built library to be used as third-party
> dependency for a Boost project.
>
> I'm trying to mimic the code from `zlib.jam`, but when I then use `using
> clblas ;` in my project's Jamfile, I get the error "clblas.jam: no such
> file or directory".
>
> Where does `b2` look for modules, and what do I need to do to be able to
> define my own and make them visible to Boost.Build ?
>

The search path is $BOOST_BUILD_PATH + all the built in
Boost.Build directories. A Jamfile can also import
relative to its own location.

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