5 # cmake option SALOME_SMESH_BUILD_FRENCH_DOC=OFF until SMESH doc has been translated
6 cmake_options : "-DSALOME_SMESH_USE_CGNS:BOOL=ON -DSWIG_EXECUTABLE=${SWIG_ROOT_DIR}/bin/swig -DSALOME_SMESH_DYNLOAD_LOCAL:BOOL=ON -DSALOME_SMESH_BUILD_FRENCH_DOC=OFF -DSALOME_SMESH_USE_TBB=ON"
10 repo : $PROJECTS.projects.salome.git_info.default_git_server + "modules/smesh.git"
11 repo_dev : $PROJECTS.projects.salome.git_info.default_git_server_dev + "smesh.git"
15 _SMESH_MeshersList : "StdMeshers"
16 SalomeAppConfig_ : $install_dir + $VARS.sep + "share" + $VARS.sep + "salome" + $VARS.sep + "resources" + $VARS.sep + "smesh"
42 "sphinxcontrib_napoleon",
45 build_depend : ["cmake", "swig", "doxygen", "cppunit"]
48 check_install : ["share/doc/salome/gui/SMESH/yams/index.html"]
49 source_dir : $APPLICATION.workdir + $VARS.sep + 'SOURCES' + $VARS.sep + $name
50 build_dir : $APPLICATION.workdir + $VARS.sep + 'BUILD' + $VARS.sep + $name
54 has_salome_gui : "yes"
55 is_SALOME_module : "yes"
62 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"
89 "sphinxcontrib_napoleon",
92 build_depend : ["cmake", "swig", "doxygen", "cppunit", "f2c"]
121 "sphinxcontrib_napoleon",
127 # Starting from SALOME 9.4.0, we use tbb as product and build SMESH using it to accelerate its performances
128 version_8_5_0_to_9_3_0 :
130 cmake_options : "-DSALOME_SMESH_USE_CGNS:BOOL=ON -DSWIG_EXECUTABLE=${SWIG_ROOT_DIR}/bin/swig -DSALOME_SMESH_DYNLOAD_LOCAL:BOOL=ON -DSALOME_SMESH_BUILD_FRENCH_DOC=OFF"
155 "sphinxcontrib_napoleon"
159 # OP 19/04/2018 Add section for SALOME 7.8.0 to 8.4.0 due to new dependencies in SALOME 8.5.0
160 version_7_8_0_to_8_4_0 :
162 cmake_options : "-DSALOME_SMESH_USE_CGNS:BOOL=ON -DSWIG_EXECUTABLE=${SWIG_ROOT_DIR}/bin/swig -DSALOME_SMESH_DYNLOAD_LOCAL:BOOL=ON"
195 build_source : "autotools"
196 cmake_options : "-DSALOME_SMESH_USE_CGNS:BOOL=ON"