"tbb"
]
build_depend : ["cmake", "swig", "doxygen", "cppunit", "f2c"]
+ patches : ['BOS-24228.patch']
}
default_MPI :
--- /dev/null
+diff --git a/src/SMESHGUI/SMESHGUI.cxx b/src/SMESHGUI/SMESHGUI.cxx
+index a68966e63..3ba0ffdc6 100644
+--- a/src/SMESHGUI/SMESHGUI.cxx
++++ b/src/SMESHGUI/SMESHGUI.cxx
+@@ -187,7 +187,7 @@
+ // Below macro, when uncommented, switches on simplified (more performant) algorithm
+ // of auto-color picking up
+ #define SIMPLE_AUTOCOLOR
+-
++#include <smIdType.hxx>
+ namespace
+ {
+ // Declarations
+@@ -1226,7 +1226,7 @@ namespace
+ SMESH::Controls::NumericalFunctor* aNumFun =
+ dynamic_cast<SMESH::Controls::NumericalFunctor*>( aFunctor.get() );
+ if ( aNumFun ) {
+- std::vector<SMESH::smIdType> elements;
++ std::vector<smIdType> elements;
+ SMESH::SMESH_Mesh_var mesh = SMESH::IObjectToInterface<SMESH::SMESH_Mesh>(anIO);
+ if ( mesh->_is_nil() ) {
+ SMESH::SMESH_IDSource_var idSource =