Salome HOME
set SHAPERSTUDY as optional dependency of SMESH - do not break previous releases...
authorNabil Ghodbane <nabil.ghodbane@cea.fr>
Fri, 4 Jun 2021 07:46:21 +0000 (09:46 +0200)
committerNabil Ghodbane <nabil.ghodbane@cea.fr>
Fri, 4 Jun 2021 07:46:21 +0000 (09:46 +0200)
products/SMESH.pyconf

index 1dcdfb210aa7561faa0aa84965ee3bc721c3f895..15f54213b988d2cb850dc2232c39b5eda41ee80c 100644 (file)
@@ -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",