-
Notifications
You must be signed in to change notification settings - Fork 19
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
Use k4EDM4hep2LcioConv as separate lib #77
Conversation
The test seems to be failing due to a symbol mismatch between the k4edm4hep2lcioconv library and what is looking for. The library in CVMFS contains the following: $ nm /cvmfs/sw-nightlies.hsf.org/spackages5/k4edm4hep2lcioconv/00-01/x86_64-centos7-gcc11.2.0-opt/zaozb/lib64/libk4EDM4hep2LcioConv.so | rg collection | c++filt
0000000000010580 T collectionExist(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, IMPL::LCEventImpl const*) But the error is looking for:
which is:
So there is a difference in the signature for the last argument: |
80afb1b
to
6883abd
Compare
I changed the header signature to also have |
Works with the nightlies now. I'd suggest to make a patch release for the converter library. |
yeah, I will create a new release and then we can merge this. |
BEGINRELEASENOTES
ENDRELEASENOTES