X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=products%2FPyFMI.pyconf;h=1806fc65b042001baba5cd2b0cd4707ce0c9bfc1;hb=207467198be9c1ba66243c84880b12ee6b3912a6;hp=d0ecc761df416609a5a053d8bc631ad8f4bc8ebb;hpb=238ee1f35e010cb31db694dab8bfebe43668a375;p=tools%2Fsat_salome.git diff --git a/products/PyFMI.pyconf b/products/PyFMI.pyconf index d0ecc76..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' @@ -25,3 +25,23 @@ default : pip : "yes" } } + +version_2_6_no_pip : +{ + compil_script : "PyFMI-2.6.sh" + properties: + { + incremental : "yes" + pip : "no" + } +} + +version_2_5_no_pip : +{ + compil_script : "PyFMI-2.5.sh" + properties: + { + incremental : "yes" + pip : "no" + } +}