-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
oasis3-mct: change branch dependency from "spack-build" to "master"
- Loading branch information
Showing
1 changed file
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 |
---|---|---|
|
@@ -18,11 +18,11 @@ class Oasis3Mct(MakefilePackage): | |
git = "https://github.com/ACCESS-NRI/oasis3-mct.git" | ||
# NOTE: URL definition required for CI | ||
# Spack needs tarball URL to be defined to access github branches | ||
url = "https://github.com/ACCESS-NRI/oasis3-mct/tarball/spack-build" | ||
url = "https://github.com/ACCESS-NRI/oasis3-mct/tarball/master" | ||
|
||
maintainers = ["harshula"] | ||
|
||
version("spack-build", branch="spack-build") | ||
version("master", branch="master") | ||
|
||
depends_on("[email protected]:") | ||
# Depend on virtual package "mpi". | ||
|