<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html; charset=ISO-8859-1"
 http-equiv="Content-Type">
  <title></title>
</head>
<body bgcolor="#ffffff" text="#000000">
On 7/5/2010 9:37 AM, James C. Sutherland wrote:
<blockquote
 cite="mid:AANLkTik-7V-hDnUtAtPA7fGGHDKfGVw2oouBnDkVjVOX@mail.gmail.com"
 type="cite"><font face="verdana,sans-serif"><br>
  </font><br>
  <div class="gmail_quote">On Mon, Jul 5, 2010 at 9:34 AM, John Cary <span
 dir="ltr">&lt;<a moz-do-not-send="true" href="mailto:cary@txcorp.com">cary@txcorp.com</a>&gt;</span>
wrote:<br>
  <blockquote class="gmail_quote"
 style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">I
have simply:<br>
    <br>
&nbsp; &nbsp;FIND_PACKAGE(BLAS)<br>
&nbsp; &nbsp;FIND_PACKAGE(LAPACK)<br>
    <br>
but cmake gives<br>
    <br>
-- Looking for BLAS... - NOT found (Fortran not enabled)<br>
-- Looking for LAPACK... - NOT found (Fortran not enabled)<br>
    <br>
Is this more complicated somehow?<br>
    <br>
  </blockquote>
  </div>
  <br>
Be sure to include <br>
  <div style="margin-left: 40px;">enable_language( Fortran )<br>
  </div>
in your project. <br>
  <br>
James<br>
</blockquote>
<tt><br>
<br>
Thanks much.&nbsp; That worked.<br>
<br>
On another OS, I need to use clapack.&nbsp; Is there a way<br>
to find that instead?<br>
<br>
Thx...John Cary<br>
</tt>
</body>
</html>