<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=us-ascii">
<meta name="Generator" content="Microsoft Exchange Server">
<!-- converted from rtf -->
<style><!-- .EmailQuote { margin-left: 1pt; padding-left: 4pt; border-left: #800000 2px solid; } --></style>
</head>
<body>
<font face="Arial, sans-serif" size="2">
<div>Hi all,</div>
<div>&nbsp;</div>
<div>I'm currently using Cmake 2.8b.&nbsp; I'm trying to add a requirement (based on another conditional statement) to find the LAPACK and BLAS packages to VTK's Infovis capabilities.&nbsp; I've added the following lines to my CMakeLists.txt</div>
<div>&nbsp;</div>
<div>&nbsp; FIND_PACKAGE(BLAS REQUIRED)</div>
<div>&nbsp; FIND_PACKAGE(LAPACK REQUIRED)</div>
<div>&nbsp;</div>
<div>But, this results in the following error:</div>
<div>&nbsp;</div>
<div>CMake Error at C:/Program Files/CMake 2.8/share/cmake-2.8/Modules/FindBLAS.cmake:31 (message):</div>
<div>&nbsp; FindBLAS is Fortran-only so Fortran must be enabled.</div>
<div>Call Stack (most recent call first):</div>
<div>&nbsp; VTK/Infovis/CMakeLists.txt:227 (FIND_PACKAGE)</div>
<div>&nbsp;</div>
<div>However, I'm trying to do this with the new cmake-enabled clapack-3.2.1 which doesn't require any fortran.&nbsp; Is there a better way to find the correct blas and lapack packages that bypasses the fortran-only requirement?</div>
<div>&nbsp;</div>
<div>Thanks,</div>
<div>&nbsp;</div>
<div>Jason Shepherd</div>
<div>&nbsp;</div>
<div>&nbsp;</div>
</font>
</body>
</html>