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

Apple's Clang not correctly recognised #3772

Merged
merged 1 commit into from
Feb 2, 2021
Merged

Conversation

glesur
Copy link
Contributor

@glesur glesur commented Feb 2, 2021

When kokkos is compiled from a makefile on MacOs with the default (clang) compiler, it generates a series of warnings:

warning: argument unused during compilation: '--gcc-toolchain=/usr' [-Wunused-command-line-argument]

This arises because Apple's clang compiler is not recognised as such by Kokkos makefile. This patch fixes this issue and gets rid of the warnings.

@dalg24-jenkins
Copy link
Collaborator

Can one of the admins verify this patch?

@dalg24
Copy link
Member

dalg24 commented Feb 2, 2021

OK to test

@dalg24 dalg24 merged commit c2ea6c5 into kokkos:develop Feb 2, 2021
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

4 participants