X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=products%2Fplanegcs.pyconf;h=b267bffc36e24560d58e12d48fe1db059e732696;hb=207467198be9c1ba66243c84880b12ee6b3912a6;hp=08457c509366322585f21fe4c0c2cd8f6dbda77e;hpb=298f0f1f3babde4391646eecad9c63ec2f3f46c2;p=tools%2Fsat_salome.git diff --git a/products/planegcs.pyconf b/products/planegcs.pyconf index 08457c5..b267bff 100644 --- a/products/planegcs.pyconf +++ b/products/planegcs.pyconf @@ -1,21 +1,26 @@ default : { - name : "planegcs" - build_source : "script" - compil_script : $name + $VARS.scriptExtension - get_source : "archive" - environ : - { - env_script : $name + ".py" - } - depend : ['eigen','boost'] - build_depend : ["cmake"] - 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" - } + name : "planegcs" + build_source : "script" + compil_script : $name + $VARS.scriptExtension + get_source : "archive" + environ : + { + env_script : $name + ".py" + } + depend : ['eigen','boost'] + build_depend : ["cmake"] + 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" + } + patches: [] } +version_0_20 : +{ + patches: ['planegcs-0.20.p01.patch', 'planegcs-0.20.p02.patch'] +} \ No newline at end of file