]> SALOME platform Git repositories - tools/sat_salome.git/commitdiff
Salome HOME
HYBRIDPLUGIN: remove useless dependencies to speed up SAT based Windows build - 10...
authorNabil Ghodbane <nabil.ghodbane@cea.fr>
Tue, 19 Jan 2021 10:28:59 +0000 (11:28 +0100)
committerNabil Ghodbane <nabil.ghodbane@cea.fr>
Tue, 19 Jan 2021 10:28:59 +0000 (11:28 +0100)
products/HYBRIDPLUGIN.pyconf

index 77f70197f97c413d78a14d17e3fdea35b9c9f071..7752786d2e7dd1c98b8a7a74f441efaedccb1025 100644 (file)
@@ -32,5 +32,15 @@ default :
     {
         is_SALOME_module : "yes"
         has_unit_tests
+       incremental : "yes"
     }
 } 
+
+default_win :
+{
+  # speed-up build - now 10 mn...
+   depend : [
+             "SMESH",
+             "MeshGems"
+              ]
+ }
\ No newline at end of file