-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Added specific reference to 'master' version in mom5 and oasis packages
- Loading branch information
1 parent
a490029
commit 534e90c
Showing
2 changed files
with
2 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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". | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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") | ||
|