Salome HOME
spns #26828: convergence EDF: CentOS 7: switch off documentation for Openturns
[tools/sat_salome.git] / products / openturns.pyconf
1 default :
2 {
3     name : "openturns"
4     build_source : "script"
5     compil_script :  $name + $VARS.scriptExtension
6     get_source : "archive"
7     environ :
8     {
9        env_script : "openturns.py"
10     }
11     depend : ['Python', 'lapack', 'hdf5', 'tbb', 'nlopt', 'libxml2', 'eigen', 'matplotlib']
12     build_depend : ["cmake", "swig"]
13     opt_depend : ['openmpi']
14     patches : []
15     source_dir : $APPLICATION.workdir + $VARS.sep + 'SOURCES' + $VARS.sep + $name
16     build_dir : $APPLICATION.workdir + $VARS.sep + 'BUILD' + $VARS.sep + $name
17     install_dir : 'base'
18     properties :
19     {
20       single_install_dir : "no"
21       incremental : "yes"
22     }
23 }
24
25 default_win :
26 {
27     compil_script :  'pip_install' + $VARS.scriptExtension
28     properties :
29     {
30       single_install_dir : "yes"
31       incremental : "yes"
32       pip : "yes"
33     }
34     depend : ['Python', 'lapack', 'hdf5', 'tbb', 'nlopt', 'libxml2', 'eigen', 'pthreads']
35     opt_depend : []
36 }
37
38 version_1_16 :
39 {
40     compil_script :  "openturns-1.16" + $VARS.scriptExtension
41     patches : ['openturns-1.16.0001.patch','openturns-1.16.0002.patch']
42 }
43
44 version_1_16_win :
45 {
46     patches : []
47 }
48
49 version_1_17 :
50 {
51     compil_script :  "openturns-1.17" + $VARS.scriptExtension
52     patches : ['openturns-1.17.0001.patch']
53     depend : ['Python', 'lapack', 'hdf5', 'tbb', 'nlopt', 'libxml2', 'eigen', 'matplotlib', 'cminpack', 'FMILibrary', 'PyFMI']
54     opt_depend : ['pandas', 'statsmodels']
55 }
56
57 version_1_17_FD32 :
58 {
59     compil_script :  "openturns-1.17" + $VARS.scriptExtension
60     patches : ['openturns-1.17.0001.patch', 'openturns-1.17.0002.patch']
61     depend : ['Python', 'lapack', 'hdf5', 'tbb', 'nlopt', 'libxml2', 'eigen', 'matplotlib', 'cminpack', 'FMILibrary', 'PyFMI']
62     opt_depend : ['pandas', 'statsmodels']
63 }
64
65 version_1_17_win :
66 {
67     properties :
68     {
69       incremental : "yes"
70       pip : "yes"
71     }
72     depend : ['Python', 'lapack', 'hdf5', 'tbb', 'nlopt', 'libxml2', 'eigen', 'pthreads']
73     opt_depend : []
74     patches : []
75 }