X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=products%2FYACS.pyconf;h=ec4d021ef14ff2c8ffbe45c35d29c8902accd0ee;hb=207467198be9c1ba66243c84880b12ee6b3912a6;hp=fdea20b324a1917373e027ce192ee54b3086fcd7;hpb=dc1a479a1df39203fe04f79391f018b112952009;p=tools%2Fsat_salome.git diff --git a/products/YACS.pyconf b/products/YACS.pyconf index fdea20b..ec4d021 100644 --- a/products/YACS.pyconf +++ b/products/YACS.pyconf @@ -2,6 +2,7 @@ default : { name : "YACS" build_source : "cmake" + cmake_options : " -DSALOME_YACS_USE_EMBEDDED_PMML=OFF" get_source : "git" git_info: { @@ -33,10 +34,6 @@ default : opt_depend : ['pmml'] build_depend : ["cmake", "swig", "doxygen", "cppunit"] - patches : [ - "yacs_cea_v2.patch" - ] - nb_proc : 4 source_dir : $APPLICATION.workdir + $VARS.sep + 'SOURCES' + $VARS.sep + $name build_dir : $APPLICATION.workdir + $VARS.sep + 'BUILD' + $VARS.sep + $name @@ -49,9 +46,16 @@ default : } } +version_9_2_0_to_9_8_0 : +{ + cmake_options : "" + patches : ["yacs_cea_v2.patch"] +} + # bug in cmake for multi proc compilation from_7_7_0_to_8_5_0 : { + cmake_options : "" nb_proc : 1 }