[mlpack-git] [mlpack] CMake issue with mlpack on Linux (#507)

Fractally notifications at github.com
Wed Jan 27 06:42:33 EST 2016


Hey guys,

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

> MKL_FOUND = YES
> ACMLMP_FOUND = NO
> ACML_FOUND = NO
> OpenBLAS_FOUND = YES
> ATLAS_FOUND = NO
> BLAS_FOUND = YES
> LAPACK_FOUND = YES

When I ran cmake in my mlpack build directory, I get the following error:
> CMake Error at CMake/FindArmadillocmake:196 (message):
  Cannot find LAPACK library, but ARMA_USE_LAPACK is set  Try specifying
  LAPACK libraries manually by setting the LAPACK_LIBRARY variable
Call Stack (most recent call first):
  CMakeListstxt:113 (find_package)

I have tried to add the following entry to the mlpack cmake (with no luck): 
> LAPACK_LIBRARY = /usr/lib/liblapackso

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? 

Thanks!

---
Reply to this email directly or view it on GitHub:
https://github.com/mlpack/mlpack/issues/507
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://mailman.cc.gatech.edu/pipermail/mlpack-git/attachments/20160127/b5f2fe81/attachment.html>


More information about the mlpack-git mailing list