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

csl.mk: use libgcc_s 1.1 on aarch64-darwin #45504

Merged
merged 1 commit into from
May 29, 2022
Merged

Conversation

fxcoudert
Copy link
Contributor

@fxcoudert fxcoudert commented May 29, 2022

The PR at #44487 added correct support for libgcc_s.1.1.dylib on macOS on aarch64. But this missed the equivalent in deps/csl.mk, which is needed when running make install-csl (which we do in Homebrew).

In the current situation, the compiler does not correctly install libgcc_s.1.1.dylib, and julia fails to run once installed.

@fxcoudert
Copy link
Contributor Author

fxcoudert commented May 29, 2022

I am keeping this as a “draft” for now, while I am confirming in Homebrew CI that it works as expected.

I can confirm this fixes make install-csl on aarch64-darwin.

@fxcoudert fxcoudert marked this pull request as ready for review May 29, 2022 20:15
@giordano giordano added building Build system, or building Julia or its dependencies external dependencies Involves LLVM, OpenBLAS, or other linked libraries system:apple silicon Affects Apple Silicon only (Darwin/ARM64) - e.g. M1 and other M-series chips labels May 29, 2022
@Keno Keno merged commit 6f8860c into JuliaLang:master May 29, 2022
@fxcoudert fxcoudert deleted the libgcc_s branch May 29, 2022 23:47
@fxcoudert
Copy link
Contributor Author

Might this be considered for a 1.8 backport? After #45380 is backported (it has been marked for backport), this patch will be the only one needed for a full build of julia 1.8 from source on macOS. 🥳

@KristofferC KristofferC added the backport 1.8 Change should be backported to release-1.8 label May 30, 2022
KristofferC pushed a commit that referenced this pull request Jun 7, 2022
@KristofferC KristofferC mentioned this pull request Jun 7, 2022
36 tasks
@KristofferC KristofferC removed the backport 1.8 Change should be backported to release-1.8 label Jul 6, 2022
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 system:apple silicon Affects Apple Silicon only (Darwin/ARM64) - e.g. M1 and other M-series chips
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants