Salome HOME
sat launcher : nouvelle option -p qui permet de générer un lanceur pour un sous ensem...
[tools/sat.git] / src / internal_config / salomeTools.pyconf
1 #!/usr/bin/env python
2 #-*- coding:utf-8 -*-
3
4 INTERNAL :
5 {   
6     sat_version : "5.3.0"
7     config :
8     {    
9         copy_prefix : "LOCAL_"
10         install_dir : "INSTALL"
11         binary_dir : "BINARIES-"
12         single_install_dir : "PRODUCTS"
13     }
14     log :
15     {
16         not_shown_commands : ["log"]
17     }
18     command :
19     {
20         pip_download : "python -m pip download --disable-pip-version-check"
21         pip_install : "python -m pip install --disable-pip-version-check --no-index"
22     }
23 }
24 PRODUCTS :
25 {
26 }