Skip to content

Commit

Permalink
fix to compile without hammocc
Browse files Browse the repository at this point in the history
  • Loading branch information
mvertens committed Jul 9, 2024
1 parent 18b7a59 commit 2a0d544
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cime_config/buildlib_2.2
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,6 @@ def _main_func():
os.path.join(comp_root_dir_ocn, "channel"),
os.path.join(comp_root_dir_ocn, "single_column"),
os.path.join(comp_root_dir_ocn, "pkgs", "CVMix-src", "src", "shared"),
os.path.join(comp_root_dir_ocn, "pkgs", "M4AGO-sinking-scheme", "src"),
os.path.join(comp_root_dir_ocn, "phy"),
os.path.join(comp_root_dir_ocn, "trc"),
os.path.join(comp_root_dir_ocn, "idlage")]
Expand All @@ -77,6 +76,7 @@ def _main_func():
continue
elif module == "ecosys":
paths.append(os.path.join(comp_root_dir_ocn, "hamocc"))
paths.append(os.path.join(comp_root_dir_ocn, "pkgs", "M4AGO-sinking-scheme", "src"))
else:
expect(False, "tracer module {} is not recognized".format(module))

Expand Down

0 comments on commit 2a0d544

Please sign in to comment.