From c9b2d478e1eace98c493589217ccb0057d57f804 Mon Sep 17 00:00:00 2001 From: Nabil Ghodbane Date: Wed, 2 Feb 2022 16:20:42 +0100 Subject: [PATCH] C3PO can be used without mpi support --- products/C3PO.pyconf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 -- 2.39.2