Salome HOME
add med file support
[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_19 :
39 {
40     compil_script :  "openturns-1.19" + $VARS.scriptExtension
41     patches : ['openturns-1.19.0001.patch']
42     depend : ['Python', 'lapack', 'hdf5', 'tbb', 'nlopt', 'libxml2', 'eigen', 'matplotlib', 'cminpack', 'FMILibrary', 'PyFMI']
43     opt_depend : ['pandas', 'statsmodels']
44 }
45
46 version_1_18 :
47 {
48     compil_script :  "openturns-1.18" + $VARS.scriptExtension
49     patches : ['openturns-1.18.0001.patch']
50     depend : ['Python', 'lapack', 'hdf5', 'tbb', 'nlopt', 'libxml2', 'eigen', 'matplotlib', 'cminpack', 'FMILibrary', 'PyFMI']
51     opt_depend : ['pandas', 'statsmodels']
52 }
53
54 version_1_18_FD34 :
55 {
56     compil_script :  "openturns-1.18" + $VARS.scriptExtension
57     patches : ['openturns-1.18.0001.patch', 'openturns-1.18.0002.patch']
58     depend : ['Python', 'lapack', 'hdf5', 'tbb', 'nlopt', 'libxml2', 'eigen', 'matplotlib', 'cminpack', 'FMILibrary', 'PyFMI']
59     opt_depend : ['pandas', 'statsmodels']
60 }
61
62 version_1_18_FD32 :
63 {
64     compil_script :  "openturns-1.18" + $VARS.scriptExtension
65     patches : ['openturns-1.18.0001.patch', 'openturns-1.18.0002.patch']
66     depend : ['Python', 'lapack', 'hdf5', 'tbb', 'nlopt', 'libxml2', 'eigen', 'matplotlib', 'cminpack', 'FMILibrary', 'PyFMI']
67     opt_depend : ['pandas', 'statsmodels']
68 }
69
70 version_1_18_win :
71 {
72     properties :
73     {
74       incremental : "yes"
75       pip : "yes"
76     }
77     depend : ['Python', 'lapack', 'hdf5', 'tbb', 'nlopt', 'libxml2', 'eigen', 'pthreads', 'dill', 'psutil']
78     opt_depend : []
79     patches : []
80 }
81
82 version_1_17 :
83 {
84     compil_script :  "openturns-1.17" + $VARS.scriptExtension
85     patches : ['openturns-1.17.0001.patch']
86     depend : ['Python', 'lapack', 'hdf5', 'tbb', 'nlopt', 'libxml2', 'eigen', 'matplotlib', 'cminpack', 'FMILibrary', 'PyFMI']
87     opt_depend : ['pandas', 'statsmodels']
88 }
89
90 version_1_17_FD32 :
91 {
92     compil_script :  "openturns-1.17" + $VARS.scriptExtension
93     patches : ['openturns-1.17.0001.patch', 'openturns-1.17.0002.patch']
94     depend : ['Python', 'lapack', 'hdf5', 'tbb', 'nlopt', 'libxml2', 'eigen', 'matplotlib', 'cminpack', 'FMILibrary', 'PyFMI']
95     opt_depend : ['pandas', 'statsmodels']
96 }
97
98 version_1_17_win :
99 {
100     properties :
101     {
102       incremental : "yes"
103       pip : "yes"
104     }
105     depend : ['Python', 'lapack', 'hdf5', 'tbb', 'nlopt', 'libxml2', 'eigen', 'pthreads']
106     opt_depend : []
107     patches : []
108 }
109
110 version_1_16 :
111 {
112     compil_script :  "openturns-1.16" + $VARS.scriptExtension
113     patches : ['openturns-1.16.0001.patch','openturns-1.16.0002.patch']
114 }
115
116 version_1_16_win :
117 {
118     patches : []
119 }