Salome HOME
bos #41564 [CEA] openturns 1.22
[tools/sat_salome.git] / products / dill.pyconf
1 default :
2 {
3     name : "dill"
4     build_source : "script"
5     compil_script :  $name + $VARS.scriptExtension
6     system_info :
7     {
8         rpm : ["python3-dill"]
9         rpm_dev : []
10         apt : ["python3-dill"]
11         apt_dev : []
12     }
13     get_source : "archive"
14     environ :
15     {
16        env_script : $name + ".py"
17     }
18     depend : ['Python', 'lapack', 'hdf5', 'tbb', 'nlopt', 'libxml2', 'eigen']
19     opt_depend: []
20     patches : []
21     source_dir : $APPLICATION.workdir + $VARS.sep + 'SOURCES' + $VARS.sep + $name
22     build_dir : $APPLICATION.workdir + $VARS.sep + 'BUILD' + $VARS.sep + $name
23     install_dir : 'base'
24     properties :
25     {
26       single_install_dir : "no"
27       incremental : "yes"
28       pip : "yes"
29     }
30 }
31
32 default_win :
33 {
34     compil_script :  'pip_install' + $VARS.scriptExtension
35     properties :
36     {
37       single_install_dir : "no"
38       incremental : "yes"
39       pip : "yes"
40     }
41     depend : ['Python', 'lapack', 'hdf5', 'tbb', 'nlopt', 'libxml2', 'eigen', 'pthreads']
42 }