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 correct libgcc_s on darwin #56965

Merged
merged 1 commit into from
Jan 8, 2025
Merged

Conversation

fxcoudert
Copy link
Contributor

Fixes #48056

We could simplify the logic a lot if we assume that modern Julia is always built against GCC ≥ 12. Would that be a fair assumption.

@inkydragon inkydragon added building Build system, or building Julia or its dependencies external dependencies Involves LLVM, OpenBLAS, or other linked libraries labels Jan 6, 2025
Copy link
Member

@vchuravy vchuravy left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks sensible to me, but can't verify since I don't have a Mac

@staticfloat
Copy link
Member

No, many people (including our own build bots) use older than GCC 12 to build Julia.

@fxcoudert
Copy link
Contributor Author

I tested it on Homebrew CI (where we perform source builds) on both Linux and macOS, and it passes everywhere: Homebrew/homebrew-core#203574

I think this can be merged.

@vchuravy vchuravy merged commit 75cdffe into JuliaLang:master Jan 8, 2025
9 checks passed
@fxcoudert fxcoudert deleted the darwin branch January 8, 2025 15:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
building Build system, or building Julia or its dependencies external dependencies Involves LLVM, OpenBLAS, or other linked libraries
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Inconsistency in choice of libgcc_s version on macOS
4 participants