<p>Hey guys,</p>

<p>I am using the cmake gui to configure cmake I have compiled Armadillo to use with mlpack Armadillo found the following (cmake output): </p>

<blockquote>
<p>MKL_FOUND = YES<br>
ACMLMP_FOUND = NO<br>
ACML_FOUND = NO<br>
OpenBLAS_FOUND = YES<br>
ATLAS_FOUND = NO<br>
BLAS_FOUND = YES<br>
LAPACK_FOUND = YES</p>
</blockquote>

<p>When I ran cmake in my mlpack build directory, I get the following error:</p>

<blockquote>
<p>CMake Error at CMake/FindArmadillocmake:196 (message):<br>
  Cannot find LAPACK library, but ARMA_USE_LAPACK is set  Try specifying<br>
  LAPACK libraries manually by setting the LAPACK_LIBRARY variable<br>
Call Stack (most recent call first):<br>
  CMakeListstxt:113 (find_package)</p>
</blockquote>

<p>I have tried to add the following entry to the mlpack cmake (with no luck): </p>

<blockquote>
<p>LAPACK_LIBRARY = /usr/lib/liblapackso</p>
</blockquote>

<p>I have noticed that the field mkl_lapack_LIBRARY is empty in cmake I also tried adding the path /usr/lib/liblapackso to it with no luck Any ideas? </p>

<p>Thanks!</p>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">&mdash;<br>Reply to this email directly or <a href="https://github.com/mlpack/mlpack/issues/507">view it on GitHub</a>.<img alt="" height="1" src="https://github.com/notifications/beacon/AJ4bFDLQJdR1wLHIuczDmj0w3wN5BAOeks5peKSpgaJpZM4HNVpe.gif" width="1" /></p>
<div itemscope itemtype="http://schema.org/EmailMessage">
<div itemprop="action" itemscope itemtype="http://schema.org/ViewAction">
  <link itemprop="url" href="https://github.com/mlpack/mlpack/issues/507"></link>
  <meta itemprop="name" content="View Issue"></meta>
</div>
<meta itemprop="description" content="View this Issue on GitHub"></meta>
</div>