Salome HOME
temporary patch for PARAVIS - paraview 5.11
[tools/sat_salome.git] / products / openturns.pyconf
index 2091e42441c41161f3682ff8c0bd8879a8fdd88f..36d5f6e88860001eda2078dc3f54a8ce350d5959 100644 (file)
@@ -35,6 +35,14 @@ default_win :
     opt_depend : []
 }
 
+version_1_19 :
+{
+    compil_script :  "openturns-1.19" + $VARS.scriptExtension
+    patches : ['openturns-1.19.0001.patch']
+    depend : ['Python', 'lapack', 'hdf5', 'tbb', 'nlopt', 'libxml2', 'eigen', 'matplotlib', 'cminpack', 'FMILibrary', 'PyFMI']
+    opt_depend : ['pandas', 'statsmodels']
+}
+
 version_1_18 :
 {
     compil_script :  "openturns-1.18" + $VARS.scriptExtension
@@ -43,6 +51,14 @@ version_1_18 :
     opt_depend : ['pandas', 'statsmodels']
 }
 
+version_1_18_FD34 :
+{
+    compil_script :  "openturns-1.18" + $VARS.scriptExtension
+    patches : ['openturns-1.18.0001.patch', 'openturns-1.18.0002.patch']
+    depend : ['Python', 'lapack', 'hdf5', 'tbb', 'nlopt', 'libxml2', 'eigen', 'matplotlib', 'cminpack', 'FMILibrary', 'PyFMI']
+    opt_depend : ['pandas', 'statsmodels']
+}
+
 version_1_18_FD32 :
 {
     compil_script :  "openturns-1.18" + $VARS.scriptExtension
@@ -58,7 +74,7 @@ version_1_18_win :
       incremental : "yes"
       pip : "yes"
     }
-    depend : ['Python', 'lapack', 'hdf5', 'tbb', 'nlopt', 'libxml2', 'eigen', 'pthreads']
+    depend : ['Python', 'lapack', 'hdf5', 'tbb', 'nlopt', 'libxml2', 'eigen', 'pthreads', 'dill', 'psutil']
     opt_depend : []
     patches : []
 }