From 7e21f3bc4f2a1eb787da8eb95979eb40faff452a Mon Sep 17 00:00:00 2001 From: crouzet Date: Mon, 18 Jan 2021 16:40:36 +0100 Subject: [PATCH] =?utf8?q?correction=20d=C3=A9pendances=20HYBRIDPLUGIN?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- products/HYBRIDPLUGIN.pyconf | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/products/HYBRIDPLUGIN.pyconf b/products/HYBRIDPLUGIN.pyconf index 3db881c..308be6c 100644 --- a/products/HYBRIDPLUGIN.pyconf +++ b/products/HYBRIDPLUGIN.pyconf @@ -15,22 +15,18 @@ default : } depend : [ "KERNEL", - "MEDCOUPLING", "GEOM", "SMESH", - "BLSURFPLUGIN", - "NETGENPLUGIN", "Python", "qt", "boost", "CAS", - "hdf5", + "medfile", "omniORB", "docutils", - "ParaView", "MeshGems" ] - build_depend : ["cmake", "swig", "doxygen", "cppunit"] + build_depend : ["cmake", "swig", "doxygen"] source_dir : $APPLICATION.workdir + $VARS.sep + 'SOURCES' + $VARS.sep + $name build_dir : $APPLICATION.workdir + $VARS.sep + 'BUILD' + $VARS.sep + $name properties: -- 2.39.2