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

Fix Fortran REGEX and newlines #1226

Merged
merged 3 commits into from
Nov 29, 2021
Merged

Fix Fortran REGEX and newlines #1226

merged 3 commits into from
Nov 29, 2021

Conversation

byrnHDF
Copy link
Contributor

@byrnHDF byrnHDF commented Nov 24, 2021

On windows the extra CR would cause clang and Intel compilers to fail in compiling the H5pubconf.h.
The trick is to change the regex from just "\n" to "[\r\n]+"

@byrnHDF byrnHDF self-assigned this Nov 24, 2021
@byrnHDF byrnHDF requested a review from brtnfld November 24, 2021 21:23
lrknox pushed a commit that referenced this pull request Nov 25, 2021
Merge Fix Fortran REGEX and newlines #1226
Merge Github #969 Use stdout instead of file for configure check #1089
Merge Consolidate VFD create list macro #1132
@lrknox lrknox merged commit 9cdc6d5 into HDFGroup:develop Nov 29, 2021
lrknox pushed a commit that referenced this pull request Dec 2, 2021
lrknox pushed a commit that referenced this pull request Dec 4, 2021
@byrnHDF byrnHDF deleted the develop-fort-def branch January 12, 2022 19:45
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.

3 participants