-
Notifications
You must be signed in to change notification settings - Fork 183
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
Enable experimental PYROOT in master #5455
Conversation
enable experimental pyroot in master
please test |
The tests are being triggered in jenkins. |
A new Pull Request was created by @davidlange6 (David Lange) for branch IB/CMSSW_11_1_X/rootmaster. @cmsbuild, @smuzaffar, @mrodozov, @tulamor can you please review it and eventually sign? Thanks. |
+1 |
Comparison job queued. |
Comparison is ready Comparison Summary:
|
+externals |
This pull request is fully signed and it will be integrated in one of the next IB/CMSSW_11_1_X/rootmaster IBs (tests are also fine). This pull request will now be reviewed by the release team before it's merged. @davidlange6, @slava77, @smuzaffar, @fabiocos, @silviodonato (and backports should be raised in the release meeting by the corresponding L2) |
It seems that this change appears to have caused the
We checked the package ( |
@makortel , error was not due to this change. It was already there in ROOT6 IBs before this change. [a]
|
Ok, thanks for the clarification! |
In any case it looks like my PR was a no-op - at some point the cmake variable changed from experimental_pyroot to pyroot_experimental and I found old documentation. I’m looking locally as also I believe the location of the pyroot lib and python files should have changed
On Jan 9, 2020, at 4:03 PM, Malik Shahzad Muzaffar <[email protected]<mailto:[email protected]>> wrote:
@makortel<https://github.com/makortel> , error was not due to this change. It was already there in ROOT6 IBs before this change.
I think the reason for this error message is due to the fact that scram copies PKG.rootmap file (in to lib directory) before copying the libPKG.so and root master loads all rootmaps and complains that libPKG.so not found. I am updating build rules to copy both PKG.rootmap and libPKG.so together.
[a]
[a] https://cmssdt.cern.ch/SDT/cgi-bin/buildlogs/slc7_amd64_gcc820/CMSSW_11_1_ROOT6_X_2020-01-06-2300/DataFormats/Phase2TrackerDigi
Error in <TInterpreter::TCling::AutoLoad>: failure loading library libSimDataFormatsGeneratorProducts.so for HepMC::GenVertex
Error in <TInterpreter::TCling::AutoLoad>: failure loading library libSimDataFormatsGeneratorProducts.so for HepMC::GenVertex
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub<#5455?email_source=notifications&email_token=ABGPFQ5APQGKDL4ALNWFPTTQ444CZA5CNFSM4KEICE4KYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEIQTDYY#issuecomment-572600803>, or unsubscribe<https://github.com/notifications/unsubscribe-auth/ABGPFQ2JCTNLUSRG4EHMQ7TQ444CZANCNFSM4KEICE4A>.
|
On the other hand, it is a bit weird that I played a bit between It feels like there is something special in |
The special one seems to be
This happens also already when running |
Inserting a breakpoint for
The
The file itself (coming from ROOT) is equal between master and ROOT6 IBs, so maybe something has changed related to the "rule reading"? |
I opened a ticket in ROOT JIRA (https://sft.its.cern.ch/jira/browse/ROOT-10514) about the HepMC dictionary loading. |
path towards root 6.22 and dual py2 and py3 support