Salome HOME
sphinxintl DEBUG mode windows
authorNabil Ghodbane <nabil.ghodbane@cea.fr>
Tue, 19 Jan 2021 14:33:21 +0000 (15:33 +0100)
committerNabil Ghodbane <nabil.ghodbane@cea.fr>
Tue, 19 Jan 2021 14:33:21 +0000 (15:33 +0100)
applications/SALOME-master-windows.pyconf
products/sphinxintl.pyconf

index e4af8c0f67b1e48eeab248c9d7fa3759b274f229..e1e869e8c1a66802f7aebb9838e3d415faf3f924 100644 (file)
@@ -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'
   }
 ]
index e8c3c441ef3b3ae584322db6d4c937b424734646..7932453a910c49033e9e3dd7e340bc10ed116ada 100644 (file)
@@ -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