-
Notifications
You must be signed in to change notification settings - Fork 5
Some modernizations #101
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
base: master
Are you sure you want to change the base?
Some modernizations #101
Conversation
7bc93b5
to
79116e4
Compare
They currently relect the content of do-configure.
79116e4
to
ebb754e
Compare
@RShaw026 @isteinbrecher Rady for Review! |
Regarding Trilinos: with the CMake preset, I can switch to our newest pre-installed Trilinos (2024_2). In One possible outcome of this PR is to remove do-configure and switch to CMake presets entirely. Depending on this decision, we can look into changes to the Trilinos configuration. |
@@ -1,14 +1,38 @@ | |||
cmake_minimum_required(VERSION 3.14) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
If we switch to CMake presets, we need to increase this to >3.25.
Description and Context
Some modernizations of the development tool chain:
pre-commit
Related issues and pull requests
How Has This Been Tested?
I build and ran all tests locally.
Checklist
Additional Information
I also tried to switch to update the Trilinos version presets, however this turned out to be not so straightforward. I'll leave it for the future.
Open question
do-configure
?Interested Parties / Possible Reviewers
@RShaw026 @isteinbrecher