-
Notifications
You must be signed in to change notification settings - Fork 23
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
Adding the functionality to include analysis specific c++ code to CROWN #288
Conversation
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.
The included directories should be as restricted as possible.
Also, the downstream effects of this change should be considered.
To me, it looks like KingMaker is not affected by this change.
It should be tested anyway to make sure nothing breaks. Especially because KingMaker currently only clones the newest version of CROWN during setup, not a specific commit.
Added PR to this branch and KingMaker main branch. |
…figurations_fix Fix for cpp_addons PR. Templating for subset_template fixed.
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.
All fine from my side.
We seem to have an issue with the build checks (authentication to get jsonpog repo), but this is unrelated to the PR.
The issue with the authentication is resolved for now. To get the jsonpog repository we need a valid private ssh key to access CERN gitlab. The previous one was probably Sebastians, so I guess it expired. I now added my ssh key. |
Addition of functionality to offload c++ specific code to analysis specific configurations stored in
cpp_addons/include
andcpp_addons/src
Things that need to be done: