X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=products%2FPyFMI.pyconf;h=1806fc65b042001baba5cd2b0cd4707ce0c9bfc1;hb=207467198be9c1ba66243c84880b12ee6b3912a6;hp=a5b2c816a990954723d4f5986ac3c60a5364c1b5;hpb=344f7a595232e2fe0bc5bda446be13dbf84f680c;p=tools%2Fsat_salome.git diff --git a/products/PyFMI.pyconf b/products/PyFMI.pyconf index a5b2c81..1806fc6 100644 --- a/products/PyFMI.pyconf +++ b/products/PyFMI.pyconf @@ -15,7 +15,7 @@ default : { env_script : $name + ".py" } - depend : ["Python", "setuptools", "FMILibrary"] + depend : ["Python", "setuptools", "FMILibrary", "numpy"] source_dir : $APPLICATION.workdir + $VARS.sep + 'SOURCES' + $VARS.sep + $name build_dir : $APPLICATION.workdir + $VARS.sep + 'BUILD' + $VARS.sep + $name install_dir : 'base' @@ -26,11 +26,22 @@ default : } } -version_2_5 : +version_2_6_no_pip : { + compil_script : "PyFMI-2.6.sh" properties: { incremental : "yes" - pip : "yes" + pip : "no" + } +} + +version_2_5_no_pip : +{ + compil_script : "PyFMI-2.5.sh" + properties: + { + incremental : "yes" + pip : "no" } }