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

Haifeng Chen notifications at github.com
Tue Feb 9 11:36:40 EST 2016


Hi, Ryan, Thanks a lot.

If I use this 
`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 ..`

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

---------------------------------------------------------------------------------
If I use this
`
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 ..`

-- Generating done
CMake Warning:
  Manually-specified variables were not used by the project:

    ATLAB_LIBRARY
    BLAS_LIBRARY
    LAPACK_LIBRARY




Now I am compiling with the second command and see what will I get. Thanks.




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


More information about the mlpack-git mailing list