]> SALOME platform Git repositories - tools/sat_salome.git/commitdiff
Salome HOME
openturns -windows: use PIP as agreed with Schueller
authorNabil Ghodbane <nabil.ghodbane@cea.fr>
Thu, 22 Apr 2021 07:54:41 +0000 (09:54 +0200)
committerNabil Ghodbane <nabil.ghodbane@cea.fr>
Thu, 22 Apr 2021 07:54:41 +0000 (09:54 +0200)
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 : []
+}