Ask Your Question

dr0nequeen's profile - activity

2017-06-05 09:26:41 -0600 answered a question fata error: LAPACKE_H_PATH-NOTFOUND when building OpenCV 3.2

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