Skip to content
Snippets Groups Projects

RootUtils: cmake fix for clang compilation

Merged Scott Snyder requested to merge ssnyder/athena:cmake.RootUtils-20201111 into master

Only the RootUtilsPyROOT library should depend on the pyroot libraries (ROOTTPython and cppyy). In particular, the RootUtils library should not depend on these libraries.

Things were failing in the clang build because RootUtils was linking against cppyy but not against python, so things downstream were failing to find python symbols.

(In principle this is wrong for the gcc build as well; not entirely sure why it was working there.)

Merge request reports

Loading
Loading

Activity

Filter activity
  • Approvals
  • Assignees & reviewers
  • Comments (from bots)
  • Comments (from users)
  • Commits & branches
  • Edits
  • Labels
  • Lock status
  • Mentions
  • Merge request status
  • Tracking
Please register or sign in to reply
Loading