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 Mingw compilation #52

Merged
merged 1 commit into from
Mar 14, 2022

Conversation

Baljak
Copy link
Contributor

@Baljak Baljak commented Mar 6, 2022

Fix the following issues when compiling with Mingw:

  • In the main CMakeLists.txt: replace some if (UNIX) statements with if (NOT MSVC) as GCC (and LLVM) behavior on Windows is the same as on Unix/Linux.
  • Patch FortranMangling.cmake to make it work when another Fortran compiler (such as ifort) is installed alongside Mingw.
  • Remove scalapack_build.cmake as it is not used anymore.

@Baljak Baljak closed this Mar 6, 2022
@Baljak Baljak reopened this Mar 6, 2022
@weslleyspereira
Copy link
Collaborator

Hi @Baljak. Would you be interested in reviewing #56? In particular: #56 (comment)? Thanks.

Copy link
Collaborator

@weslleyspereira weslleyspereira left a comment

Choose a reason for hiding this comment

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

Looks good to me!!

@weslleyspereira
Copy link
Collaborator

Hi @Baljak. Could you please force an empty commit so that your changes are subjected to the new tests? Thanks!

@Baljak
Copy link
Contributor Author

Baljak commented Mar 13, 2022

I have rebased my branch on master so the tests should now run.

@weslleyspereira weslleyspereira merged commit 669d5f6 into Reference-ScaLAPACK:master Mar 14, 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.

2 participants