← Back to team overview

dolfin team mailing list archive

Re: FindLAPACK

 

On Mon, Oct 22, 2012 at 10:44:17PM -0700, Anders Logg wrote:
> I'm having trouble getting DOLFIN configure to recognize the LAPACK
> built as part of my ATLAS install. Exactly what is the CMake module
> FindLAPACK module looking for?
>
> Is the LAPACK installation by ATLAS (using --with-netlib-lapack-tarfile) not
> sufficient?

The problem seems to be that CMAKE_LIBRARY_PATH is not used in
FindLAPACK.cmake. It's instead using the variable _libdir.

I haven't been hacking CMake for quite some time. Can someone
enlighten me on whether anything is broken in FindLAPACK.cmake?

--
Anders


Follow ups

References