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

Install GCC libraries from CompilerSupportLibraries_jll #37955

Closed
wants to merge 2 commits into from

Conversation

giordano
Copy link
Contributor

@giordano giordano commented Oct 8, 2020

Instead of bundling whatever version of GCC libraries comes with the currently
used compiler, use by default the latest version of libraries in
CompilerSupportLibraries_jll. This can be disabled by setting
USE_SYSTEM_CSL=1.

The main benefit is that the official binaries will be able to ship a much more
recent version of GCC libraries, alleviating issues like #34276 and
JuliaGL/GLFW.jl#198.

Not really thoroughly tested yet. We'll probably need to still fixup libgfortran for FreeBSD.

@thofma
Copy link
Contributor

thofma commented Nov 4, 2020

Any chance something like this could make it into 1.6?

giordano and others added 2 commits November 11, 2020 19:04
Instead of bundling whatever version of GCC libraries comes with the currently
used compiler, use by default the latest version of libraries in
`CompilerSupportLibraries_jll`.  This can be disabled by setting
`USE_SYSTEM_CSL=1`.

The main benefit is that the official binaries will be able to ship a much more
recent version of GCC libraries, alleviating issues like JuliaLang#34276 and
JuliaGL/GLFW.jl#198.
@giordano
Copy link
Contributor Author

giordano commented Dec 8, 2020

Superseded by #38347

@giordano giordano closed this Dec 8, 2020
@giordano giordano deleted the mg/csl branch December 8, 2020 00:30
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.

3 participants