Update mvapich2 to 2.3.6 (#23574)
Co-authored-by: Nat Shineman <shineman.5@buckeyemail.osu.edu>
This commit is contained in:
parent
19c7188cbf
commit
0d92c39d47
1 changed files with 3 additions and 2 deletions
|
@ -14,14 +14,15 @@ class Mvapich2(AutotoolsPackage):
|
||||||
platforms (x86 (Intel and AMD), ARM and OpenPOWER)"""
|
platforms (x86 (Intel and AMD), ARM and OpenPOWER)"""
|
||||||
|
|
||||||
homepage = "http://mvapich.cse.ohio-state.edu/userguide/userguide_spack/"
|
homepage = "http://mvapich.cse.ohio-state.edu/userguide/userguide_spack/"
|
||||||
url = "http://mvapich.cse.ohio-state.edu/download/mvapich/mv2/mvapich2-2.3.5.tar.gz"
|
url = "http://mvapich.cse.ohio-state.edu/download/mvapich/mv2/mvapich2-2.3.6.tar.gz"
|
||||||
list_url = "http://mvapich.cse.ohio-state.edu/downloads/"
|
list_url = "http://mvapich.cse.ohio-state.edu/downloads/"
|
||||||
|
|
||||||
maintainers = ['nithintsk', 'harisubramoni']
|
maintainers = ['natshineman', 'harisubramoni']
|
||||||
|
|
||||||
executables = ['^mpiname$']
|
executables = ['^mpiname$']
|
||||||
|
|
||||||
# Prefer the latest stable release
|
# Prefer the latest stable release
|
||||||
|
version('2.3.6', sha256='b3a62f2a05407191b856485f99da05f5e769d6381cd63e2fcb83ee98fc46a249')
|
||||||
version('2.3.5', sha256='f9f467fec5fc981a89a7beee0374347b10c683023c76880f92a1a0ad4b961a8c')
|
version('2.3.5', sha256='f9f467fec5fc981a89a7beee0374347b10c683023c76880f92a1a0ad4b961a8c')
|
||||||
version('2.3.4', sha256='7226a45c7c98333c8e5d2888119cce186199b430c13b7b1dca1769909e68ea7a')
|
version('2.3.4', sha256='7226a45c7c98333c8e5d2888119cce186199b430c13b7b1dca1769909e68ea7a')
|
||||||
version('2.3.3', sha256='41d3261be57e5bc8aabf4e32981543c015c5443ff032a26f18205985e18c2b73')
|
version('2.3.3', sha256='41d3261be57e5bc8aabf4e32981543c015c5443ff032a26f18205985e18c2b73')
|
||||||
|
|
Loading…
Reference in a new issue