Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Relax the requirement for the HepMC3 version #371

Merged
merged 1 commit into from
Sep 17, 2024
Merged

Conversation

jmcarcell
Copy link
Contributor

Introduced in #367, it shouldn't be necessary to require any version of HepMC3, see a98fad0#r146821010

BEGINRELEASENOTES

  • Relax the requirement for the HepMC3 version

ENDRELEASENOTES

@jmcarcell jmcarcell enabled auto-merge (squash) September 17, 2024 12:24
@@ -104,7 +104,7 @@ IF(TARGET ROOT::ROOTDataFrame)
endif()


find_package(HepMC3 3.3)
find_package(HepMC3)
Copy link
Contributor

Choose a reason for hiding this comment

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

HepMC3 implies 3.0, I assume?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Almost, there are some alpha and beta versions from 8 years ago but I don't think those are easily installable... so it should be fine
https://gitlab.cern.ch/hepmc/HepMC3/-/tags

@jmcarcell jmcarcell merged commit 3be00a7 into main Sep 17, 2024
12 of 15 checks passed
@jmcarcell jmcarcell deleted the hepmc-version branch September 17, 2024 12:36
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.

2 participants