Skip to content

Commit

Permalink
update for dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
mattldawson committed Jul 16, 2024
1 parent 7bdc70e commit 8ccf130
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Externals_CAM.cfg
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
[ccpp-framework]
local_path = ccpp_framework
protocol = git
repo_url = https://github.com/peverwhee/ccpp-framework
tag = CPF_0.2.056
repo_url = https://github.com/gold2718/ccpp-framework
tag = f3cca0b4723545d7950ace9b612ce9b253fa8d7e
required = True

[mpas]
Expand All @@ -16,8 +16,8 @@ required = True
[ncar-physics]
local_path = src/physics/ncar_ccpp
protocol = git
repo_url = https://github.com/ESCOMP/atmospheric_physics
tag = atmos_phys0_02_006
repo_url = https://github.com/mattldawson/atmospheric_physics
tag = develop-74-chem-species
required = True

[externals_description]
Expand Down
5 changes: 5 additions & 0 deletions cime_config/cam_autogen.py
Original file line number Diff line number Diff line change
Expand Up @@ -615,6 +615,11 @@ def generate_physics_suites(build_cache, preproc_defs, host_name,
ufiles_str = datatable_report(cap_output_file, request, ";")
utility_files = ufiles_str.split(';')
_update_genccpp_dir(utility_files, genccpp_dir)
request = DatatableReport("dependencies")
dep_str = datatable_report(cap_output_file, request, ";")
if len(dep_str) > 0:
dependency_files = dep_str.split(';')
_update_genccpp_dir(dependency_files, genccpp_dir)
##XXgoldyXX: ^ Temporary fix:
# End if

Expand Down

0 comments on commit 8ccf130

Please sign in to comment.