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
{
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 :
{
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'