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

Ryan Curtin notifications at github.com
Wed Feb 10 10:22:12 EST 2016


Okay... I think the only thing we can do here to get this working quickly is a hack, where we set ARMADILLO_LIBRARIES manually.  Add these two lines to CMakeLists.txt, on line 114 (right after `find_package(Armadillo 4.100.0 REQUIRED)`):

```
set(ARMADILLO_LIBRARIES "/usr/lib64/atlas/libatlas.so;/usr/lib64/atlas/liblapack.so;/usr/lib64/libblas.so")
message(STATUS "Manually set Armadillo libraries to: ${ARMADILLO_LIBRARIES}")
```

That should force the right dependencies to be used.  I wish I had a better solution here, but I don't...

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


More information about the mlpack-git mailing list