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

fix: don't require Acts::{Identification,TGeo} component, but require Json #1520

Merged
merged 3 commits into from
Jul 5, 2024

Conversation

wdconinc
Copy link
Contributor

Briefly, what does this PR introduce?

We do not use the Acts Identification and TGeo plugins, but we do need the Acts Json plugin.

What kind of change does this PR introduce?

  • Bug fix (issue #__)
  • New feature (issue #__)
  • Documentation update
  • Other: __

Please check if this PR fulfills the following:

  • Tests for the changes have been added
  • Documentation has been added / updated
  • Changes have been communicated to collaborators

Does this PR introduce breaking changes? What changes might users need to make to their code?

No.

Does this PR change default behavior?

No.

@wdconinc wdconinc marked this pull request as ready for review July 2, 2024 15:46
@wdconinc wdconinc requested a review from veprbl July 2, 2024 15:49
@wdconinc
Copy link
Contributor Author

wdconinc commented Jul 2, 2024

I used this patch extensively over the past few days while testing Acts versions from 31 through 36, and didn't encounter any issues.

@wdconinc wdconinc force-pushed the cmake-acts-identification-tgeo branch from 0778969 to 6f866e5 Compare July 4, 2024 09:19
@wdconinc wdconinc enabled auto-merge July 4, 2024 09:19
Copy link

sonarqubecloud bot commented Jul 4, 2024

Copy link
Member

@veprbl veprbl left a comment

Choose a reason for hiding this comment

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

Works for me.

@wdconinc wdconinc added this pull request to the merge queue Jul 5, 2024
Merged via the queue into main with commit 76acc3c Jul 5, 2024
85 of 86 checks passed
@wdconinc wdconinc deleted the cmake-acts-identification-tgeo branch July 5, 2024 01:15
rahmans1 pushed a commit that referenced this pull request Jul 25, 2024
### Briefly, what does this PR introduce?
This adapts our tracking algorithms to any Acts version between v31 and
v36 (to be released, so additional refactors may hit the Acts main
branch that would need porting).

The commits in this branch are topologically ordered with reference to
the commit message title, Acts PR number, and version validity. All
commits compile individually, but no event-for-event validation has been
performed.

The support for mulitple versions is done by somewhat extensive use of
preprocessor directives based on `Acts_VERSION_MAJOR`.

Builds with:
- v32.1.0:
https://eicweb.phy.anl.gov/containers/eic_container/-/jobs/3481513#L3103
- v33.1.0:
https://eicweb.phy.anl.gov/containers/eic_container/-/jobs/3482111#L3549
- v34.1.0:
https://eicweb.phy.anl.gov/containers/eic_container/-/jobs/3482134#L3699
- v35.0.0: locally, but not yet in eic_container since this requires
#1520 and related eic-spack PRs first

### What kind of change does this PR introduce?
- [ ] Bug fix (issue #__)
- [x] New feature (issue: Acts versions are released faster than we can
keep up with)
- [ ] Documentation update
- [ ] Other: __

### Please check if this PR fulfills the following:
- [ ] Tests for the changes have been added
- [ ] Documentation has been added / updated
- [ ] Changes have been communicated to collaborators

### Does this PR introduce breaking changes? What changes might users
need to make to their code?
No.

### Does this PR change default behavior?
No.

---------

Co-authored-by: Dmitry Kalinkin <dmitry.kalinkin@gmail.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants