-
Notifications
You must be signed in to change notification settings - Fork 173
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
build: Improve traccc dependency loading #3478
build: Improve traccc dependency loading #3478
Conversation
📊: Physics performance monitoring for ba4e420physmon summary
|
Actually, this needs more integration with the |
0cc148a
to
bffa47c
Compare
Okay, this should now be good to go. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM 👍
d991cd1
to
f291f92
Compare
This commit makes a few changes to the way some of the Acts R&D projects are loaded in Acts (i.e. detray, traccc, algebra-plugins), namely: 1. It adds code to load detray's dependencies if the Acts project is installed. 2. It updates the versions of detray and traccc so they are compatible. 3. It adds some documentation to the `thirdparty/` directory. 4. It refines the parameters for the CMake build systems of various projects to be more robust. 5. It establishes a dependency of the traccc plugin on the detray plugin, and the detray plugin on the covfie plugin. Co-authored-by: Stephen Nicholas Swatman <[email protected]>
Quality Gate passedIssues Measures |
@andiwand any idea why policy-bot is refusing to accept this? |
looks like I didn't approve 😅 |
This commit adds a new Acts plugin that adds support for magnetic fields implemented using the covfie library. This commit is based on #3117. Closes #3117. Depends on #3478. Virtually all credit goes to @fredevb. Co-authored-by: Fred <[email protected]>
This commit makes a few changes to the way some of the Acts R&D projects are loaded in Acts (i.e. detray, traccc, algebra-plugins), namely:
thirdparty/
directory.This commit comes from #3117.