git: 808b82b0252a - main - science/simgrid: Fix build broken by boost update
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 08 Sep 2026 00:42:20 UTC
The branch main has been updated by yuri:
URL: https://cgit.FreeBSD.org/ports/commit/?id=808b82b0252a28db8c80612be56bc60f878bf8f0
commit 808b82b0252a28db8c80612be56bc60f878bf8f0
Author: Yuri Victorovich <yuri@FreeBSD.org>
AuthorDate: 2026-09-07 23:00:12 +0000
Commit: Yuri Victorovich <yuri@FreeBSD.org>
CommitDate: 2026-09-08 00:40:53 +0000
science/simgrid: Fix build broken by boost update
Reported by: fallout
---
science/simgrid/files/patch-src_kernel_actor_Simcall.cpp | 12 ++++++++++++
science/simgrid/files/patch-src_s4u_s4u__Comm.cpp | 11 +++++++++++
science/simgrid/files/patch-src_s4u_s4u__Mess.cpp | 11 +++++++++++
3 files changed, 34 insertions(+)
diff --git a/science/simgrid/files/patch-src_kernel_actor_Simcall.cpp b/science/simgrid/files/patch-src_kernel_actor_Simcall.cpp
new file mode 100644
index 000000000000..73f93641c01e
--- /dev/null
+++ b/science/simgrid/files/patch-src_kernel_actor_Simcall.cpp
@@ -0,0 +1,12 @@
+--- src/kernel/actor/Simcall.cpp.orig 2026-09-07 22:55:16 UTC
++++ src/kernel/actor/Simcall.cpp
+@@ -13,6 +13,9 @@
+ #include "src/mc/mc_replay.hpp"
+ #include "xbt/log.h"
+
++#include <boost/core/demangle.hpp>
++
++
+ XBT_LOG_NEW_DEFAULT_SUBCATEGORY(ker_simcall, kernel, "transmuting from user request into kernel handlers");
+
+ namespace simgrid::kernel::actor {
diff --git a/science/simgrid/files/patch-src_s4u_s4u__Comm.cpp b/science/simgrid/files/patch-src_s4u_s4u__Comm.cpp
new file mode 100644
index 000000000000..bc8829f07c3c
--- /dev/null
+++ b/science/simgrid/files/patch-src_s4u_s4u__Comm.cpp
@@ -0,0 +1,11 @@
+--- src/s4u/s4u_Comm.cpp.orig 2026-09-07 22:51:10 UTC
++++ src/s4u/s4u_Comm.cpp
+@@ -11,6 +11,8 @@
+ #include <simgrid/s4u/Engine.hpp>
+ #include <simgrid/s4u/Mailbox.hpp>
+
++#include <boost/core/demangle.hpp>
++
+ #include "src/kernel/activity/CommImpl.hpp"
+ #include "src/kernel/actor/ActorImpl.hpp"
+ #include "src/kernel/actor/SimcallObserver.hpp"
diff --git a/science/simgrid/files/patch-src_s4u_s4u__Mess.cpp b/science/simgrid/files/patch-src_s4u_s4u__Mess.cpp
new file mode 100644
index 000000000000..5566367ac5ff
--- /dev/null
+++ b/science/simgrid/files/patch-src_s4u_s4u__Mess.cpp
@@ -0,0 +1,11 @@
+--- src/s4u/s4u_Mess.cpp.orig 2026-09-07 22:52:22 UTC
++++ src/s4u/s4u_Mess.cpp
+@@ -10,6 +10,8 @@
+ #include <simgrid/s4u/Engine.hpp>
+ #include <simgrid/s4u/MessageQueue.hpp>
+
++#include <boost/core/demangle.hpp>
++
+ #include "src/kernel/activity/MessImpl.hpp"
+ #include "src/kernel/actor/ActorImpl.hpp"
+ #include "src/kernel/actor/SimcallObserver.hpp"