Salome HOME
SMESH depends upon SHAPERSTUDY - otherwise SHAPERSTUDY_ROOT_DIR is not exposed
[tools/sat_salome.git] / products / openturns.pyconf
index 3c33339ce7c47a84418d772a713d71c1c25927d2..5721d7e94bb4a98a8b498204c08614b4ab8ad070 100644 (file)
@@ -21,7 +21,24 @@ default :
     }
 }
 
+default_win :
+{
+    compil_script :  'pip_install' + $VARS.scriptExtension
+    properties :
+    {
+      single_install_dir : "yes"
+      incremental : "yes"
+      pip : "yes"
+    }
+    depend : ['Python', 'lapack', 'hdf5', 'tbb', 'nlopt', 'libxml2', 'eigen', 'pthreads']
+}
+
 version_1_16 :
 {
-  patches : ['openturns-1.16.0001.patch']
+    patches : ['openturns-1.16.0001.patch']
+}
+
+version_1_16_win :
+{
+    patches : []
 }