X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=products%2FC3PO.pyconf;h=4caf277bb098db91363b52d37e287ab98967f17b;hb=207467198be9c1ba66243c84880b12ee6b3912a6;hp=db6575d9983f2378900a76dfaeb5be2180e62ad1;hpb=5471237662c982cedcce3cf1006830810c2c0c57;p=tools%2Fsat_salome.git diff --git a/products/C3PO.pyconf b/products/C3PO.pyconf index db6575d..4caf277 100644 --- a/products/C3PO.pyconf +++ b/products/C3PO.pyconf @@ -17,13 +17,20 @@ default : "Python", "numpy", "MEDCOUPLING", - "medfile", - "openmpi" + "medfile" ] + 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'] }