summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthewLieber <77356607+MatthewLieber@users.noreply.github.com>2023-05-11 20:10:15 -0400
committerGitHub <noreply@github.com>2023-05-11 17:10:15 -0700
commitb06d20be19afc9894ec277f9baca17f46d2ff2a6 (patch)
tree020ed2b917754913c20eece09bf52f5fe3de472e
parenta14d6fe56d08e74c80ae5f6311dfa86379d96f70 (diff)
downloadspack-b06d20be19afc9894ec277f9baca17f46d2ff2a6.tar.gz
spack-b06d20be19afc9894ec277f9baca17f46d2ff2a6.tar.bz2
spack-b06d20be19afc9894ec277f9baca17f46d2ff2a6.tar.xz
spack-b06d20be19afc9894ec277f9baca17f46d2ff2a6.zip
add 3.0b release (#37599)
Co-authored-by: Matt Lieber <lieber.31@osu.edu>
-rw-r--r--var/spack/repos/builtin/packages/mvapich/package.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/var/spack/repos/builtin/packages/mvapich/package.py b/var/spack/repos/builtin/packages/mvapich/package.py
index acf1dc3459..1022639a1a 100644
--- a/var/spack/repos/builtin/packages/mvapich/package.py
+++ b/var/spack/repos/builtin/packages/mvapich/package.py
@@ -17,7 +17,7 @@ class Mvapich(AutotoolsPackage):
platforms (x86 (Intel and AMD), ARM and OpenPOWER)"""
homepage = "https://mvapich.cse.ohio-state.edu/userguide/userguide_spack/"
- url = "https://mvapich.cse.ohio-state.edu/download/mvapich/mv2/mvapich2-3.0a.tar.gz"
+ url = "https://mvapich.cse.ohio-state.edu/download/mvapich/mv2/mvapich-3.0b.tar.gz"
list_url = "https://mvapich.cse.ohio-state.edu/downloads/"
maintainers("natshineman", "harisubramoni", "MatthewLieber")
@@ -25,7 +25,7 @@ class Mvapich(AutotoolsPackage):
executables = ["^mpiname$", "^mpichversion$"]
# Prefer the latest stable release
- version("3.0a", sha256="71f6593bfbfe9a9f6f5c750904461f007bf74bec479544e4da375b7d4a56b2ac")
+ version("3.0b", sha256="52d8a742e16eef69e944754fea7ebf8ba4ac572dac67dbda528443d9f32547cc")
provides("mpi")
provides("mpi@:3.1")