-
Notifications
You must be signed in to change notification settings - Fork 11
Update env, cmake, GEOS_Util and MAPL releases in components.yaml & update README.md after decommissioning of SLES12 at NCCS #796
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
Changes from 9 commits
4c64bb2
07c1daf
6d45738
c80a008
b928b6b
affb351
60bf8a9
c1007c8
1dba0d7
8ab19d8
e6c3eac
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -5,13 +5,13 @@ GEOSldas: | |
| env: | ||
| local: ./@env | ||
| remote: ../ESMA_env.git | ||
| tag: v4.29.1 | ||
| tag: v4.36.0 | ||
|
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. @biljanaorescanin, @mathomp4 : I ticked up the versions of env, cmake, and MAPL (c1007c8). Based on the documentation of the respective releases, this should be zero-diff w.r.t. what was on the PR before my latest edits (but definitely non-0-diff w.r.t. current develop). @mathomp4, please let me know if you have any objections or suggestions. @biljanaorescanin, when you get a chance, please re-test the PR. If all is as expected, the new test is 0-diff w.r.t. the most recent test (if you still have a copy). |
||
| develop: main | ||
|
|
||
| cmake: | ||
| local: ./@cmake | ||
| remote: ../ESMA_cmake.git | ||
| tag: v3.52.0 | ||
| tag: v3.57.0 | ||
| develop: develop | ||
|
|
||
| ecbuild: | ||
|
|
@@ -36,7 +36,7 @@ GMAO_Shared: | |
| GEOS_Util: | ||
| local: ./src/Shared/@GMAO_Shared/@GEOS_Util | ||
| remote: ../GEOS_Util.git | ||
| tag: v2.1.3 | ||
| tag: v2.1.6 | ||
| sparse: ./config/GEOS_Util.sparse | ||
| develop: main | ||
|
|
||
|
|
@@ -45,7 +45,7 @@ GEOS_Util: | |
| MAPL: | ||
| local: ./src/Shared/@MAPL | ||
| remote: ../MAPL.git | ||
| tag: v2.50.1 | ||
| tag: v2.54.2 | ||
| develop: develop | ||
|
|
||
| GEOSldas_GridComp: | ||
|
|
||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,13 @@ | ||
| { | ||
| "configurePresets": [ | ||
| { | ||
| "name": "base-configure", | ||
| "hidden": true, | ||
| "displayName": "Base Configure Settings", | ||
| "description": "Sets build and install directories", | ||
| "binaryDir": "${sourceDir}/build-${presetName}", | ||
| "installDir": "${sourceDir}/install-${presetName}" | ||
| } | ||
| ], | ||
| "version": 7 | ||
| } |
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,13 @@ | ||
| { | ||
| "configurePresets": [ | ||
| { | ||
| "name": "base-configure", | ||
| "hidden": true, | ||
| "displayName": "Base Configure Settings", | ||
| "description": "Sets build and install directories", | ||
| "binaryDir": "$penv{CMAKE_BUILD_LOCATION}/${sourceDirName}/build-${presetName}", | ||
| "installDir": "$penv{CMAKE_INSTALL_LOCATION}/${sourceDirName}/install-${presetName}" | ||
| } | ||
| ], | ||
| "version": 7 | ||
| } |
Uh oh!
There was an error while loading. Please reload this page.