From 2fff156745e67e128fa6245fb81e65fc778d0a2f Mon Sep 17 00:00:00 2001 From: Nabil Ghodbane Date: Tue, 19 Jan 2021 15:33:21 +0100 Subject: [PATCH] sphinxintl DEBUG mode windows --- applications/SALOME-master-windows.pyconf | 4 ++-- products/sphinxintl.pyconf | 26 +++++++++++++++++------ 2 files changed, 21 insertions(+), 9 deletions(-) diff --git a/applications/SALOME-master-windows.pyconf b/applications/SALOME-master-windows.pyconf index e4af8c0..e1e869e 100644 --- a/applications/SALOME-master-windows.pyconf +++ b/applications/SALOME-master-windows.pyconf @@ -187,7 +187,7 @@ __overwrite__ : [ { __condition__ : "APPLICATION.debug == 'yes'" - 'APPLICATION.products.numpy' : {tag : '1.16.4', section: 'version_1_16_4_win_dbg'} - 'APPLICATION.products.sphinxintl' : {tag : '2.0.0', section: 'version_2_0_0_win_dbg'} + 'APPLICATION.products.numpy' : '1.16.4-win-dbg' + 'APPLICATION.products.sphinxintl' : '2.0.0-win-dbg' } ] diff --git a/products/sphinxintl.pyconf b/products/sphinxintl.pyconf index e8c3c44..7932453 100644 --- a/products/sphinxintl.pyconf +++ b/products/sphinxintl.pyconf @@ -22,15 +22,27 @@ default : default_win : { compil_script : 'pip_install_whl' + $VARS.scriptExtension - archive_info : {archive_name : "sphinx_intl-" + $APPLICATION.products.sphinxintl + "_windows.tar.gz"} + archive_info : {archive_name : "sphinxintl-" + $APPLICATION.products.sphinxintl + "_windows.tar.gz"} } version_2_0_0_win_dbg : { - compil_script : 'sphinxintl.bat' - properties: - { - incremental : "yes" - pip : "no" - } + name : "sphinx_intl" + build_source : "script" + compil_script : 'sphinxintl.bat' + archive_info : {archive_name : "sphinxintl-2.0.0_windows.tar.gz"} + get_source : "archive" + environ : + { + env_script : "sphinxintl.py" + } + depend : ['Python', 'setuptools', 'click', 'Sphinx','Babel','six','pytz'] + source_dir : $APPLICATION.workdir + $VARS.sep + 'SOURCES' + $VARS.sep + $name + build_dir : $APPLICATION.workdir + $VARS.sep + 'BUILD' + $VARS.sep + $name + install_dir : 'base' + properties: + { + incremental : "yes" + pip : "no" + } } \ No newline at end of file -- 2.39.2