-
-
Notifications
You must be signed in to change notification settings - Fork 5.5k
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
Various library bundling nits #46872
Comments
That's wrong though: JuliaLinearAlgebra/libblastrampoline#87 |
By default,
Those DLLs came from: https://github.com/JuliaBinaryWrappers/LLVM_jll.jl |
Is there a need for any links at all?
Are they needed for anything in the Julia installation? |
With #47676 there will be a single copy of libblastrampoline on Windows, the different copies were error-prone anyway. |
Multiple copies of the same library on Windows:
On Windows we seem to concretize symlinks into copies of the libraries which leads to duplication:
We only use
libblastrampoline.dll
anyway.Different
libpcre2
versions shipped on Windows:but I think we only use
libpcre2-8.dll
.Some LLVM support libs only shipped on Windows:
are they needed?
Inconsisteny in naming of
libLLVM
:Maybe mac should have
-13jl
as well?The text was updated successfully, but these errors were encountered: