summaryrefslogtreecommitdiff
path: root/var
diff options
context:
space:
mode:
authorMatthewLieber <77356607+MatthewLieber@users.noreply.github.com>2022-10-26 12:34:37 -0400
committerGitHub <noreply@github.com>2022-10-26 09:34:37 -0700
commitbb64d09ccd82044151d5763bbb1cd5ec98ce4525 (patch)
tree14fbe6500c2b3df1a33c01bd239a83b55af33fc3 /var
parent8ddb5c3299ee6f47b5c91ca0a04b845a275dfbe0 (diff)
downloadspack-bb64d09ccd82044151d5763bbb1cd5ec98ce4525.tar.gz
spack-bb64d09ccd82044151d5763bbb1cd5ec98ce4525.tar.bz2
spack-bb64d09ccd82044151d5763bbb1cd5ec98ce4525.tar.xz
spack-bb64d09ccd82044151d5763bbb1cd5ec98ce4525.zip
Updating package file for osu-micro-benchmarks for the 6.2 release (#33512)
* Updating package file for osu-micro-benchmarks for the 6.2 release * updating sha hash for 6.2 tarball Co-authored-by: natshineman <shineman.5@osu.edu>
Diffstat (limited to 'var')
-rw-r--r--var/spack/repos/builtin/packages/osu-micro-benchmarks/package.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/var/spack/repos/builtin/packages/osu-micro-benchmarks/package.py b/var/spack/repos/builtin/packages/osu-micro-benchmarks/package.py
index 6840dfe076..bb090e63f3 100644
--- a/var/spack/repos/builtin/packages/osu-micro-benchmarks/package.py
+++ b/var/spack/repos/builtin/packages/osu-micro-benchmarks/package.py
@@ -16,10 +16,11 @@ class OsuMicroBenchmarks(AutotoolsPackage, CudaPackage, ROCmPackage):
and can be used for both traditional and GPU-enhanced nodes."""
homepage = "https://mvapich.cse.ohio-state.edu/benchmarks/"
- url = "https://mvapich.cse.ohio-state.edu/download/mvapich/osu-micro-benchmarks-6.1.tar.gz"
+ url = "https://mvapich.cse.ohio-state.edu/download/mvapich/osu-micro-benchmarks-6.2.tar.gz"
maintainers = ["natshineman", "harisubramoni", "MatthewLieber"]
+ version("6.2", sha256="bb9dbc87dcf8ec6785977a61f6fceee8febf1a682488eaab4c58cf50e4fa985f")
version("6.1", sha256="ecccedc868264f75db4d9529af79005419a2775113c7fae8f4e4a8434362e4a7")
version("6.0", sha256="309fb7583ff54562343b0e0df1eebde3fc245191e183be362f031ac74f4ab542")
version("5.9", sha256="d619740a1c2cc7c02a9763931546b320d0fa4093c415ff3873c2958e121c0609")