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

Check whether -std=c++11 can be safely added to the compiler flags #82

Merged
merged 3 commits into from
Aug 22, 2023

Conversation

jobovy
Copy link
Contributor

@jobovy jobovy commented Aug 22, 2023

Pretty minimal fix to #78. I added a clang build to make sure this doesn't regress; this built fails without this fix.

Note that you seem to have some linting errors that make the all Python 3.8 and 3.9 build fail, but these are unrelated to this PR I think. I also turned off fail-fast to make sure that all build jobs run, otherwise they terminate as soon as one fails. For tests, I generally prefer not to use fail-fast to see all possible failures in one go.

@esheldon
Copy link
Owner

I just merged a PR fixing the linting issues

@jobovy
Copy link
Contributor Author

jobovy commented Aug 22, 2023

I just merged a PR fixing the linting issues

Thanks! Just merged that in here, so hopefully this should pass then.

@esheldon esheldon merged commit ddb3b57 into esheldon:master Aug 22, 2023
4 checks passed
@jobovy jobovy deleted the fix78-c+11std branch August 22, 2023 21:59
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.

2 participants