You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In manylinux environment, compiling IPP IW produces the following error:
/io/_skbuild/cmake-build/3rdparty/ippicv/ippiw_lnx/src/iw_own.c:136:45: error: ‘PTHREAD_MUTEX_RECURSIVE’ undeclared (first use in this function)
if(pthread_mutexattr_settype(&mutAttib, PTHREAD_MUTEX_RECURSIVE) != 0)
The attached patch fixes this the same way as 3rdparty/ittnotify/src/ittnotify/ittnotify_config.h.
Detailed description
In manylinux environment, compiling IPP IW produces the following error:
The attached patch fixes this the same way as
3rdparty/ittnotify/src/ittnotify/ittnotify_config.h
.0001-Defines-needed-for-manylinux-pthread.patch.zip
Steps to reproduce
See https://travis-ci.org/native-api/opencv-python/builds/321053239 for build log.
The text was updated successfully, but these errors were encountered: