From 24aa08453a4475ade965ddf4e70e86f473201427 Mon Sep 17 00:00:00 2001 From: Nabil Ghodbane Date: Fri, 26 May 2023 12:46:06 +0200 Subject: [PATCH] bos #33720: the introduction of OpenBLAS needed for OpenTurns, triggers a compilation issue of OpenCV.Ensure that the flag is not switched on automatically --- products/compil_scripts/opencv.bat | 2 ++ 1 file changed, 2 insertions(+) diff --git a/products/compil_scripts/opencv.bat b/products/compil_scripts/opencv.bat index 083ac65..6ac2155 100755 --- a/products/compil_scripts/opencv.bat +++ b/products/compil_scripts/opencv.bat @@ -32,6 +32,8 @@ if %SAT_DEBUG% == 0 ( set CMAKE_OPTIONS=%CMAKE_OPTIONS% -DPYTHON_LIBRARY:STRING=%PYTHON_ROOT_DIR:\=/%/libs/python%PYTHON_VERSION:.=%_d.lib ) SET CMAKE_OPTIONS=%CMAKE_OPTIONS% -DBUILD_opencv_java:STRING=OFF +REM OpenBLAS triggers a compilation issue / So stay as we were before the introduction of OpenBLAS +SET CMAKE_OPTIONS=%CMAKE_OPTIONS% -DWITH_LAPACK:BOOL=OFF SET CMAKE_OPTIONS=%CMAKE_OPTIONS% -DCMAKE_GENERATOR="Visual Studio 15 2017 Win64" cd %BUILD_DIR% -- 2.39.2