<p>Hi, Ryan, Thanks a lot.</p>

<p>If I use this <br>
<code>cmake   -D ARMADILLO_INCLUDE_DIR=/home/rcf-40/haifengc/panfs/armadillo-6.500.4/include -D ATLAB_LIBRARY=/usr/lib64/atlas/libatlas.so -D LAPACK_LIBRARY=/usr/lib64/atlas/liblapack.so -D BLAS_LIBRARY=/usr/lib64/libblas.so ..</code></p>

<p>Checking for C++11 compiler<br>
-- Checking for C++11 compiler - available<br>
-- Looking for backtrace<br>
-- Looking for backtrace - found<br>
-- backtrace facility detected in default set of libraries<br>
-- Found Backtrace: /usr/include<br><br>
CMake Error at /usr/share/cmake/Modules/FindPackageHandleStandardArgs.cmake:108 (message):<br>
  Could NOT find Armadillo (missing: ARMADILLO_LIBRARY) (found suitable<br>
  version "6.500.4", minimum required is "4.100.0")<br>
Call Stack (most recent call first):<br>
  /usr/share/cmake/Modules/FindPackageHandleStandardArgs.cmake:315 (_FPHSA_FAILURE_MESSAGE)<br>
  CMake/FindArmadillo.cmake:340 (find_p</p>

<hr>

<p>If I use this<br>
<code><br>
cmake   -D ARMADILLO_INCLUDE_DIR=/home/rcf-40/haifengc/panfs/armadillo-6.500.4/include -D ATLAB_LIBRARY=/usr/lib64/atlas/libatlas.so -D LAPACK_LIBRARY=/usr/lib64/atlas/liblapack.so -D BLAS_LIBRARY=/usr/lib64/libblas.so  -D ARMADILLO_LIBRARY=/home/rcf-40/haifengc/panfs/armadillo-6.500.4/libarmadillo.so ..</code></p>

<p>-- Generating done<br>
CMake Warning:<br>
  Manually-specified variables were not used by the project:</p>

<pre><code>ATLAB_LIBRARY
BLAS_LIBRARY
LAPACK_LIBRARY
</code></pre>

<p>Now I am compiling with the second command and see what will I get. 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/511#issuecomment-181946901">view it on GitHub</a>.<img alt="" height="1" src="https://github.com/notifications/beacon/AJ4bFP0zn4ktvEqQcdY8pzLo51LCxgBOks5pig0YgaJpZM4HPrM8.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/511#issuecomment-181946901"></link>
  <meta itemprop="name" content="View Issue"></meta>
</div>
<meta itemprop="description" content="View this Issue on GitHub"></meta>
</div>