Salome HOME
initial commit : transfert of salome configuration files from internal git base
[tools/sat_salome.git] / products / openblas.pyconf
1 default :
2 {
3     name : "openblas"
4     build_source : "script"
5     compil_script : $name + $VARS.scriptExtension
6     get_source : "archive"
7     system_info : 
8     {
9     }
10     environ :
11     {
12        env_script : $name + ".py"
13     }
14     depend : ['Python']
15     build_depend : ["cmake"]
16     source_dir : $APPLICATION.workdir + $VARS.sep + 'SOURCES' + $VARS.sep + $name
17     build_dir : $APPLICATION.workdir + $VARS.sep + 'BUILD' + $VARS.sep + $name
18     install_dir : 'base'
19     properties :
20     {
21       incremental : "yes"
22       single_install_dir : "no"
23     }
24 }
25
26 default_win:
27 {
28     properties :
29     {
30       incremental : "yes"
31       single_install_dir : "yes"
32     }
33 }