Skip to content
Draft
Show file tree
Hide file tree
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions repos/c2sm/packages/ghex/package.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,13 @@ class Ghex(CMakePackage, CudaPackage, ROCmPackage):
version("0.4.0", tag="v0.4.0", submodules=True)
version("0.3.0", tag="v0.3.0", submodules=True)
version("master", branch="master", submodules=True)
version(
"philip-async-mpi",
git="https://github.com/philip-paul-mueller/GHEX.git",
# Pinned commit from https://github.com/ghex-org/GHEX/pull/190
commit="a1de2a6a16b728ad08df7ec0793e30591e61e4c7",
submodules=True,
)
version(
"async-mpi",
git="https://github.com/msimberg/GHEX.git",
Expand Down
1 change: 1 addition & 0 deletions repos/c2sm/packages/icon4py/package.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ class Icon4py(Package):
# --- Versions ---
version("main", branch="main")
version("0.0.15", commit="9a7f7d68f0e8be18f746044879c49e4d87e20ff6")
version("blueline_wait_for_compilation", branch="blueline_wait_for_compilation")
version(
"0.0.14",
sha256="8aadb6fe7af55fc41d09daa4e74739bd7ab01b4e",
Expand Down
Loading