From 1fac15efe96e1a07ac248be960584f97ee13a143 Mon Sep 17 00:00:00 2001 From: Nabil Ghodbane Date: Tue, 19 Jan 2021 11:28:59 +0100 Subject: [PATCH] HYBRIDPLUGIN: remove useless dependencies to speed up SAT based Windows build - 10 mn... --- products/HYBRIDPLUGIN.pyconf | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/products/HYBRIDPLUGIN.pyconf b/products/HYBRIDPLUGIN.pyconf index 77f7019..7752786 100644 --- a/products/HYBRIDPLUGIN.pyconf +++ b/products/HYBRIDPLUGIN.pyconf @@ -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 -- 2.39.2