-
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
explicitly link pythia6_pdfdummy where needed #46684
Conversation
cms-bot internal usage |
test parameters:
|
+code-checks Logs: https://cmssdt.cern.ch/SDT/code-checks/cms-sw-PR-46684/42624 |
A new Pull Request was created by @smuzaffar for master. It involves the following packages:
@bbilin, @cmsbuild, @lviliani, @menglu21, @mkirsano can you please review it and eventually sign? Thanks. cms-bot commands are listed here |
please test |
please test |
please test for CMSSW_14_2_ASNEEDED_X |
+1 Size: This PR adds an extra 16KB to repository Comparison SummarySummary:
|
please test for CMSSW_14_2_ASNEEDED_X lets test full cmssw ( i.e all unit tests) |
@cms-sw/generators-l2 can you please review and sign this PR? This is just a technical update which will allow us to enable |
+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 now be reviewed by the release team before it's merged. @antoniovilela, @sextonkennedy, @mandrenguyen, @rappoccio (and backports should be raised in the release meeting by the corresponding L2) |
REMINDER @antoniovilela, @sextonkennedy, @mandrenguyen, @rappoccio: This PR was tested with cms-sw/cmsdist#9514, please check if they should be merged together |
+1 |
This change along with cms-sw/cmsdist#9514 should properly link lhapdf library for ASNEEDED IBs. Currently pythia6 tool also link
pythia6_pdfdummy
library which provides thepdfset
symbol. For ASNEEDED IBs, complier decided to not linklhapdf
as the neededpdfset
symbol was available viapythia6_pdfdummy
. cmsdist PR movespythia6_pdfdummy
in to a separate tool file which is then only linked where it is needed.Fixes #45747