First time here? Check out the FAQ!
answered 2017-03-03 01:58:25 -0600
You can do sudo apt-get install liblapacke-dev checkinstall And then modify the #include "LAPACKE_H_PATH-NOTFOUND/lapacke.h" into #include "lapacke.h" and make, It works in my Ubuntu.
sudo apt-get install liblapacke-dev checkinstall
#include "LAPACKE_H_PATH-NOTFOUND/lapacke.h"
#include "lapacke.h"