[mlpack-git] [mlpack/mlpack] build on elementory with liblapack.a(or liblapack.so) failed. (#714)

Ryan Curtin notifications at github.com
Tue Jul 5 13:54:10 EDT 2016


Hi there,

It looks like you have compiled LAPACK without -fPIC, so I think that is your issue.  Try recompiling LAPACK and this will probably fix your issue.

I think Elementary OS is built on Ubuntu, so you can probably use apt to install LAPACK and BLAS... `sudo apt-get install liblapack-dev libblas-dev`... then you will not have to compile LAPACK or BLAS by hand.

---
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/mlpack/mlpack/issues/714#issuecomment-230552419
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://mailman.cc.gatech.edu/pipermail/mlpack-git/attachments/20160705/3528e6f3/attachment.html>


More information about the mlpack-git mailing list