From: Nabil Ghodbane Date: Wed, 2 Feb 2022 15:20:42 +0000 (+0100) Subject: C3PO can be used without mpi support X-Git-Tag: V9_9_0~199 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=c9b2d478e1eace98c493589217ccb0057d57f804;p=tools%2Fsat_salome.git C3PO can be used without mpi support --- diff --git a/products/C3PO.pyconf b/products/C3PO.pyconf index db6575d..3fee53e 100644 --- a/products/C3PO.pyconf +++ b/products/C3PO.pyconf @@ -17,9 +17,9 @@ default : "Python", "numpy", "MEDCOUPLING", - "medfile", - "openmpi" + "medfile" ] + opt_depend: ["openmpi"] 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