From fc3eb50a2b4ea74003a767a20d407da723b6e690 Mon Sep 17 00:00:00 2001 From: Yuri Victorovich Date: Sun, 15 Jun 2025 00:26:08 -0700 Subject: =?UTF-8?q?science/dakota:=20update=206.21.0=20=E2=86=92=206.22.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- science/dakota/files/patch-src_PluginInterface.hpp | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 science/dakota/files/patch-src_PluginInterface.hpp (limited to 'science/dakota/files/patch-src_PluginInterface.hpp') diff --git a/science/dakota/files/patch-src_PluginInterface.hpp b/science/dakota/files/patch-src_PluginInterface.hpp new file mode 100644 index 000000000000..6e002abc8086 --- /dev/null +++ b/science/dakota/files/patch-src_PluginInterface.hpp @@ -0,0 +1,22 @@ +# https://github.com/snl-dakota/dakota/pull/195 + +--- src/PluginInterface.hpp.orig 2025-06-14 09:02:26 UTC ++++ src/PluginInterface.hpp +@@ -13,7 +13,7 @@ + #include "ApplicationInterface.hpp" + #include "plugins/DakotaInterfaceAPI.hpp" + +-#include // blech ++#include + + + namespace Dakota { +@@ -54,7 +54,7 @@ class PluginInterface: public ApplicationInterface (pr + String pluginPath; + + /// the interface class loaded via plugin +- boost::shared_ptr pluginInterface; ++ std::shared_ptr pluginInterface; + + + /// list of drivers to perform core simulation mappings (can -- cgit v1.2.3