Skip to content
Snippets Groups Projects

Use Boost filesystem instead of std::fs with clang 10

Merged Marco Clemencic requested to merge clemenci/Gaudi:use-boost-fs-for-clang10 into master

This is a workaround for the fact that the clang10 build of the LCG stack was using gcc 9.2 libstdc++, which results in a link error for debug builds when using libstdc++fs.

See https://gcc.gnu.org/bugzilla/show_bug.cgi?id=91067 and LBCORE-1923.

/cc @chasse

Edited by Marco Clemencic

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