[CMake] How does one find blas and lapack on OSX?

James C. Sutherland James.Sutherland at utah.edu
Mon Jul 5 11:37:58 EDT 2010


On Mon, Jul 5, 2010 at 9:34 AM, John Cary <cary at txcorp.com> wrote:

> I have simply:
>
>    FIND_PACKAGE(BLAS)
>    FIND_PACKAGE(LAPACK)
>
> but cmake gives
>
> -- Looking for BLAS... - NOT found (Fortran not enabled)
> -- Looking for LAPACK... - NOT found (Fortran not enabled)
>
> Is this more complicated somehow?
>
>
Be sure to include
enable_language( Fortran )
in your project.

James
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.cmake.org/pipermail/cmake/attachments/20100705/dad7083b/attachment.htm>


More information about the CMake mailing list