From 82c066624b65d0856fa4ab3e4c906e2d0a7a7115 Mon Sep 17 00:00:00 2001 From: Timo Wilken Date: Wed, 8 Mar 2023 08:26:36 +0000 Subject: [PATCH] Add explicit flatbuffers dependency to ODC (#4883) #4882 removed flatbuffers as a FairMQ dependency, but it is apparently needed for ODC. Not sure why the CI on #4882 didn't catch this. --- odc.sh | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) diff --git a/odc.sh b/odc.sh index 172191638d..e2747c7c77 100644 --- a/odc.sh +++ b/odc.sh @@ -4,14 +4,15 @@ version: "%(tag_basename)s" tag: "0.77.0" source: https://github.com/FairRootGroup/ODC.git requires: -- boost -- protobuf -- DDS -- FairLogger -- FairMQ -- grpc -- libInfoLogger + - boost + - protobuf + - DDS + - FairLogger + - FairMQ + - grpc + - libInfoLogger build_requires: + - flatbuffers - CMake - GCC-Toolchain:(?!osx.*) ---