Salome HOME
bos #38104: prepare final configuration files for SALOME 9.12.0
[tools/sat_salome.git] / products / dill.pyconf
1 default :
2 {
3     name : "dill"
4     build_source : "script"
5     compil_script :  $name + $VARS.scriptExtension
6     get_source : "archive"
7     environ :
8     {
9        env_script : $name + ".py"
10     }
11     depend : ['Python', 'lapack', 'hdf5', 'tbb', 'nlopt', 'libxml2', 'eigen']
12         opt_depend: []
13     patches : []
14     source_dir : $APPLICATION.workdir + $VARS.sep + 'SOURCES' + $VARS.sep + $name
15     build_dir : $APPLICATION.workdir + $VARS.sep + 'BUILD' + $VARS.sep + $name
16     install_dir : 'base'
17     properties :
18     {
19       single_install_dir : "no"
20       incremental : "yes"
21       pip : "yes"
22     }
23 }
24
25 default_win :
26 {
27     compil_script :  'pip_install' + $VARS.scriptExtension
28     properties :
29     {
30       single_install_dir : "no"
31       incremental : "yes"
32       pip : "yes"
33     }
34     depend : ['Python', 'lapack', 'hdf5', 'tbb', 'nlopt', 'libxml2', 'eigen', 'pthreads']
35 }