Skip to content

Commit

Permalink
goblin-hmc-sim: fix url (spack#46515)
Browse files Browse the repository at this point in the history
  • Loading branch information
wdconinc authored Sep 22, 2024
1 parent c302013 commit 3e0331b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion var/spack/repos/builtin/packages/goblin-hmc-sim/package.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ class GoblinHmcSim(MakefilePackage):
homepage = "https://github.com/tactcomplabs/gc64-hmcsim"
git = "https://github.com/tactcomplabs/gc64-hmcsim"
# The version numbers track the SST they were released with
url = "https://github.com/tactcomplabs/gc64-hmcsim/archive/sst-8.0.0-release.tar.gz"
url = "https://github.com/tactcomplabs/gc64-hmcsim/archive/refs/tags/sst-8.0.0-release.tar.gz"
# This works with parallel builds outside Spack
# For some reason .o files get thrashed inside Spack
parallel = False
Expand Down

0 comments on commit 3e0331b

Please sign in to comment.