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

Ryan Curtin notifications at github.com
Thu Feb 4 16:45:32 EST 2016


It turns out the hints were there in your output, I just didn't see them:

```
$ ldd libarmadillo.so
...
libatlas.so.3 => /usr/lib64/atlas/libatlas.so.3 (0x00007f27ee0f2000)
libblas.so.3 => /usr/lib64/libblas.so.3 (0x00007f27ede9a000)
...
```

Does there exist a file `/usr/lib64/atlas/libblas.so.3`?  If so, can you run the following two commands:

```
$ strings /usr/lib64/libblas.so.3 | grep cblas | wc -l
$ strings /usr/lib64/atlas/libblas.so.3 | grep cblas | wc -l
```

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


More information about the mlpack-git mailing list