On Mon, Jul 5, 2010 at 10:44 AM, John R. Cary <c...@txcorp.com> wrote:

>  On 7/5/2010 9:37 AM, James C. Sutherland wrote:
>
>
>
> On Mon, Jul 5, 2010 at 9:34 AM, John Cary <c...@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
>
>
>
> Thanks much.  That worked.
>
> On another OS, I need to use clapack.  Is there a way
> to find that instead?
>
> Thx...John Cary
>

Look back in the mail list archives.  There was a discussion on this a while
back.  If you search for CLAPACK in the archives it should come up.

James
_______________________________________________
Powered by www.kitware.com

Visit other Kitware open-source projects at 
http://www.kitware.com/opensource/opensource.html

Please keep messages on-topic and check the CMake FAQ at: 
http://www.cmake.org/Wiki/CMake_FAQ

Follow this link to subscribe/unsubscribe:
http://www.cmake.org/mailman/listinfo/cmake

Reply via email to