Skip to content

Commit

Permalink
use git
Browse files Browse the repository at this point in the history
  • Loading branch information
boeschf committed Mar 20, 2024
1 parent 0d4d4f2 commit 67db628
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions packages/ghex/package.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,10 @@ class Ghex(CMakePackage, CudaPackage, ROCmPackage):
git = "https://github.com/ghex-org/GHEX.git"
maintainers = ["boeschf"]

version("0.4.0", sha256="a549c3d9d033c1bf7ee3a6f283cdd086192fd02eea0489eb8728df5acfc56564", submodules=True)
version("0.3.0", sha256="2629b40ac947817886cc5f06bc594abd47352e09cd756a358db35c03c7579a1c", submodules=True)
#version("0.4.0", sha256="a549c3d9d033c1bf7ee3a6f283cdd086192fd02eea0489eb8728df5acfc56564", submodules=True)
#version("0.3.0", sha256="2629b40ac947817886cc5f06bc594abd47352e09cd756a358db35c03c7579a1c", submodules=True)
version("0.4.0", tag="v0.4.0", submodules=True)
version("0.3.0", tag="v0.3.0", submodules=True)
# for dev-build
version("develop")

Expand Down

0 comments on commit 67db628

Please sign in to comment.