Salome HOME
Remove unneeded gcc product from batch mode script
authorvsr <vsr@opencascade.com>
Wed, 21 May 2014 09:35:12 +0000 (13:35 +0400)
committervsr <vsr@opencascade.com>
Wed, 21 May 2014 09:35:12 +0000 (13:35 +0400)
runInstall

index a01939e58ca271f357ea9ee399caf6ea48514dd1..5410999811de3ff7a43b768e2e7357043467bb0c 100755 (executable)
@@ -529,7 +529,7 @@ class ConfigParser:
             pass
         self.products.extend( req_prods_list )
         self.products.extend( sal_prods_list )
-        if len(self.products) != 0:
+        if False and len(self.products) != 0: # VSR 2014-05-21 : not needed anymore
             gcc_product = Product("gcc",
                                   __CTX__PREREQUISITE__,
                                   self.products[0].os,