From: Nabil Ghodbane Date: Fri, 26 May 2023 10:46:06 +0000 (+0200) Subject: bos #33720: the introduction of OpenBLAS needed for OpenTurns, triggers a compilation... X-Git-Tag: V9_11_0~14 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=24aa08453a4475ade965ddf4e70e86f473201427;p=tools%2Fsat_salome.git bos #33720: the introduction of OpenBLAS needed for OpenTurns, triggers a compilation issue of OpenCV.Ensure that the flag is not switched on automatically --- 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%