Skip to content

Commit

Permalink
oasis3-mct: change branch dependency from "spack-build" to "master"
Browse files Browse the repository at this point in the history
  • Loading branch information
harshula committed Mar 20, 2023
1 parent 8ce19de commit af75b52
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/oasis3-mct/package.py
Original file line number Diff line number Diff line change
Expand Up @@ -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".
Expand Down

0 comments on commit af75b52

Please sign in to comment.