From 0d34252a6a941988524e5c46aed081c519cc7ca4 Mon Sep 17 00:00:00 2001 From: Dom Heinzeller Date: Mon, 6 Mar 2023 15:39:42 -0700 Subject: [PATCH 1/2] Update ufs-weather-model branch for getting updates from authoritative repos on 20230306 --- CMakeLists.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 5a266ed..275c228 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -93,7 +93,8 @@ ExternalProject_Add(ufs-weather-model PREFIX ${CMAKE_CURRENT_BINARY_DIR}/ufs-weather-model GIT_REPOSITORY https://github.com/climbfuji/ufs-weather-model GIT_SUBMODULES_RECURSE TRUE - GIT_TAG feature/consolidate_dom_update_20230117 # updated from develop on Jan 17 + GIT_TAG feature/consolidate_dom_update_20230306 # updated from develop on Mar 6 + #GIT_TAG feature/consolidate_dom_update_20230117 # updated from develop on Jan 17 SOURCE_DIR ${CMAKE_CURRENT_SOURCE_DIR}/ufs-weather-model UPDATE_DISCONNECTED ON INSTALL_DIR ${DEPEND_LIB_ROOT} From b3b62d9b65bcd9bfa16bb93e2222105775f4a354 Mon Sep 17 00:00:00 2001 From: Dom Heinzeller Date: Mon, 13 Mar 2023 16:42:21 -0600 Subject: [PATCH 2/2] Update ufs-weather-model branch name in top-level CMakeLists.txt --- CMakeLists.txt | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 275c228..01168cd 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -93,8 +93,7 @@ ExternalProject_Add(ufs-weather-model PREFIX ${CMAKE_CURRENT_BINARY_DIR}/ufs-weather-model GIT_REPOSITORY https://github.com/climbfuji/ufs-weather-model GIT_SUBMODULES_RECURSE TRUE - GIT_TAG feature/consolidate_dom_update_20230306 # updated from develop on Mar 6 - #GIT_TAG feature/consolidate_dom_update_20230117 # updated from develop on Jan 17 + GIT_TAG feature/consolidate_dom_update_20221114 # updated from develop on Mar 6 SOURCE_DIR ${CMAKE_CURRENT_SOURCE_DIR}/ufs-weather-model UPDATE_DISCONNECTED ON INSTALL_DIR ${DEPEND_LIB_ROOT}