Salome HOME
SMESH - windows add f2c as product dependency
[tools/sat_salome.git] / products / SMESH.pyconf
index 0d95b625e206dd3ba04bfd0cbcb68340b1846709..aa61b0f9d490d8e543f45abc2a944897353a999b 100644 (file)
@@ -43,6 +43,7 @@ default :
               "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
@@ -86,10 +87,43 @@ default_win :
               "Sphinx",
               "sphinxintl",
               "sphinxcontrib_napoleon",
-              "tbb"
+              "tbb",
+              "f2c"
             ]
 }
 
+default_MPI :
+{
+    depend : ["KERNEL",
+              "GUI",
+              "GEOM",
+              "MEDCOUPLING",
+              "Python",
+              "qt",
+              "PyQt",
+              "boost",
+              "CAS",
+              "hdf5",
+              "medfile",
+              "qwt",
+              "ParaView",
+              "libxml2",
+              "omniORB",
+              "docutils",
+              "Sphinx",
+              "Jinja2",
+              "setuptools",
+              "Pygments",
+              "cgns",
+              "six",
+              "pytz",
+              "sphinxintl",
+              "sphinxcontrib_napoleon",
+              "tbb",
+             "openmpi"
+             ]
+}
+
 # Starting from SALOME 9.4.0, we use tbb as product and build SMESH using it to accelerate its performances
 version_8_5_0_to_9_3_0 :
 {