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

John Cary cary at txcorp.com
Mon Jul 5 11:34:39 EDT 2010


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?


Thx...John Cary


More information about the CMake mailing list