X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=products%2Fpmml.pyconf;h=90a35a42cb99b71adefccd26141a1899b869bd1d;hb=131c61df6a621b8b571b90d15f4592d24a4b5d57;hp=f3bd04fe4f4a1e28f6f1c8cf208ff876bf845387;hpb=dc1a479a1df39203fe04f79391f018b112952009;p=tools%2Fsat_salome.git diff --git a/products/pmml.pyconf b/products/pmml.pyconf index f3bd04f..90a35a4 100644 --- a/products/pmml.pyconf +++ b/products/pmml.pyconf @@ -12,10 +12,24 @@ default : { env_script : $name + ".py" } - build_depend : ["cmake", "Python", "libxml2"] - depend : [] - opt_depend : ["swig", "doxygen"] + depend : ["Python", "libxml2"] + build_depend : ["cmake", "swig", "doxygen"] + opt_depend : [] source_dir : $APPLICATION.workdir + $VARS.sep + 'SOURCES' + $VARS.sep + $name build_dir : $APPLICATION.workdir + $VARS.sep + 'BUILD' + $VARS.sep + $name install_dir : 'base' + properties : + { + incremental : "yes" + single_install_dir : "no" + } +} + +default_win : +{ + properties : + { + incremental : "yes" + single_install_dir : "yes" + } }