<font face="verdana,sans-serif"><br></font><br><div style="margin: 0pt;" name="sig_ba983408e3"></div><div class="gmail_quote">On Mon, Jul 5, 2010 at 10:44 AM, John R. Cary <span dir="ltr">&lt;<a href="mailto:cary@txcorp.com">cary@txcorp.com</a>&gt;</span> wrote:<br>
<blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;">


  
  

<div bgcolor="#ffffff" text="#000000">
On 7/5/2010 9:37 AM, James C. Sutherland wrote:
<blockquote 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 href="mailto:cary@txcorp.com" target="_blank">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>
   FIND_PACKAGE(BLAS)<br>
   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.  That worked.<br>
<br>
On another OS, I need to use clapack.  Is there a way<br>
to find that instead?<br>
<br>
Thx...John Cary<br>
</tt>
</div>

</blockquote></div><br>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.<br><br>James<br><br><br>