Salome HOME
SMESH depends upon SHAPERSTUDY - otherwise SHAPERSTUDY_ROOT_DIR is not exposed
[tools/sat_salome.git] / products / openturns.pyconf
index ef1834851c4a34750cfbf93d28ffa98f1dc22eb8..5721d7e94bb4a98a8b498204c08614b4ab8ad070 100644 (file)
@@ -23,10 +23,22 @@ 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', 'openturns_nlopt.patch']
+    patches : ['openturns-1.16.0001.patch']
+}
+
+version_1_16_win :
+{
+    patches : []
 }