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

[CompilerSupportLibraries_jll] Upgrade to v1.0.2 and install libsspdll.a on Windows #47864

Merged
merged 1 commit into from
Dec 18, 2022

Conversation

giordano
Copy link
Contributor

The new build provides the import library for libssp on Windows, instead of the static library.

@vchuravy I don't know if this should target master or your branch. Since you'd have to edit the Makefile anyway maybe this can target your branch?

@giordano giordano added domain:building Build system, or building Julia or its dependencies external dependencies Involves LLVM, OpenBLAS, or other linked libraries stdlib:JLLs labels Dec 10, 2022
@vtjnash
Copy link
Sponsor Member

vtjnash commented Dec 11, 2022

Is that something commonly available? We don't want installations and builds to break if they just happen to be using a newer compiler (than CSL) with commonly default flags.

@giordano
Copy link
Contributor Author

I didn't change any flags in gcc, only what files we put into the CSL tarballs.

@giordano
Copy link
Contributor Author

Note also this is the import library for libssp-0.dll, which has always been supposed to be available. I presume the import library is always built automatically if libssp-0.dll is there, since that's needed for linking.

…dll.a` on Windows

The new build provides the import library for `libssp` on Windows, instead of
the static library.
@vchuravy vchuravy added the status:merge me PR is reviewed. Merge when all tests are passing label Dec 18, 2022
@giordano giordano merged commit 0d469bd into JuliaLang:vc/external_functions Dec 18, 2022
@giordano giordano deleted the mg/csl-1.0.2 branch December 18, 2022 20:11
@giordano giordano removed the status:merge me PR is reviewed. Merge when all tests are passing label Dec 18, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
domain:building Build system, or building Julia or its dependencies external dependencies Involves LLVM, OpenBLAS, or other linked libraries stdlib:JLLs
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants