Salome HOME
suppression du flag global no_base. desormais seul le flag base sera utilise
authorcrouzet <nicolas.crouzet@cea.fr>
Thu, 21 Nov 2019 10:47:49 +0000 (11:47 +0100)
committercrouzet <nicolas.crouzet@cea.fr>
Thu, 21 Nov 2019 10:47:49 +0000 (11:47 +0100)
commands/package.py
doc/src/commands/compile.rst
doc/src/configuration.rst

index f4b226d656b6e1288e5c52a591fe09792fb012b7..97768f47881be2e65c724158487681b0a4d4b6e4 100644 (file)
@@ -1122,7 +1122,7 @@ def find_application_pyconf(config, application_tmp_dir):
                                     'VARS.salometoolsway + $VARS.sep + ".."')
 
     # Prevent from compilation in base
-    application_pyconf_cfg.APPLICATION.no_base = "yes"
+    application_pyconf_cfg.APPLICATION.base = "no"
     
     #remove products that are not in config (which were filtered by --without_properties)
     for product_name in application_pyconf_cfg.APPLICATION.products.keys():
index 1b50caaef2242dc6c6a91421043c54764957e8ae..c0fc589ee753ae4aae4b3c8bf9e21d6b74eb61f5 100644 (file)
@@ -78,4 +78,4 @@ The main options are:
   * **cmake_options** : additional options for cmake.
   * **nb_proc** : number of jobs to use with make for this product.
   * **check_install** : allow to specify a list of path (relative to install directory), that sat will check after installation. This flag allow to check an installation is complete.  
-  * **install_dir** : allow to change the default install dir. If the value is set to *'base'*, the product will by default be installed in salomeTool base. Unless no_base was set to 'yes' or base was set to 'no' in application pyconf.
+  * **install_dir** : allow to change the default install dir. If the value is set to *'base'*, the product will by default be installed in salomeTool base. Unless base was set to 'no' in application pyconf.
index 643275b15dbff3c999dd8d577b8ae3abe1a0e2cc..4f1ec16eb5510b2a8b2e23db6d3c06e7905138e1 100644 (file)
@@ -58,7 +58,6 @@ Globals
   * verbose : activate verbosity in the compilation
   * debug : activate debug mode in the compilation, i.e -g option
   * python3 : 'yes/no' tell sat that the application uses python3 
-  * no_base : 'yes/no' 
   * base : 'yes/no/name'