JuliaHEP / Geant4.jl

Julia bindings to the Geant4 simulation toolkit
https://juliahep.github.io/Geant4.jl/stable/
Apache License 2.0
32 stars 5 forks source link

Use `_jll` Geant4 #1

Closed Moelf closed 1 year ago

Moelf commented 1 year ago

instead of cvmfs, maybe use jll which was built: https://github.com/JuliaPackaging/Yggdrasil/tree/master/G/Geant4

should work depending on what you need exactly, at some point we added X11 into it to support more stuff, but if something's missing maybe we can try to add more.

peremato commented 1 year ago

Yes, but wanted to worry about packing the binaries after I have convinced myself that the generated wrappers with wrapit does something useful. Good to know.

oschulz commented 1 year ago

Wow, I didn't realize we had Geant4 binaries in Yggdrasil already!

Also, @peremato , thanks a lot for this initiative!