Ask Your Question

AlexLamson's profile - activity

2017-01-11 22:39:11 -0600 commented question fata error: LAPACKE_H_PATH-NOTFOUND when building OpenCV 3.2

TL;DR

If you're using something like https://github.com/milq/scripts-ubuntu-debian/blob/master/install-opencv.sh (install-opencv.sh) from https://milq.github.io/install-opencv-ubuntu-debian/

The fix is to replace the line

cmake -DWITH_QT=ON -DWITH_OPENGL=ON -DFORCE_VTK=ON -DWITH_TBB=ON -DWITH_GDAL=ON -DWITH_XINE=ON -DBUILD_EXAMPLES=ON $

with

cmake -DWITH_QT=ON -DWITH_OPENGL=ON -DFORCE_VTK=ON -DWITH_TBB=ON -DWITH_GDAL=ON -DWITH_XINE=ON -DBUILD_EXAMPLES=ON -$