Ask Your Question

Akashunni's profile - activity

2017-03-29 10:58:27 -0600 answered a question fata error: LAPACKE_H_PATH-NOTFOUND when building OpenCV 3.2

Install openBLAS

sudo apt-get install libopenblas-dev

Replace LAPACKE_H_PATH-NOTFOUND with /opt/OpenBLAS/include

Solved my problem by doing this..!