diff options
author | Wouter Deconinck <wdconinc@gmail.com> | 2024-09-22 06:58:07 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-09-22 13:58:07 +0200 |
commit | 3e0331b25031474cd05ca2bc12d9099f493e323f (patch) | |
tree | e61e8edc1d19a7eaa97a1912cbec5ad0b52615b1 | |
parent | c302013c5b1e80653d8a54fb3cf8c079392bd492 (diff) | |
download | spack-3e0331b25031474cd05ca2bc12d9099f493e323f.tar.gz spack-3e0331b25031474cd05ca2bc12d9099f493e323f.tar.bz2 spack-3e0331b25031474cd05ca2bc12d9099f493e323f.tar.xz spack-3e0331b25031474cd05ca2bc12d9099f493e323f.zip |
goblin-hmc-sim: fix url (#46515)
-rw-r--r-- | var/spack/repos/builtin/packages/goblin-hmc-sim/package.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/var/spack/repos/builtin/packages/goblin-hmc-sim/package.py b/var/spack/repos/builtin/packages/goblin-hmc-sim/package.py index 74865bfcef..bad1c82d1c 100644 --- a/var/spack/repos/builtin/packages/goblin-hmc-sim/package.py +++ b/var/spack/repos/builtin/packages/goblin-hmc-sim/package.py @@ -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 |