Ask Your Question

adiperry's profile - activity

2017-06-05 09:15:31 -0600 received badge  Famous Question (source)
2017-03-27 10:50:32 -0600 received badge  Notable Question (source)
2017-03-03 01:52:57 -0600 received badge  Popular Question (source)
2017-01-09 04:54:08 -0600 received badge  Student (source)
2017-01-09 04:51:39 -0600 commented question fata error: LAPACKE_H_PATH-NOTFOUND when building OpenCV 3.2

It seems to fix this failure. I'm getting other failures, like mentioned here: https://github.com/opencv/opencv/issu... Which also suggests it's LAPACK-related. (Ubuntu 14.04 with CUDA)

When setting "WITH_LAPACK=OFF" it works.

2017-01-08 03:08:08 -0600 commented question fata error: LAPACKE_H_PATH-NOTFOUND when building OpenCV 3.2

I was surprised to find it within include statement.. And yes, look like it does.

--     Use IPP Async:               NO
--     Use VA:                      NO
--     Use Intel VA-API/OpenCL:     NO
--     Use Lapack:                  YES (/usr/lib/libopenblas.so)
--     Use Eigen:                   YES (ver 3.2.0)
--     Use Cuda:                    YES (ver 7.5)
--     Use OpenCL:                  YES
--     Use OpenVX:                  NO
--     Use custom HAL:              NO
2017-01-08 02:51:19 -0600 asked a question fata error: LAPACKE_H_PATH-NOTFOUND when building OpenCV 3.2

Hello

I get this error when building OpenCV 3.2:

In file included from /home/username/opencv-3.2.0/opencv/modules/core/src/hal_internal.cpp:49:0: /home/username/opencv-3.2.0/opencv/build/opencv_lapack.h:2:45: fatal error: LAPACKE_H_PATH-NOTFOUND/lapacke.h: No such file or directory #include "LAPACKE_H_PATH-NOTFOUND/lapacke.h"

LAPACK and BLAS are installed.. Any ideas? Didn't get these errors with 3.1 or previous 2.4.X versions...

Thanks, AP