Skip to content

Commit

Permalink
Added specific reference to 'master' version in mom5 and oasis packages
Browse files Browse the repository at this point in the history
  • Loading branch information
atteggiani committed Oct 14, 2024
1 parent a490029 commit 534e90c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/mom5/package.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ class Mom5(MakefilePackage):
multi=False,
description="Build MOM5 to support a particular use case.")

with when("@:access-esm0,access-esm2:"):
with when("@master"):
depends_on("[email protected]:")
depends_on("[email protected]:")
# Depend on virtual package "mpi".
Expand Down
2 changes: 1 addition & 1 deletion packages/oasis3-mct/package.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ class Oasis3Mct(MakefilePackage):
variant("deterministic", default=False, description="Deterministic build.")
variant("optimisation_report", default=False, description="Generate optimisation reports.")

with when("@:access-esm0,access-esm2:"):
with when("@master"):
depends_on("[email protected]:")
# Depend on virtual package "mpi".
depends_on("mpi")
Expand Down

0 comments on commit 534e90c

Please sign in to comment.