Salome HOME
topo2vol: use CEA repository
[tools/sat_salome.git] / products / openturns.pyconf
index 7b50d659c8e6977f29dec16ba9672d5599c2207b..c6f0a72442f9cbc1b7bdc81422c0fe92a3975d30 100644 (file)
@@ -37,6 +37,7 @@ default_win :
 
 version_1_16 :
 {
+    compil_script :  "openturns-1.16" + $VARS.scriptExtension
     patches : ['openturns-1.16.0001.patch','openturns-1.16.0002.patch']
 }
 
@@ -44,3 +45,31 @@ version_1_16_win :
 {
     patches : []
 }
+
+version_1_17 :
+{
+    compil_script :  "openturns-1.17" + $VARS.scriptExtension
+    patches : ['openturns-1.17.0001.patch']
+    depend : ['Python', 'lapack', 'hdf5', 'tbb', 'nlopt', 'libxml2', 'eigen', 'matplotlib', 'cminpack', 'FMILibrary', 'PyFMI']
+    opt_depend : ['pandas', 'statsmodels']
+}
+
+version_1_17_FD32 :
+{
+    compil_script :  "openturns-1.17" + $VARS.scriptExtension
+    patches : ['openturns-1.17.0001.patch', 'openturns-1.17.0002.patch']
+    depend : ['Python', 'lapack', 'hdf5', 'tbb', 'nlopt', 'libxml2', 'eigen', 'matplotlib', 'cminpack', 'FMILibrary', 'PyFMI']
+    opt_depend : ['pandas', 'statsmodels']
+}
+
+version_1_17_win :
+{
+    properties :
+    {
+      incremental : "yes"
+      pip : "yes"
+    }
+    depend : ['Python', 'lapack', 'hdf5', 'tbb', 'nlopt', 'libxml2', 'eigen', 'pthreads']
+    opt_depend : []
+    patches : []
+}