From c8e1cdb0aee89a4d701a4e8f721f5deebfe3c957 Mon Sep 17 00:00:00 2001 From: Guytri KASTANE Date: Fri, 22 Sep 2023 12:07:07 +0200 Subject: [PATCH] Add patches for FD38 compilation --- applications/SALOME-master-native.pyconf | 2 ++ products/YACS.pyconf | 5 +++++ products/patches/YACS_FD38.patch | 13 +++++++++++++ 3 files changed, 20 insertions(+) create mode 100644 products/patches/YACS_FD38.patch diff --git a/applications/SALOME-master-native.pyconf b/applications/SALOME-master-native.pyconf index 1b32e57..7a5b4c4 100644 --- a/applications/SALOME-master-native.pyconf +++ b/applications/SALOME-master-native.pyconf @@ -338,5 +338,7 @@ __overwrite__ : 'APPLICATION.products.ParaView' : {tag: '5.11.0', base: 'no', section: 'version_5_11_0_MPI_FD38', hpc: 'yes' } 'APPLICATION.products.CONFIGURATION' : {tag:'master', base: 'no', section: 'default' } 'APPLICATION.products.SHAPER' : {tag:'master', base: 'no', section: 'default', hpc: 'no' } + 'APPLICATION.products.NETGENPLUGIN' : {tag:'master', base: 'no', section: 'version_V9_11_0_FD38' } + 'APPLICATION.products.YACS' : {tag:'master', base: 'no', section: 'version_V9_11_0_FD38' } } ] diff --git a/products/YACS.pyconf b/products/YACS.pyconf index a2c7915..0f4d219 100644 --- a/products/YACS.pyconf +++ b/products/YACS.pyconf @@ -45,6 +45,11 @@ default : incremental : "yes" } patches : [] +} + +version_V9_11_0_FD38 : +{ + patches : ['YACS_FD38.patch'] } default_win : diff --git a/products/patches/YACS_FD38.patch b/products/patches/YACS_FD38.patch new file mode 100644 index 0000000..e084ede --- /dev/null +++ b/products/patches/YACS_FD38.patch @@ -0,0 +1,13 @@ +diff --git a/src/runtime/ConnectionManager.hxx b/src/runtime/ConnectionManager.hxx +index 9304a44f..d05088b2 100644 +--- a/src/runtime/ConnectionManager.hxx ++++ b/src/runtime/ConnectionManager.hxx +@@ -26,6 +26,8 @@ + #include + #include + ++#include ++ + #include + #include CORBA_SERVER_HEADER(DSC_Engines) + -- 2.39.2