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