Salome HOME
openturns - enforce use of dill/scikitlearn versions
[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_19_win :
47 {
48     properties :
49     {
50       incremental : "yes"
51       pip : "yes"
52     }
53     depend : ['Python', 'lapack', 'hdf5', 'tbb', 'nlopt', 'libxml2', 'eigen', 'pthreads', 'dill', 'psutil']
54     opt_depend : []
55     patches : []
56 }
57
58 version_1_19_UB22_04 :
59 {
60     compil_script :  "openturns-1.19" + $VARS.scriptExtension
61     patches : ['openturns-1.19.0001.patch', 'openturns-1.19.0003.patch', 'openturns-1.19.0004.patch']
62     depend : ['Python', 'lapack', 'hdf5', 'tbb', 'nlopt', 'libxml2', 'eigen', 'matplotlib', 'cminpack', 'FMILibrary', 'PyFMI']
63     opt_depend : ['pandas', 'statsmodels']
64 }
65
66 version_1_19_UB20_04 :
67 {
68     compil_script :  "openturns-1.19" + $VARS.scriptExtension
69     patches : ['openturns-1.19.0002.patch']
70     depend : ['Python', 'lapack', 'hdf5', 'tbb', 'nlopt', 'libxml2', 'eigen', 'matplotlib', 'cminpack', 'FMILibrary', 'PyFMI']
71     opt_depend : ['pandas', 'statsmodels']
72 }
73
74 version_1_19_FD36 :
75 {
76     compil_script :  "openturns-1.19" + $VARS.scriptExtension
77     patches : ['openturns-1.19.0001.patch', 'openturns-1.19.0003.patch']
78     depend : ['Python', 'lapack', 'hdf5', 'tbb', 'nlopt', 'libxml2', 'eigen', 'matplotlib', 'cminpack', 'FMILibrary', 'PyFMI']
79     opt_depend : ['pandas', 'statsmodels']
80 }
81
82 version_1_19_FD34 :
83 {
84     compil_script :  "openturns-1.19" + $VARS.scriptExtension
85     patches : ['openturns-1.19.0001.patch', 'openturns-1.19.0003.patch']
86     depend : ['Python', 'lapack', 'hdf5', 'tbb', 'nlopt', 'libxml2', 'eigen', 'matplotlib', 'cminpack', 'FMILibrary', 'PyFMI']
87     opt_depend : ['pandas', 'statsmodels']
88 }
89
90 version_1_19_FD32 :
91 {
92     compil_script :  "openturns-1.19" + $VARS.scriptExtension
93     patches : ['openturns-1.19.0001.patch', 'openturns-1.19.0003.patch']
94     depend : ['Python', 'lapack', 'hdf5', 'tbb', 'nlopt', 'libxml2', 'eigen', 'matplotlib', 'cminpack', 'FMILibrary', 'PyFMI']
95     opt_depend : ['pandas', 'statsmodels']
96 }
97
98 version_1_18 :
99 {
100     compil_script :  "openturns-1.18" + $VARS.scriptExtension
101     patches : ['openturns-1.18.0001.patch']
102     depend : ['Python', 'lapack', 'hdf5', 'tbb', 'nlopt', 'libxml2', 'eigen', 'matplotlib', 'cminpack', 'FMILibrary', 'PyFMI']
103     opt_depend : ['pandas', 'statsmodels']
104 }
105
106 version_1_18_FD34 :
107 {
108     compil_script :  "openturns-1.18" + $VARS.scriptExtension
109     patches : ['openturns-1.18.0001.patch', 'openturns-1.18.0002.patch']
110     depend : ['Python', 'lapack', 'hdf5', 'tbb', 'nlopt', 'libxml2', 'eigen', 'matplotlib', 'cminpack', 'FMILibrary', 'PyFMI']
111     opt_depend : ['pandas', 'statsmodels']
112 }
113
114 version_1_18_FD32 :
115 {
116     compil_script :  "openturns-1.18" + $VARS.scriptExtension
117     patches : ['openturns-1.18.0001.patch', 'openturns-1.18.0002.patch']
118     depend : ['Python', 'lapack', 'hdf5', 'tbb', 'nlopt', 'libxml2', 'eigen', 'matplotlib', 'cminpack', 'FMILibrary', 'PyFMI']
119     opt_depend : ['pandas', 'statsmodels']
120 }
121
122 version_1_18_win :
123 {
124     properties :
125     {
126       incremental : "yes"
127       pip : "yes"
128     }
129     depend : ['Python', 'lapack', 'hdf5', 'tbb', 'nlopt', 'libxml2', 'eigen', 'pthreads', 'dill', 'psutil']
130     opt_depend : []
131     patches : []
132 }
133
134 version_1_17 :
135 {
136     compil_script :  "openturns-1.17" + $VARS.scriptExtension
137     patches : ['openturns-1.17.0001.patch']
138     depend : ['Python', 'lapack', 'hdf5', 'tbb', 'nlopt', 'libxml2', 'eigen', 'matplotlib', 'cminpack', 'FMILibrary', 'PyFMI']
139     opt_depend : ['pandas', 'statsmodels']
140 }
141
142 version_1_17_FD32 :
143 {
144     compil_script :  "openturns-1.17" + $VARS.scriptExtension
145     patches : ['openturns-1.17.0001.patch', 'openturns-1.17.0002.patch']
146     depend : ['Python', 'lapack', 'hdf5', 'tbb', 'nlopt', 'libxml2', 'eigen', 'matplotlib', 'cminpack', 'FMILibrary', 'PyFMI']
147     opt_depend : ['pandas', 'statsmodels']
148 }
149
150 version_1_17_win :
151 {
152     properties :
153     {
154       incremental : "yes"
155       pip : "yes"
156     }
157     depend : ['Python', 'lapack', 'hdf5', 'tbb', 'nlopt', 'libxml2', 'eigen', 'pthreads']
158     opt_depend : []
159     patches : []
160 }
161
162 version_1_16 :
163 {
164     compil_script :  "openturns-1.16" + $VARS.scriptExtension
165     patches : ['openturns-1.16.0001.patch','openturns-1.16.0002.patch']
166 }
167
168 version_1_16_win :
169 {
170     patches : []
171 }