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

Enable check for standalone libatomic on Windows. #72

Merged
merged 1 commit into from
Feb 9, 2024

Conversation

kalibera
Copy link
Contributor

@kalibera kalibera commented Feb 8, 2024

This patch enables the check for standalone libatomic on Windows. While it is present in Rtools build of GCC, it is not with LLVM 17 (clang) for aarch64, so perhaps best not making an exception on Windows and checking as on the other platforms.

With the patch applied, the package builds and checks on my Windows/aarch64. Without the patch, it fails to build because of missing standalone libatomic.

@tnagler tnagler merged commit 20ce857 into tnagler:main Feb 9, 2024
5 checks passed
@tnagler
Copy link
Owner

tnagler commented Feb 9, 2024

Thanks a lot! Will post an update to CRAN soon.

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.

None yet

2 participants