Skip to content

Commit d7d42cd

Browse files
committed
Remove dependency on FairRoot::Base from Common/MathUtils
Avoid loading Proof as a core dependency.
1 parent ecaa240 commit d7d42cd

4 files changed

Lines changed: 4 additions & 4 deletions

File tree

Common/Field/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ o2_add_library(Field
1616
src/MagFieldParam.cxx
1717
src/MagneticField.cxx
1818
src/MagneticWrapperChebyshev.cxx
19-
PUBLIC_LINK_LIBRARIES O2::MathUtils)
19+
PUBLIC_LINK_LIBRARIES O2::MathUtils FairRoot::Base)
2020

2121
o2_target_root_dictionary(Field
2222
HEADERS include/Field/MagneticWrapperChebyshev.h

Common/MathUtils/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ o2_add_library(
1717
src/Chebyshev3DCalc.cxx
1818
PUBLIC_LINK_LIBRARIES
1919
ROOT::Hist
20-
FairRoot::Base
20+
FairLogger::FairLogger
2121
O2::CommonConstants
2222
O2::GPUCommon
2323
ROOT::GenVector

Common/MathUtils/src/Chebyshev3D.cxx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,10 +23,10 @@
2323
#include <TSystem.h> // for TSystem, gSystem
2424
#include <cstdio> // for printf, fprintf, FILE, fclose, fflush, etc
2525
#include "MathUtils/Chebyshev3DCalc.h" // for Chebyshev3DCalc, etc
26-
#include "FairLogger.h" // for FairLogger
2726
#include "TMathBase.h" // for Max, Abs
2827
#include "TNamed.h" // for TNamed
2928
#include "TObjArray.h" // for TObjArray
29+
#include <fairlogger/Logger.h> // for FairLogger
3030

3131
using namespace o2::math_utils;
3232

DataFormats/simulation/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ o2_add_library(SimulationDataFormat
2323
PUBLIC_LINK_LIBRARIES Microsoft.GSL::GSL
2424
O2::DetectorsCommonDataFormats
2525
O2::GPUCommon O2::DetectorsBase
26-
O2::SimConfig)
26+
O2::SimConfig ROOT::TreePlayer)
2727

2828
o2_target_root_dictionary(
2929
SimulationDataFormat

0 commit comments

Comments
 (0)