Salome HOME
spns #32335: some projects still rely on Python 2. Implement a switch based on Python...
[tools/sat_salome.git] / products / statsmodels.pyconf
index decc12d8e2c501e37ea29a49b3bf5f0be4437b9e..90685565d6b5bf262af3bee2a6519fbda4fb3ba4 100644 (file)
@@ -15,8 +15,8 @@ default :
     {
 
     }
-    depend : ["Python", "setuptools","PyFMI"]
-    opt_depend : ['pandas', 'patsy']
+    depend : ["Python", "setuptools","PyFMI", "numpy", "scipy", "matplotlib"]
+    opt_depend : ['pandas', 'patsy', 'Pillow']
     source_dir : $APPLICATION.workdir + $VARS.sep + 'SOURCES' + $VARS.sep + $name
     build_dir : $APPLICATION.workdir + $VARS.sep + 'BUILD' + $VARS.sep + $name
     install_dir : 'base'
@@ -27,6 +27,24 @@ default :
     }
 }
 
+version_0_10_2:
+{
+   properties:
+    {
+      incremental : "yes"
+      pip : "yes"
+    }
+}
+
+version_0_9_0:
+{
+   properties:
+    {
+      incremental : "yes"
+      pip : "yes"
+    }
+}
+
 version_0_8_0:
 {
    properties:
@@ -44,3 +62,13 @@ version_0_6_1:
       pip : "yes"
     }
 }
+
+version_0_6_1_no_pip:
+{
+   compil_script : "statsmodels-0.6.1" + $VARS.scriptExtension
+   properties:
+    {
+      incremental : "yes"
+      pip : "no"
+    }
+}