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

Revert backslash escapes to git-version-string output #34

Closed
wants to merge 2 commits into from

Conversation

ceblanton
Copy link
Contributor

Reverts the recent update that escaped the quotes in the call to git-version-string in mkmf.

Also updates the mkmf version number.

Resolves #33

Chris Blanton added 2 commits February 7, 2020 10:44
This reverts commit 1a60b1a.

Revert the update to `mkmf -g` option that escaped the double quotes
around the call to `git-version-string`. The reason is that
this update causes some compiler wrappers to have quoting problems (NOAA-GFDL#33)
that resulted in `git-version-string`'s output not being quoted as needed.
@underwoo
Copy link
Member

underwoo commented Feb 7, 2020

Simply reverting the backslash (\) is not sufficient. The fix was put in for a reason. We will need to look at what is causing the current issue, and the previous issue that required the backslash. Please hold off on correcting this for the moment.

@ceblanton
Copy link
Contributor Author

Gotcha, will close this. Quoting issues are tricky for sure.

@ceblanton ceblanton closed this Feb 7, 2020
@underwoo
Copy link
Member

underwoo commented Feb 7, 2020

@ceblanton, @bensonr responded to #33 with information on what required the backslash. It was a quoting issue when using the Intel MPI compiler wrappers mpiifort and mpiicc. Work with Luis on a possible solution.

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.

git-version-string adds spaces for uncommitted files
2 participants