Skip to content

fix: remove ROOT 6.40.02 libname/SONAME workaround - #322

Open
wdconinc wants to merge 2 commits into
masterfrom
root-libname-soname
Open

fix: remove ROOT 6.40.02 libname/SONAME workaround#322
wdconinc wants to merge 2 commits into
masterfrom
root-libname-soname

Conversation

@wdconinc

@wdconinc wdconinc commented Aug 7, 2026

Copy link
Copy Markdown
Contributor

Briefly, what does this PR introduce? Please link to any relevant presentations or discussions.

This PR reverts the ROOT 6.40.02 libname/SONAME workaround introduced earlier.

What is the urgency of this PR?

  • High (please describe reason below)
  • Medium
  • Low

What kind of change does this PR introduce?

  • Bug fix (issue: tech debt removal)
  • New feature (issue #__)
  • Optimization (issue #__)
  • Updated documentation
  • other: __

Please check if any of the following apply

  • This PR introduces breaking changes. Please describe changes users need to make below.
  • This PR changes default behavior. Please describe changes below.
  • AI was used in preparing this PR. Please describe usage below.

@wdconinc
wdconinc requested a lite review from Copilot and removed request for Copilot August 7, 2026 21:27
Copilot AI lite review requested due to automatic review settings August 7, 2026 21:54

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This PR removes a previously added workaround for ROOT 6.40.02 libname/SONAME issues in the lowq2_reconstruction benchmark workflow.

Changes:

  • Drops ROOT environment-variable setup and LD_PRELOAD workaround from the Snakemake rule that filters HepMC3 input.
  • Removes the explicit import ROOT side-effect import from filterHEPMC3.py.

Reviewed changes

Copilot reviewed 2 out of 2 changed files in this pull request and generated 1 comment.

File Description
benchmarks/lowq2_reconstruction/Snakefile Removes ROOT 6.40.* include/lib path exports and LD_PRELOAD workaround from the filtering rule.
benchmarks/lowq2_reconstruction/filterHEPMC3.py Removes explicit import ROOT side-effect import while continuing to use pyHepMC3.rootIO.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Comment on lines 1 to 3
from pyHepMC3 import HepMC3 as hm
from pyHepMC3.rootIO import HepMC3 as hmrootIO
import argparse
@wdconinc

wdconinc commented Aug 10, 2026

Copy link
Copy Markdown
Contributor Author

@wdconinc
wdconinc force-pushed the root-libname-soname branch from 3b95704 to dd72180 Compare August 14, 2026 19:55
@wdconinc

Copy link
Copy Markdown
Contributor Author

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants