From: Nabil Ghodbane Date: Fri, 4 Jun 2021 07:46:21 +0000 (+0200) Subject: set SHAPERSTUDY as optional dependency of SMESH - do not break previous releases... X-Git-Tag: V9_8_0~156 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=88f641b54088da5b1095cf1087ffb8418c63f4e0;p=tools%2Fsat_salome.git set SHAPERSTUDY as optional dependency of SMESH - do not break previous releases build --- diff --git a/products/SMESH.pyconf b/products/SMESH.pyconf index 1dcdfb2..15f5421 100644 --- a/products/SMESH.pyconf +++ b/products/SMESH.pyconf @@ -18,7 +18,6 @@ default : depend : ["KERNEL", "GUI", "GEOM", - "SHAPERSTUDY", "MEDCOUPLING", "Python", "qt", @@ -43,6 +42,7 @@ default : "tbb" ] build_depend : ["cmake", "swig", "doxygen", "cppunit"] + opt_depend : ['SHAPERSTUDY'] patches : [] check_install : ["share/doc/salome/gui/SMESH/yams/index.html"] source_dir : $APPLICATION.workdir + $VARS.sep + 'SOURCES' + $VARS.sep + $name @@ -62,7 +62,6 @@ default_win : depend : ["KERNEL", "GUI", "GEOM", - "SHAPERSTUDY", "MEDCOUPLING", "Python", "qt", @@ -95,7 +94,6 @@ default_MPI : depend : ["KERNEL", "GUI", "GEOM", - "SHAPERSTUDY", "MEDCOUPLING", "Python", "qt",