You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* feat(juliacall): allow supplying libjulia path / bindir to skip discovery subprocess
init() starts a short-lived Julia process solely to print libjulia's
path and Sys.BINDIR. In pre-built containers / system images these are
static and known ahead of time; allow supplying them via the libpath /
default_bindir options (PYTHON_JULIACALL_LIBPATH /
PYTHON_JULIACALL_DEFAULT_BINDIR) to skip the extra process. Behaviour is
unchanged unless both are set. Docs and CHANGELOG updated.
* change to just one new option (lib) with sensible discovery/defaults of libpath, exepath and bindir depending on if others are set
* remove 'if' that is always true
---------
Co-authored-by: Nicolae Cudlenco <146981376+ncudlenco@users.noreply.github.com>
Co-authored-by: Christopher Rowley <github.com/cjdoris>
0 commit comments