-
Notifications
You must be signed in to change notification settings - Fork 38
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
EDM4hep does not seem to work on MacOS #246
Comments
The second issue looks a bit like a ROOT issue rather than an EDM4hep / podio one. The following is a somewhat minimal reproducer to check if things work on the ROOT / cppyy side. import ROOT
ROOT.gInterpreter.LoadText("""
#include <tuple>
#include <string>
using ATuple = std::tuple<int, float, std::string, double>;
""")
from ROOT import ATuple
import cppyy
cppyy.gbl.std.tuple_element[1, ATuple].type |
Thanks. Can you submit an issue to ROOT? |
1 task
Closing this as it is either a ROOT issue or an inconsistent environment. Keeping track of thing in the ROOT issue above. |
# for free
to join this conversation on GitHub.
Already have an account?
# to comment
The reason is that expected libraries have been with .dylib as suffix. Creating a soft-link with the expected name we can overcome this problem.
I do to know the reason for this.
The text was updated successfully, but these errors were encountered: