-
Notifications
You must be signed in to change notification settings - Fork 44
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
install into a single global directory, not in deps #166
Comments
I think we are getting one copy of all binaries per installed WinRPM version, right? Given that WinRPM is not seeing much love these days, maybe that is ok? I would be surprised if we were to see many releases in this repo here, which makes me think that the issue is less urgent here. |
The problem comes when we execute
You're right. This issue is not urgent one. I just wanted to share there could be a problem when we keep installing in |
Ah, I hadn't thought about that scenario. Is there a way to change those packages to only ever use binaries from the |
Reading LibFoo.jl, an example project of BinaryProvider, writes the path into Of course, we can rebuild packages when they complain about things, then it would download all binaries through WinRPM again and rewrite Another possible case is when people don't gc things. Then, after install some binaries, So this is not critical, if anything goes wrong, we just build things again. I wonder this can be detected by package manager and trigger rebuild before people encounter it. (Or, maybe provide |
From JuliaPy/Conda.jl#123:
From JuliaPy/Conda.jl#126:
I think WinRPM has this re-installation in
deps
directory issue, too.The text was updated successfully, but these errors were encountered: