First time here? Check out the FAQ!
answered 2017-06-05 09:25:41 -0600
You get this error if you install lapacke-dev after running cmake.
To fix it, just install it and run cmake again:
sudo apt-get install liblapacke-dev
cmake ....all of your flags