diff options
author | Gregory Lee <lee218@llnl.gov> | 2022-10-07 13:25:53 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-10-07 14:25:53 -0600 |
commit | b3cfcebf94611424dc503dd0fab3d0a84a68920b (patch) | |
tree | 05175bd7a48685673ac5a19e7d666f6028d3a037 /var | |
parent | f3027fb5614dc1e0312ff45e971678befb67cdef (diff) | |
download | spack-b3cfcebf94611424dc503dd0fab3d0a84a68920b.tar.gz spack-b3cfcebf94611424dc503dd0fab3d0a84a68920b.tar.bz2 spack-b3cfcebf94611424dc503dd0fab3d0a84a68920b.tar.xz spack-b3cfcebf94611424dc503dd0fab3d0a84a68920b.zip |
fixed and added mrnet versions (#33120)
Diffstat (limited to 'var')
-rw-r--r-- | var/spack/repos/builtin/packages/mrnet/package.py | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/var/spack/repos/builtin/packages/mrnet/package.py b/var/spack/repos/builtin/packages/mrnet/package.py index e21b561ab9..5f0b1f75fd 100644 --- a/var/spack/repos/builtin/packages/mrnet/package.py +++ b/var/spack/repos/builtin/packages/mrnet/package.py @@ -15,7 +15,9 @@ class Mrnet(AutotoolsPackage): git = "https://github.com/dyninst/mrnet.git" list_url = "http://ftp.cs.wisc.edu/paradyn/mrnet" - version("5.0.1-3", branch="master") + version("master", branch="master") + version("5.0.1-4", commit="2c5632aa27188de6866abc49bf1de70fb6b27af9") + version("5.0.1-3", commit="7375ba5bb0df87c68e58ad15e9e5e351ae020c08") version("5.0.1-2", commit="20b1eacfc6d680d9f6472146d2dfaa0f900cc2e9") version("5.0.1", sha256="df0bab4c4c462d0c32df4fd97bf2546f32439f31ca96b54ebbbadd33dd6bc107") version("4.1.0", sha256="94758191ac46a9dbfea931a8e61167fe7e8a5f880caa418305c44f1d12af5e45") |