Salome HOME
bos #33720: the introduction of OpenBLAS needed for OpenTurns, triggers a compilation...
authorNabil Ghodbane <nabil.ghodbane@cea.fr>
Fri, 26 May 2023 10:46:06 +0000 (12:46 +0200)
committerNabil Ghodbane <nabil.ghodbane@cea.fr>
Fri, 26 May 2023 10:46:06 +0000 (12:46 +0200)
products/compil_scripts/opencv.bat

index 083ac658a394f2267cb0fc7dd0b0d6b77022c60b..6ac2155c8ed0b716ff37966d9483f5f9bb804945 100755 (executable)
@@ -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\r
 )\r
 SET CMAKE_OPTIONS=%CMAKE_OPTIONS% -DBUILD_opencv_java:STRING=OFF\r
+REM OpenBLAS triggers a compilation issue / So stay as we were before the introduction of OpenBLAS\r
+SET CMAKE_OPTIONS=%CMAKE_OPTIONS% -DWITH_LAPACK:BOOL=OFF\r
 SET CMAKE_OPTIONS=%CMAKE_OPTIONS% -DCMAKE_GENERATOR="Visual Studio 15 2017 Win64"\r
 \r
 cd %BUILD_DIR%\r