-
Notifications
You must be signed in to change notification settings - Fork 239
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
Update gwb to v1.0.0 #6012
Update gwb to v1.0.0 #6012
Conversation
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.
I mostly looked at the files that are relevant for the ASPECT integration and they look good. Just two small comments.
contrib/world_builder/CITATION
Outdated
@misc{gwb-doi-v0.4.0, | ||
title = {{The Geodynamic World Builder} v0.4.0 [software]}, | ||
@misc{gwb-doi-v1.0.0, | ||
title = {{The Geodynamic World Builder} v0.6.0 [software]}, |
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.
?
title = {{The Geodynamic World Builder} v0.6.0 [software]}, | |
title = {{The Geodynamic World Builder} v1.0.0 [software]}, |
contrib/world_builder/CMakeLists.txt
Outdated
@@ -1,4 +1,4 @@ | |||
cmake_minimum_required(VERSION 3.13.4) | |||
cmake_minimum_required(VERSION 2.8.12) |
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.
I think we had adjusted this to 3.13.4 because that is the minimum version for ASPECT
But you will have to look into the failing tests, it looks as if your version check might not be working correctly. |
And the documentation tester failure should be fixed on a recent master. Could you rebase your PR to confirm? |
507ccff
to
59085fe
Compare
@gassmoeller, thanks for the review! The documentation tester is now indeed fixed and I have addressed your other comments. I think the other tests will be fixed as well, but we will have to see :) |
59085fe
to
01bd161
Compare
GWB v1.0.0 has been release (see https://github.com/GeodynamicWorldBuilder/WorldBuilder/releases/tag/v1.0.0), so this should be ready to merge :) |
A new version (version 1.0.0!) of the world builder will be released soon (See GeodynamicWorldBuilder/WorldBuilder#746 for todo's) which is related to the world builder JOSS paper, so it is also time to start the review process to get it into aspect. This pull request will still be update until the final release.