Salome HOME
Fix OpenCV_INCLUDE_DIRS definition on windows - Othewise SAT will not generate a...
[tools/sat_salome.git] / products / GUI.pyconf
index a54ce600d952f9baff4f61c3952a66182feb3657..98e0a66d634eb4cf21efd2853e1e5e778d5d337e 100644 (file)
@@ -2,7 +2,7 @@ default :
 {
     name : "GUI"
     build_source : "cmake"
-    cmake_options : "-DSWIG_EXECUTABLE=${SWIG_ROOT_DIR}/bin/swig -DSIP_INCLUDE_DIR=${SIP_ROOT_DIR}"
+    cmake_options : "-DSWIG_EXECUTABLE=${SWIG_ROOT_DIR}/bin/swig"
     get_source : "git"
     git_info:
     {
@@ -28,8 +28,7 @@ default :
               "omniORB",
               "docutils",
               "libxml2",
-              "sphinxintl",
-              "sphinxcontrib_napoleon"
+              "sphinxintl"
            ]
     opt_depend : ["sphinx_rtd_theme"]
     build_depend : ["cmake", "swig", "doxygen", "cppunit"]
@@ -66,13 +65,18 @@ default_win :
               "sphinxcontrib_websupport",
               "sphinxcontrib_applehelp",
               "sphinxcontrib_serializinghtml",
-              "sphinxcontrib_napoleon"
+              "graphviz"
              ]
     opt_depend : ["sphinx_rtd_theme"]
     build_depend : ["cmake", "swig", "doxygen", "cppunit"]
 
 }
 
+version_V9_5_0:
+{
+  patches: ['gui-SVTK-VTKView.patch'] # backporting bos #19139
+}
+
 version_8_5_0_to_9_4_0 :
 {
     depend : ["KERNEL",