From 6384a4e76b8022325af3958c5033decc01b3059e Mon Sep 17 00:00:00 2001 From: Nabil Ghodbane Date: Thu, 21 Jan 2021 14:29:28 +0100 Subject: [PATCH] HEXABLOCKPLUGIN : speed-up product SAT based compilation: 20mn on Windows (was 1h) and 5mn on Linux --- products/HEXABLOCKPLUGIN.pyconf | 13 +------------ 1 file changed, 1 insertion(+), 12 deletions(-) diff --git a/products/HEXABLOCKPLUGIN.pyconf b/products/HEXABLOCKPLUGIN.pyconf index 76c4fe5..9fc612b 100644 --- a/products/HEXABLOCKPLUGIN.pyconf +++ b/products/HEXABLOCKPLUGIN.pyconf @@ -13,19 +13,8 @@ default : SalomeAppConfig_ : $install_dir + $VARS.sep + "share" + $VARS.sep + "salome" + $VARS.sep + "resources" + $VARS.sep + "hexablock" } depend : [ - "KERNEL", - "GUI", - "GEOM", - "MEDCOUPLING", "SMESH", - "HEXABLOCK", - "Python", - "qt", - "boost", - "CAS", - "hdf5", - "omniORB", - "ParaView" + "HEXABLOCK" ] build_depend : ["cmake"] source_dir : $APPLICATION.workdir + $VARS.sep + 'SOURCES' + $VARS.sep + $name -- 2.39.2