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

Decouple Julia from MEX compilation. #57

Merged
merged 4 commits into from
Aug 30, 2024

Conversation

jorisbelierasml
Copy link
Collaborator

@jorisbelierasml jorisbelierasml commented Aug 30, 2024

Removes Julia installation as dependency during the MEX compilation process. Ultimately, since we only need symbols:

  1. jl_init
  2. jl_unbox_voidpointer
  3. jl_eval_string

Making a simple import library libjulia-matfrost.def simplifies the compilation process and makes the MEX binaries Julia version independent.

@jorisbelierasml jorisbelierasml merged commit e652cee into main Aug 30, 2024
15 checks passed
@jorisbelierasml jorisbelierasml deleted the decouple-julia-version-from-mex-binary branch August 31, 2024 07:27
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.

1 participant