Skip to content

Commit

Permalink
black formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
rhoneyager-tomorrow committed Jan 24, 2024
1 parent c812238 commit a965a72
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion var/spack/repos/builtin/packages/crtm/package.py
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,8 @@ class Crtm(CMakePackage):
version(
"v3.1.0-skylabv7",
url="https://www.github.com/JCSDA/crtmv3/tarball/90d52eec1f97bb5a098c9834c4499a17de4ff35b",
sha256="0751ddad9a0304e62902a11faa1e693b84ad2b338512f8d2c1a03e5cc573a947")
sha256="0751ddad9a0304e62902a11faa1e693b84ad2b338512f8d2c1a03e5cc573a947",
)
version(
"v3.0.0-skylabv6",
url="https://www.github.com/JCSDA/crtmv3/tarball/a31ed458fb702b235bccbe1693d2badffb241d05",
Expand Down
2 changes: 1 addition & 1 deletion var/spack/repos/jcsda-emc/packages/mom6/package.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ class Mom6(CMakePackage):

depends_on("ecbuild", type=("build"))
depends_on("[email protected]:", type=("build"), when="@1.7.0:")
#depends_on("[email protected]:")
# depends_on("[email protected]:")
depends_on("fms@release-jcsda")
depends_on("[email protected]:")
depends_on("llvm-openmp", when="%apple-clang", type=("build", "link", "run"))
Expand Down
2 changes: 1 addition & 1 deletion var/spack/repos/jcsda-emc/packages/soca/package.py
Original file line number Diff line number Diff line change
Expand Up @@ -56,4 +56,4 @@ class Soca(CMakePackage):
depends_on("[email protected]", when="@1.6")
depends_on("[email protected]", when="@1.7")

#depends_on("icepack", when="+icepack")
# depends_on("icepack", when="+icepack")

0 comments on commit a965a72

Please sign in to comment.