Conversation
No idea why some methods are removed
peremato
left a comment
There was a problem hiding this comment.
No problem for adding LBE physics list. The issue with the missing methods (as seen on the jlGeant4-report.txt file is because the installation of WrapIt used by WrapIt.jll is build with clang17 and it has a problem detecting the type size_t. All methods with site_t has been ignored.
|
I'll crate a new version of |
Thanks!
It seems to be a problem. For example, these two methods are used in the package. Also, I wonder how the methods were compiled before, since they exist in the shared library that |
This PR add a physics list,
LBEto the list of classes to be wrapped.After installing
WrapIt!by following this tutorial, I confirm the physics list can be assigned to bephysics_typeof aG4JLApplication, which runs without error.Some methods in
gen/jlGeant4-report.txtare removed. Maybe @peremato you should take a look at it.I'm willing to work on upgrading Geant_cxxwrap and then regenerating Geant4_julia_jll but I need some instruction for I'm not really familiar with BinaryBuilder.