'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():
* **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.
* 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'