Comment 5 for bug 882560

Revision history for this message
Johan Hake (johan-hake) wrote : Re: [Bug 882560] Re: tr1::cyl_bessel_* functions are not found at linking stage of jit

On Thursday October 27 2011 10:25:22 Garth Wells wrote:
> I don't think that it's a fix. We need to search for right library. It
> may be in a non-standard location, and in my case it should link to
>
> libboost_math_tr1-mt.so
>
> and not
>
> libboost_math_tr1.so
>
> Perhaps UFC should supply the build flags?

There are already logic in the building of extension modules to find the boost
libraries, or more precise the boost header for shared_ptr. So it is not
unatural to add logic for finding the correct boost math library.

What do you mean with UFC supply build flags?

Johan

> Garth