Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix julia library jl_init_with_image bug #440

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

aidan-curtis
Copy link

@aidan-curtis aidan-curtis commented Apr 14, 2021

A possible solution to #437

jl_init_with_image and jl_init_with_image__threading are no longer exposed functions in the Julia 1.6 library, whereas jl_init__threading seems to work.

This also requires setting the DYLD_LIBRARY_PATH so Julia can locate the system image.
export DYLD_LIBRARY_PATH=$DYLD_LIBRARY_PATH:/Applications/Julia-1.6.app/Contents/Resources/julia/lib/

@iamed2
Copy link

iamed2 commented Apr 16, 2021

AFAICT jl_init_with_image__threading is still exposed, just like jl_init__threading

@aidan-curtis
Copy link
Author

You're right.
This is just a temporary workaround until jl_init_with_image__threading is fixed.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants