-
-
Notifications
You must be signed in to change notification settings - Fork 32
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
Run exports #239
Comments
What would be a good test to see if that setting is working? My understanding is that this will take requirements from |
The goal is for people linking with Julia's C API (having julia as a host dependency) to automatically inherit it as a run dependency pinning down the requirement to what will be binary compatible with what was used at build time. A regular (Strong run exports are typically for compilers and is not relevant here). |
@ngam do you have any thoughts here? Otherwise, I'll draft the pull request. |
That’s a good idea. On a side note (especially relevant later when we have more of a julia ecosystem): we should add a julia global pin with x.x as well |
I can also help with the PR. There are many examples in conda-forge we could follow |
Technically, Julia is a compiler. It becomes more like a traditional compiler in version 1.9 in that it is creating shared libraries, .so, files per package. It may be to the degree that we may want to compile those shared libraries for the user and distribute them. |
Comment:
The julia package should probably have a
run_exports
item for itself, pinningx.x
.The text was updated successfully, but these errors were encountered: