Salome HOME
SMESH depends upon SHAPERSTUDY - otherwise SHAPERSTUDY_ROOT_DIR is not exposed
[tools/sat_salome.git] / products / SMESH.pyconf
index c476d383829c49a4cec0cff0da16ab45bab173c2..1dcdfb210aa7561faa0aa84965ee3bc721c3f895 100644 (file)
@@ -18,6 +18,7 @@ default :
     depend : ["KERNEL",
               "GUI",
               "GEOM",
+             "SHAPERSTUDY",
               "MEDCOUPLING",
               "Python",
               "qt",
@@ -39,11 +40,9 @@ default :
               "six",
               "pytz",
               "sphinxintl",
-              "sphinxcontrib_napoleon",
               "tbb"
              ]
     build_depend : ["cmake", "swig", "doxygen", "cppunit"]
-    opt_depend : []
     patches : []
     check_install : ["share/doc/salome/gui/SMESH/yams/index.html"]
     source_dir : $APPLICATION.workdir + $VARS.sep + 'SOURCES' + $VARS.sep + $name
@@ -60,10 +59,10 @@ default :
 default_win :
 {
     cmake_options : " -DSWIG_EXECUTABLE=%SWIG_ROOT_DIR:\=/%/bin/swig.exe -DSALOME_SMESH_USE_CGNS:BOOL=ON -DSALOME_SMESH_DYNLOAD_LOCAL:BOOL=ON -DSALOME_SMESH_BUILD_FRENCH_DOC=OFF -DSALOME_SMESH_USE_TBB=ON"
-    patches : []
     depend : ["KERNEL",
               "GUI",
               "GEOM",
+             "SHAPERSTUDY",
               "MEDCOUPLING",
               "Python",
               "qt",
@@ -86,9 +85,9 @@ default_win :
               "pytz",
               "Sphinx",
               "sphinxintl",
-              "sphinxcontrib_napoleon",
               "tbb"
             ]
+    build_depend : ["cmake", "swig", "doxygen", "cppunit", "f2c"]
 }
 
 default_MPI :
@@ -96,6 +95,7 @@ default_MPI :
     depend : ["KERNEL",
               "GUI",
               "GEOM",
+             "SHAPERSTUDY",
               "MEDCOUPLING",
               "Python",
               "qt",
@@ -117,7 +117,6 @@ default_MPI :
               "six",
               "pytz",
               "sphinxintl",
-              "sphinxcontrib_napoleon",
               "tbb",
              "openmpi"
              ]
@@ -153,6 +152,7 @@ version_8_5_0_to_9_3_0 :
               "sphinxintl",
               "sphinxcontrib_napoleon"
              ]
+    patches : []
 }
 
 # OP 19/04/2018 Add section for SALOME 7.8.0 to 8.4.0 due to new dependencies in SALOME 8.5.0
@@ -187,6 +187,7 @@ version_7_8_0_to_8_4_0 :
               "pytz"
              ]
     nb_proc : 8
+    patches : []
 }
 
 version_V6_6_0 :
@@ -218,4 +219,5 @@ version_V6_6_0 :
               "Pygments"
              ]
     check_install : []
+    patches : []
 }