Skip to content

Commit

Permalink
updated versions of comm_cali
Browse files Browse the repository at this point in the history
  • Loading branch information
Grace Nansamba authored and Grace Nansamba committed Sep 4, 2024
1 parent 340cd7a commit 7419d6e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion repo/amg2023/package.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ class Amg2023(CMakePackage, CudaPackage, ROCmPackage):
depends_on("adiak", when="+caliper")
depends_on("hypre+caliper", when="+caliper")
# depends_on("[email protected]:")
depends_on("hypre@comm_cali")
depends_on("hypre@3.1_comm_cali")
depends_on("hypre+cuda", when="+cuda")
requires("+cuda", when="^hypre+cuda")
depends_on("hypre+rocm", when="+rocm")
Expand Down
2 changes: 2 additions & 0 deletions repo/hypre/package.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,8 @@ class Hypre(BuiltinHypre):
"gcc": "gnu",
}

version("3.1_comm_cali", branch="comm_cali", submodules=False, git="https://github.com/gracenansamba/hypre.git")

def configure_args(self):
configure_args = super().configure_args()

Expand Down

0 comments on commit 7419d6e

Please sign in to comment.