]> SALOME platform Git repositories - tools/sat_salome.git/commitdiff
Salome HOME
Windows: PATH length issue: install medfile, metis and planegcs centrally
authorNabil Ghodbane <nabil.ghodbane@cea.fr>
Tue, 18 Oct 2022 10:41:45 +0000 (12:41 +0200)
committerNabil Ghodbane <nabil.ghodbane@cea.fr>
Tue, 18 Oct 2022 10:41:45 +0000 (12:41 +0200)
products/medfile.pyconf
products/metis.pyconf
products/planegcs.pyconf

index 1ebb4c06adcd7c15921136978bbcdaed72601563..6a34a5706f6a08ca2a8692b4ff01eabd0bdad14c 100644 (file)
@@ -43,6 +43,12 @@ version_4_1_1_win :
 {
     compil_script :  "medCMake.bat"
     patches : ['med-4.1.0_win_3x_files_support.patch', 'med-4.1.1-symlink-or-copy.patch']
+    properties :
+    {
+       incremental : "yes"
+       single_install_dir: "yes" # aimed to solve sat #18914
+       has_unit_tests : "yes"
+    }
 }
 
 # needed in order to screen with windows version - see below
index bd0fcb097434e07e6bf4073e8897afd4c94212d2..c2b705d86f8ef973ae2a4753bc58c8c993974cb3 100644 (file)
@@ -37,6 +37,11 @@ version_5_1_0  :
 version_5_1_0_win  :
 {
     patches: [ 'metis-use_cat_not_more.patch','metis-5.1.0_windows.patch']
+    properties :
+    {
+       incremental : "yes"
+       single_install_dir: 'yes' # aimed to solve sat #18914
+    }
 }
 
 version_5_0_2  :
index b267bffc36e24560d58e12d48fe1db059e732696..3f121c156368948cad3de1627e8df78a7ee6cc2a 100644 (file)
@@ -20,7 +20,29 @@ default :
   patches: []
 }
 
+version_0_18_3cb6890 :
+{
+}
+
+version_0_18_3cb6890_win :
+{
+    properties :
+    {
+       incremental : 'yes'
+       single_install_dir: 'yes' # aimed to solve sat #18914
+    }
+}
+
 version_0_20 :
 {
   patches: ['planegcs-0.20.p01.patch', 'planegcs-0.20.p02.patch']
+}
+
+version_0_20_win :
+{
+    properties :
+    {
+       incremental : 'yes'
+       single_install_dir: 'yes' # aimed to solve sat #18914
+    }
 }
\ No newline at end of file