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

Ryan Curtin notifications at github.com
Tue Feb 9 09:35:58 EST 2016


Okay... what if we try to avoid using the wrapper libarmadillo.so and link directly against ATLAS?

```
$ g++ -std=c++0x -DARMA_DONT_USE_WRAPPER -o test test.cpp -I/home/rcf-40/haifengc/panfs/armadillo-6.500.4/tmp/include -L/usr/lib64/atlas/ -latlas -llapack -lblas
```

Does that work?

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


More information about the mlpack-git mailing list