diff options
author | Nathalie Furmento <nathalie.furmento@labri.fr> | 2024-05-28 19:24:14 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-05-28 10:24:14 -0700 |
commit | 00bcf935e8d9ac01e364e06fa002995e5958fc8e (patch) | |
tree | 630479cef6766928ec99cb4ece9658e5fb85807c /var | |
parent | 375137239665aa91e53477adfcd18fdc7ee64878 (diff) | |
download | spack-00bcf935e8d9ac01e364e06fa002995e5958fc8e.tar.gz spack-00bcf935e8d9ac01e364e06fa002995e5958fc8e.tar.bz2 spack-00bcf935e8d9ac01e364e06fa002995e5958fc8e.tar.xz spack-00bcf935e8d9ac01e364e06fa002995e5958fc8e.zip |
starpu: add v1.4.7 (#44415)
Diffstat (limited to 'var')
-rw-r--r-- | var/spack/repos/builtin/packages/starpu/package.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/var/spack/repos/builtin/packages/starpu/package.py b/var/spack/repos/builtin/packages/starpu/package.py index dd81199c0e..cb9ea0ad00 100644 --- a/var/spack/repos/builtin/packages/starpu/package.py +++ b/var/spack/repos/builtin/packages/starpu/package.py @@ -30,6 +30,7 @@ class Starpu(AutotoolsPackage): maintainers("nfurmento", "sthibaul") + version("1.4.7", sha256="1eb3df551089153fe6e0b172ad95118434b4a81ea9eaa5a2c38725d0db53b13e") version("1.4.6", sha256="579f38e150ab78c9ab299649d8649a043dbf49786e54acbf3dad90c160672cc7") version("1.4.5", sha256="28f389b34df57a2a4e4743b40554b0f8d098ff2199e9eb8fbbe20aa377b64541") version("1.4.4", sha256="37f37739911451bbea063cff52779114f76bc681ea8de3a2ab65fc517d0ea112") |