Re: adding custom modules
Steven Watanabe via Boost-build <[email protected]>
| Newsgroups | gmane.comp.lib.boost.build |
|---|---|
| Organization | Providere Consulting, Inc. |
| Message-ID | <[email protected]> |
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 _______________________________________________ Unsubscribe & other changes: https://lists.boost.org/mailman/listinfo.cgi/boost-build