diff options
author | natshineman <shineman.5@osu.edu> | 2022-03-03 23:34:35 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-03-03 21:34:35 -0700 |
commit | 673faf604400d0921bbafe89c7c5066a6c684ece (patch) | |
tree | 45b9c2cf99c35404201afbeeb62630d2cfd33d92 /var | |
parent | e86cdbbf2302e46907c09984a482c8fe4e5c1f7b (diff) | |
download | spack-673faf604400d0921bbafe89c7c5066a6c684ece.tar.gz spack-673faf604400d0921bbafe89c7c5066a6c684ece.tar.bz2 spack-673faf604400d0921bbafe89c7c5066a6c684ece.tar.xz spack-673faf604400d0921bbafe89c7c5066a6c684ece.zip |
Update MVAPICH2 to latest release verison 2.3.7 (#29329)
Co-authored-by: Nat Shineman <shineman.5@buckeyemail.osu.edu>
Diffstat (limited to 'var')
-rw-r--r-- | var/spack/repos/builtin/packages/mvapich2/package.py | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/var/spack/repos/builtin/packages/mvapich2/package.py b/var/spack/repos/builtin/packages/mvapich2/package.py index 3568705f78..5e787f50f8 100644 --- a/var/spack/repos/builtin/packages/mvapich2/package.py +++ b/var/spack/repos/builtin/packages/mvapich2/package.py @@ -14,7 +14,7 @@ class Mvapich2(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-2.3.6.tar.gz" + url = "https://mvapich.cse.ohio-state.edu/download/mvapich/mv2/mvapich2-2.3.7.tar.gz" list_url = "https://mvapich.cse.ohio-state.edu/downloads/" maintainers = ['natshineman', 'harisubramoni', 'ndcontini'] @@ -22,6 +22,7 @@ class Mvapich2(AutotoolsPackage): executables = ['^mpiname$'] # Prefer the latest stable release + version('2.3.7', sha256='4b6ad2c8c270e1fabcd073c49edb6bf95af93780f4a487bc48404a8ca384f34e') version('2.3.6', sha256='b3a62f2a05407191b856485f99da05f5e769d6381cd63e2fcb83ee98fc46a249') version('2.3.5', sha256='f9f467fec5fc981a89a7beee0374347b10c683023c76880f92a1a0ad4b961a8c') version('2.3.4', sha256='7226a45c7c98333c8e5d2888119cce186199b430c13b7b1dca1769909e68ea7a') |