git: ab08d9f32d37 - main - science/dakota: prepare for upcoming Boost-1.81
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 12 Jan 2023 16:43:42 UTC
The branch main has been updated by fluffy: URL: https://cgit.FreeBSD.org/ports/commit/?id=ab08d9f32d37cd259cb666d7b1d26d0337bb62c3 commit ab08d9f32d37cd259cb666d7b1d26d0337bb62c3 Author: Dima Panov <fluffy@FreeBSD.org> AuthorDate: 2023-01-12 15:23:57 +0000 Commit: Dima Panov <fluffy@FreeBSD.org> CommitDate: 2023-01-12 16:43:32 +0000 science/dakota: prepare for upcoming Boost-1.81 With hat: office --- .../patch-packages_external_muq2_MUQ_Modeling_WorkPiece.h | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/science/dakota/files/patch-packages_external_muq2_MUQ_Modeling_WorkPiece.h b/science/dakota/files/patch-packages_external_muq2_MUQ_Modeling_WorkPiece.h new file mode 100644 index 000000000000..db299fe72048 --- /dev/null +++ b/science/dakota/files/patch-packages_external_muq2_MUQ_Modeling_WorkPiece.h @@ -0,0 +1,10 @@ +--- packages/external/muq2/MUQ/Modeling/WorkPiece.h.orig 2022-05-09 04:14:50 UTC ++++ packages/external/muq2/MUQ/Modeling/WorkPiece.h +@@ -9,6 +9,7 @@ + #include<cassert> + #include<memory> + #include<string> ++#include<deque> + + #include "boost/any.hpp" + #include "boost/optional.hpp"