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

CMake fixes #141

Merged
merged 6 commits into from
Dec 2, 2024
Merged

CMake fixes #141

merged 6 commits into from
Dec 2, 2024

Conversation

CasparJungbacker
Copy link
Collaborator

Remove CMake presets again :-)

Now, select a Fortran compiler using regular CMake variables. E.g., for GNU:

FC=mpif90 cmake <options> <path>

and for Intel:

FC=mpiifx cmake <options> <path>

@CasparJungbacker CasparJungbacker changed the base branch from main to dev November 26, 2024 17:01
@CasparJungbacker CasparJungbacker marked this pull request as ready for review November 28, 2024 09:36
Copy link
Contributor

@fjansson fjansson left a comment

Choose a reason for hiding this comment

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

Still to do: to set a default CMAKE_RELEASE_TYPE.
Tested on Fugaku and on Arch Linux.

@fjansson fjansson merged commit ab6d1ba into dalesteam:dev Dec 2, 2024
14 checks passed
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