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

Explicitly include cstdio #29

Merged
merged 1 commit into from
Apr 13, 2022
Merged

Explicitly include cstdio #29

merged 1 commit into from
Apr 13, 2022

Conversation

pabloferz
Copy link
Contributor

When compiling a library that depends on this on MacOS Monterry with gcc and OpenMPI (both installed via homebrew) the build fails because of cstdio missing (see here).

Everything works well when building with clang instead. But I saw no harm in explicitly including cstdio.

When compiling a library that depends on this on MacOS Monterry with gcc and OpenMPI (both installed via homebrew) the build fails because of `cstdio` missing (see [here](SSAGESproject/SSAGES#36)).

Everything works well when building with clang instead. But I saw no harm in explicitly including `cstdio`.
@patflick patflick merged commit e1f4acd into patflick:master Apr 13, 2022
@patflick
Copy link
Owner

Thank you for the fix Pablo!

@pabloferz pabloferz deleted the patch-1 branch April 13, 2022 15:55
@pabloferz pabloferz changed the title Explicitely include cstdio Explicitly include cstdio Apr 13, 2022
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