Clemapfel / jluna

Julia Wrapper for C++ with Focus on Safety, Elegance, and Ease of Use
https://clemens-cords.com/jluna
MIT License
239 stars 12 forks source link

Add image_path to initialize, to allow init with custom image #38

Closed paulerikf closed 1 year ago

paulerikf commented 1 year ago

I needed the ability to initialize with a custom sys image, so modified the jluna::initialize function a bit. Don't know if this is something you'd want in jluna, or even if it could cause other issues really... But dropping a draft PR here just in case.

julia_image_path changed to julia_bindir so that it and the new image_path args match up with the julia C API args for jl_init_with_imag.