diff options
author | Yanfei Guo <yguo@anl.gov> | 2024-03-27 14:58:37 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-03-27 13:58:37 -0600 |
commit | e4c64865f1f3b7c9148b8059ac6bd822e0f86da2 (patch) | |
tree | 1d9713555a2ac15ec43c3a2011df6bb796b3b6b8 /var | |
parent | 1175f37577dbc26d78f6648a37db08da8546c81d (diff) | |
download | spack-e4c64865f1f3b7c9148b8059ac6bd822e0f86da2.tar.gz spack-e4c64865f1f3b7c9148b8059ac6bd822e0f86da2.tar.bz2 spack-e4c64865f1f3b7c9148b8059ac6bd822e0f86da2.tar.xz spack-e4c64865f1f3b7c9148b8059ac6bd822e0f86da2.zip |
argobots: update to v1.2 (#43381)
* argobots: update to v1.2
* Replace prior maintainer with current one.
---------
Co-authored-by: Tamara Dahlgren <35777542+tldahlgren@users.noreply.github.com>
Diffstat (limited to 'var')
-rw-r--r-- | var/spack/repos/builtin/packages/argobots/package.py | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/var/spack/repos/builtin/packages/argobots/package.py b/var/spack/repos/builtin/packages/argobots/package.py index 7fc6695530..e0c919b757 100644 --- a/var/spack/repos/builtin/packages/argobots/package.py +++ b/var/spack/repos/builtin/packages/argobots/package.py @@ -16,13 +16,14 @@ class Argobots(AutotoolsPackage): execution model and a memory model.""" homepage = "https://www.argobots.org/" - url = "https://github.com/pmodels/argobots/releases/download/v1.0b1/argobots-1.0b1.tar.gz" + url = "https://github.com/pmodels/argobots/releases/download/v1.2/argobots-1.2.tar.gz" git = "https://github.com/pmodels/argobots.git" - maintainers("shintaro-iwasaki") + maintainers("yfguo") tags = ["e4s"] version("main", branch="main") + version("1.2", sha256="1c056429d9c0a27c041d4734f6318b801fc2ec671854e42c35251c4c7d0d43e1") version("1.1", sha256="f0f971196fc8354881681c2282a2f2adb6d48ff5e84cf820ca657daad1549005") version("1.0.1", sha256="fa05a02d7f8f74d845647636609219ee02f6adf628ebcbf40393f829987d9036") version("1.0", sha256="36a0815f7bf99900a9c9c1eef61ef9b3b76aa2cfc4594a304f6c8c3296da8def") |