Hello,
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 ?
Thanks,
-- ...ich hab' noch einen Koffer in Berlin...