-
Notifications
You must be signed in to change notification settings - Fork 4.4k
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
Clean BuildFiles in RecoEgamma and PhysicsTools #28779
Clean BuildFiles in RecoEgamma and PhysicsTools #28779
Conversation
The code-checks are being triggered in jenkins. |
+code-checks Logs: https://cmssdt.cern.ch/SDT/code-checks/cms-sw-PR-28779/13447
|
A new Pull Request was created by @guitargeek (Jonas Rembser) for master. It involves the following packages: PhysicsTools/FWLite @perrotta, @cmsbuild, @santocch, @slava77 can you please review it and eventually sign? Thanks. cms-bot commands are listed here |
<use name="SimDataFormats/CrossingFrame"/> | ||
<use name="SimDataFormats/GeneratorProducts"/> | ||
<use name="SimDataFormats/Track"/> | ||
<use name="SimDataFormats/TrackingAnalysis"/> | ||
<use name="SimDataFormats/Vertex"/> | ||
<use name="classlib"/> |
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.
I do not see any classlib/ includes in RecoEgamma.
does this dependence come through some other packages headers?
Usually that dependence should bring in everything else and there is no need to unroll to the full dep list
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.
Good catch, you are right. I was adding it because it didn't compile, and then I added DQMServices/Core
because it still didn't compile. Now I understand that only adding the latter is enough, so I will amend the last commit.
The code-checks are being triggered in jenkins. |
The code-checks are being triggered in jenkins. |
+code-checks Logs: https://cmssdt.cern.ch/SDT/code-checks/cms-sw-PR-28779/13449
|
@cmsbuild please test |
The tests are being triggered in jenkins. |
-1 Tested at: 331a10e CMSSW: CMSSW_11_1_X_2020-01-22-1400 I found follow errors while testing this PR Failed tests: HeaderConsistency |
Comparison job queued. |
@cmsbuild, please test (indeed core signature is no longer needed) |
The tests are being triggered in jenkins. |
+1 |
Comparison job queued. |
Comparison is ready Comparison Summary:
|
Kind reminder @santocch |
merge |
+1 |
This pull request is fully signed and it will be integrated in one of the next master IBs (tests are also fine). This pull request will be automatically merged. |
PR description:
To follow the goal of cmssw more modular, I automatically removed all dependencies in the BuildFiles of the RecoEgamma and PhysicsTools subsystems which are not needed.
PR validation:
CMSSW compiles.
if this PR is a backport please specify the original PR:
No backport intended.