Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion cmake/O2RootMacroExclusionList.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ list(APPEND O2_ROOT_MACRO_EXCLUSION_LIST
GPU/GPUTracking/Merger/macros/fitPolynomialFieldTpc.C # Needs AliRoot AliMagF
GPU/GPUTracking/Merger/macros/fitPolynomialFieldTrd.C # Needs AliRoot AliMagF
GPU/GPUTracking/Standalone/tools/dumpTRDClusterMatrices.C # Needs AliRoot AliCDBManager, AliGeomManager and AliTRDgeometry
GPU/GPUTracking/Standalone/tools/dumpGPUDefParam.C # Exampple, which needs special headers to work
GPU/GPUTracking/TRDTracking/macros/checkDbgOutput.C # Needs AliRoot TStatToolkit
GPU/TPCFastTransformation/devtools/loadlibs.C # Special macro
GPU/GPUTracking/TRDTracking/macros/run_trd_tracker.C # Not yet ready
Expand All @@ -58,7 +59,6 @@ list(APPEND O2_ROOT_MACRO_EXCLUSION_LIST
macro/CreateSampleIRFrames.C
Detectors/Upgrades/ALICE3/macros/ALICE3Field.C)


if(NOT BUILD_SIMULATION)
# some complete sub_directories are not added to the build when not building
# simulation, so the corresponding o2_add_test_root_macro won't be called at
Expand Down