From: crouzet Date: Mon, 14 Jan 2019 10:36:34 +0000 (+0100) Subject: skip compilation of fixed products X-Git-Tag: 5.3.0~28 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=b10b8239b39b782439f045363df5562485e878cb;p=tools%2Fsat.git skip compilation of fixed products --- diff --git a/commands/compile.py b/commands/compile.py index 4cb7586..dc21fb0 100644 --- a/commands/compile.py +++ b/commands/compile.py @@ -640,6 +640,8 @@ def run(args, runner, logger): # Get the list of products to treat products_infos = src.product.get_products_list(options, runner.cfg, logger) + products_infos = [pi for pi in products_infos if not( + src.product.product_is_fixed(pi[1]))] if options.fathers: # Extend the list with all recursive dependencies of the given products