Help debugging error in OpenCV Compilation with 3.4
I'm trying to upgrade eigen on conda-forge for opencv but I keep hitting the error:
eigen\eigen\eigen\src/Core/GenericPacketMath.h(788): error C2665: 'exp': none of the 3 overloads could convert all the argument types [opencv\build\platform-windows\arch-AMD64\msvc-19.1\python-3.9\opencv\modules\core\opencv_core_AVX512_SKX.vcxproj]
eigen\eigen\eigen\src/Core/GenericPacketMath.h(796): error C2665: 'log': none of the 3 overloads could convert all the argument types [opencv\build\platform-windows\arch-AMD64\msvc-19.1\python-3.9\opencv\modules\core\opencv_core_AVX512_SKX.vcxproj]
I would be really appreciative if you could help debug.
A log and more information about the build can be found in the bug report we filed for opencv: https://github.com/opencv/opencv/issues/21675