[mlpack-git] [mlpack] ARMADILLO_INCLUDE_DIR-NOTFOUND/armadillo_bits/config.hpp not found (#511)

Haifeng Chen notifications at github.com
Fri Feb 5 12:52:51 EST 2016


**If I use this**
export ARMADILLO_INCLUDE_DIR=/home/rcf-40/haifengc/panfs/armadillo-6.500.4/tmp/include
export ARMADILLO_LIBRARY=/home/rcf-40/haifengc/panfs/armadillo-6.500.4/libarmadillo.so
cmake ../
**I cannot pass cmake and got the following errors**
-- Looking for backtrace
-- Looking for backtrace - found
-- backtrace facility detected in default set of libraries
-- Found Backtrace: /usr/include  
CMake Error at CMake/FindArmadillo.cmake:327 (message):
  ARMADILLO_INCLUDE_DIR-NOTFOUND/armadillo_bits/config.hpp not found! Cannot
  determine what to link against.
Call Stack (most recent call first):
  CMakeLists.txt:113 (find_package)
-- Configuring incomplete, errors occurred!

**but if I use **
cmake -D ARMADILLO_INCLUDE_DIR=/home/rcf-40/haifengc/panfs/armadillo-6.500.4/include -D ARMADILLO_LIBRARY=/home/rcf-40/haifengc/panfs/armadillo-6.500.4/libarmadillo.so ..
**then I can pass cmake**


---
Reply to this email directly or view it on GitHub:
https://github.com/mlpack/mlpack/issues/511#issuecomment-180468342
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://mailman.cc.gatech.edu/pipermail/mlpack-git/attachments/20160205/5ac00539/attachment.html>


More information about the mlpack-git mailing list