Skip to content

Fix Fortran tests for Windows platform #69

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

Merged
merged 1 commit into from
Jan 11, 2024
Merged

Conversation

omjavaid
Copy link
Contributor

This patch makes minor changes to ignore windows line endings when Fortran tests are run on windows platform.

This patch makes minor changes to ignore windows line endings when
Fortran tests are run on windows platform.
@omjavaid omjavaid requested a review from tarunprabhu December 20, 2023 19:37
Comment on lines +85 to +86
if (CMAKE_Fortran_COMPILER_ID STREQUAL "LLVMFlang"
AND (ARCH STREQUAL "AArch64" OR TARGET_OS STREQUAL "Windows"))
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

If I understand this correctly, the tests will be disabled on Windows on all hardware platforms and will be disabled on all OS'es on AArch64. I just want to double-check that this is what you intended?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yes. This fails on windows regardless of the underlying architecture. I am currently trying to enable everything which works.

@tarunprabhu
Copy link
Contributor

Apologies @omjavaid, I somehow didn't see that you had requested a review from me.

Copy link
Contributor

@tarunprabhu tarunprabhu left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM. Thanks for this.

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