-
Notifications
You must be signed in to change notification settings - Fork 13
Project status and goals #32
Comments
Ok, it seems like I have answered some of my questions:
So libjulia is still required right now. Is it reasonable to attempt static linking or putting the shared libjulia file into the same directory for easier distribution? |
Your forum post https://discourse.julialang.org/t/compiling-and-building-binaries-from-your-julia-code/5687 I stumbled upon also clears up many things. |
The eventual goal is to be able to build standalone libraries and executables, and ship as part of a python wheel without needing Julia, or distributing a Julia package without source. For now, it will live here, and we'll try to make sure it works well. I do hope that as julia gets better at this sort of thing, these capabilities should move into the julia codebase - but that is certainly post 1.0. |
Thank you for getting back to me. I will be watching this project :) |
Currently, this will give you executables or shared libraries that depend on the |
Ok. In other words, if we want static executables, there are a lot of build scripts to be adjusted to offer static libraries. In fact, the whole Julia ecosystem would have to offer a static library, right? |
Hi,
I am very excited about what I think you are trying to achieve with this project.
However, I am not sure if my impression is correct and I have trouble evaluating the maturity of this project.
Could you say a few words on the following questions?
Best regards,
Matthias
The text was updated successfully, but these errors were encountered: