dolfin team mailing list archive
-
dolfin team
-
Mailing list archive
-
Message #26044
Re: FindLAPACK
-
To:
DOLFIN Mailing List <dolfin@xxxxxxxxxxxxxxxxxxx>
-
From:
Anders Logg <logg@xxxxxxxxx>
-
Date:
Mon, 22 Oct 2012 23:27:34 -0700
-
In-reply-to:
<20121023054417.GH2776@glaurung>
-
User-agent:
Mutt/1.5.21 (2010-09-15)
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