Ask Your Question

lccurious's profile - activity

2018-10-01 06:35:28 -0600 received badge  Teacher (source)
2017-03-10 11:21:54 -0600 received badge  Necromancer (source)
2017-03-03 02:06:55 -0600 answered a question fata error: LAPACKE_H_PATH-NOTFOUND when building OpenCV 3.2

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.