--
You received this message because you are subscribed to the Google Groups "rootpy users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to rootpy-users...@googlegroups.com.
To post to this group, send email to rootpy...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/rootpy-users/12949b2c-94f5-48fe-b2f3-472c3550f362%40googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.
Just as a general followup, if you're compiling root_numpy with Clang and linking against libc++ (which hopefully works now :) ), you will also need to compile ROOT with Clang and libc++, because libstdc++ and libc++ are not ABI compatible.ROOT compiles with Clang and libc++ since version 5.34/11, but PyROOT has a bug which was fixed after that, so it is best to compile from the v5-34-00-patches branch of ROOT. You can do this easily with Homebrew via:brew install --HEAD rootBest,Jacob
rec = tree2rec(intree, branches=['x', 'y', 'sqrt(y)', 'TMath::Landau(x)', 'cos(x)*sin(y)'], selection='z > 0', start=0, stop=10, step=2)