]> SALOME platform Git repositories - tools/sat_salome.git/commitdiff
Salome HOME
fix windows compilation dependencies
authorNabil Ghodbane <nabil.ghodbane@cea.fr>
Thu, 20 Jan 2022 14:24:57 +0000 (15:24 +0100)
committerNabil Ghodbane <nabil.ghodbane@cea.fr>
Thu, 20 Jan 2022 14:24:57 +0000 (15:24 +0100)
products/compil_scripts/ParaView-5.9.0.bat
products/sphinxintl.pyconf

index 8370ffb987de53512836beb2b48bd197bd9c64ce..5dab748b01cb0bf90d766b920adc4f472ca1bdbd 100644 (file)
@@ -71,7 +71,7 @@ set CMAKE_OPTIONS=%CMAKE_OPTIONS% -DVTK_MODULE_ENABLE_VTK_IOEnSight:INTERNAL=YES
 set CMAKE_OPTIONS=%CMAKE_OPTIONS% -DVTK_MODULE_ENABLE_VTK_IOInfovis:INTERNAL=YES
 
 REM TBB settings
-set CMAKE_OPTIONS=%CMAKE_OPTIONS% -DTBB_ROOT:PATH=%TBB_ROOT_DIR:\=/%
+set CMAKE_OPTIONS=%CMAKE_OPTIONS% -Dtbb_DIR:PATH=%TBB_ROOT_DIR:\=/%
 
 REM Qt settings
 set CMAKE_OPTIONS=%CMAKE_OPTIONS% -DPARAVIEW_USE_QT:BOOL=ON
index 9d17a7d4d17aa5738e5b48c4b3106b2a23f1a9c2..4e9337f0b55ebd4c8d6ec20e5724c93bc6983353 100644 (file)
@@ -30,6 +30,7 @@ default_win :
 {
    compil_script :  'pip_install_whl' + $VARS.scriptExtension
    archive_info : {archive_name : "sphinxintl-" + $APPLICATION.products.sphinxintl + "_windows.tar.gz"}
+    depend : ['Python', 'setuptools', 'click', 'Sphinx','Babel','six','pytz', 'colorama']
 }
 
 version_2_0_0_win_dbg :
@@ -43,7 +44,7 @@ version_2_0_0_win_dbg :
     {
         env_script : "sphinxintl.py"
     }
-    depend : ['Python', 'setuptools', 'click', 'Sphinx','Babel','six','pytz']
+    depend : ['Python', 'setuptools', 'click', 'Sphinx','Babel','six','pytz', 'colorama']
     source_dir : $APPLICATION.workdir + $VARS.sep + 'SOURCES' + $VARS.sep + $name
     build_dir : $APPLICATION.workdir + $VARS.sep + 'BUILD' + $VARS.sep + $name
     install_dir : 'base'