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

Ryan Curtin notifications at github.com
Tue Feb 9 11:24:07 EST 2016


Okay, if that works, then let's not bother with libarmadillo.so.  Can you edit `/home/rcf-40/haifengc/panfs/armadillo-6.500.4/tmp/include/armadillo_bits/config.hpp` and comment out `#define ARMA_USE_WRAPPER`?  Then, go to your mlpack build directory, clean it (`rm -rf *`), reconfigure with CMake, then build, and let's see if it links correctly.

Ideally, during configuration, CMake should print something like

```
Armadillo libraries: /usr/lib64/atlas/libatlas.so;/usr/lib64/atlas/liblapack.so;/usr/lib64/libblas.so
```

And... hopefully, it should link correctly.  I don't have an answer for why libarmadillo.so seems to be unusable, though.  Other systems I have seen with the same configuration as yours do not have this problem, so I am not sure.  Still, if you are able to use Armadillo without `ARMA_USE_WRAPPER`, we can definitely get something figured out.

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


More information about the mlpack-git mailing list