X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=products%2Fstatsmodels.pyconf;h=7bf5e44fa00f6f5855f4a9f5cf237a28d22c92c6;hb=207467198be9c1ba66243c84880b12ee6b3912a6;hp=decc12d8e2c501e37ea29a49b3bf5f0be4437b9e;hpb=344f7a595232e2fe0bc5bda446be13dbf84f680c;p=tools%2Fsat_salome.git diff --git a/products/statsmodels.pyconf b/products/statsmodels.pyconf index decc12d..7bf5e44 100644 --- a/products/statsmodels.pyconf +++ b/products/statsmodels.pyconf @@ -15,7 +15,7 @@ default : { } - depend : ["Python", "setuptools","PyFMI"] + depend : ["Python", "setuptools","PyFMI", "numpy", "scipy", "matplotlib"] opt_depend : ['pandas', 'patsy'] source_dir : $APPLICATION.workdir + $VARS.sep + 'SOURCES' + $VARS.sep + $name build_dir : $APPLICATION.workdir + $VARS.sep + 'BUILD' + $VARS.sep + $name @@ -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" + } +}