diff --git a/datadistribution.sh b/datadistribution.sh index 3892c7a2b5..3b006114a7 100644 --- a/datadistribution.sh +++ b/datadistribution.sh @@ -13,6 +13,7 @@ requires: - protobuf - O2 - fmt + - "ucx:(slc8|slc9)" build_requires: - CMake source: https://github.com/AliceO2Group/DataDistribution diff --git a/defaults-o2-dataflow.sh b/defaults-o2-dataflow.sh index f52ace89af..8d1962ac2b 100644 --- a/defaults-o2-dataflow.sh +++ b/defaults-o2-dataflow.sh @@ -51,20 +51,6 @@ overrides: BUILD_ANALYSIS: "OFF" # Disable analysis in O2 BUILD_EXAMPLES: "OFF" # Disable examples in O2 O2_BUILD_FOR_FLP: "ON" - DataDistribution: - requires: - - "GCC-Toolchain:(?!osx)" - - boost - - FairLogger - - libInfoLogger - - FairMQ - - Ppconsul - - grpc - - Monitoring - - protobuf - - O2 - - fmt - - ucx # this one added --- # This file is included in any build recipe and it's only used to set # environment variables. Which file to actually include can be defined by the diff --git a/defaults-o2-epn.sh b/defaults-o2-epn.sh index e153b1986b..a02ee983b6 100644 --- a/defaults-o2-epn.sh +++ b/defaults-o2-epn.sh @@ -40,20 +40,6 @@ overrides: requires: - lhapdf - boost - DataDistribution: - requires: - - "GCC-Toolchain:(?!osx)" - - boost - - FairLogger - - libInfoLogger - - FairMQ - - Ppconsul - - grpc - - Monitoring - - protobuf - - O2 - - fmt - - ucx # this one added --- # This file is included in any build recipe and it's only used to set # environment variables. Which file to actually include can be defined by the