X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=products%2FC3PO.pyconf;h=4caf277bb098db91363b52d37e287ab98967f17b;hb=207467198be9c1ba66243c84880b12ee6b3912a6;hp=3fee53ee640f4c82da8ea26e8b1221316daa2578;hpb=c9b2d478e1eace98c493589217ccb0057d57f804;p=tools%2Fsat_salome.git diff --git a/products/C3PO.pyconf b/products/C3PO.pyconf index 3fee53e..4caf277 100644 --- a/products/C3PO.pyconf +++ b/products/C3PO.pyconf @@ -19,11 +19,18 @@ default : "MEDCOUPLING", "medfile" ] - opt_depend: ["openmpi"] + opt_depend: ["openmpi", "mpi4py"] build_depend : ["cmake", "swig", "cppunit"] source_dir : $APPLICATION.workdir + $VARS.sep + 'SOURCES' + $VARS.sep + $name build_dir : $APPLICATION.workdir + $VARS.sep + 'BUILD' + $VARS.sep + $name properties: { - } + incremental : "yes" + } + patches: [] + } + +version_v2_0 : +{ + patches: ['C3PO-v2.0.patch'] }