add 3.0b release (#37599)
Co-authored-by: Matt Lieber <lieber.31@osu.edu>
This commit is contained in:
		| @@ -17,7 +17,7 @@ class Mvapich(AutotoolsPackage): | |||||||
|     platforms (x86 (Intel and AMD), ARM and OpenPOWER)""" |     platforms (x86 (Intel and AMD), ARM and OpenPOWER)""" | ||||||
| 
 | 
 | ||||||
|     homepage = "https://mvapich.cse.ohio-state.edu/userguide/userguide_spack/" |     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/" |     list_url = "https://mvapich.cse.ohio-state.edu/downloads/" | ||||||
| 
 | 
 | ||||||
|     maintainers("natshineman", "harisubramoni", "MatthewLieber") |     maintainers("natshineman", "harisubramoni", "MatthewLieber") | ||||||
| @@ -25,7 +25,7 @@ class Mvapich(AutotoolsPackage): | |||||||
|     executables = ["^mpiname$", "^mpichversion$"] |     executables = ["^mpiname$", "^mpichversion$"] | ||||||
| 
 | 
 | ||||||
|     # Prefer the latest stable release |     # Prefer the latest stable release | ||||||
|     version("3.0a", sha256="71f6593bfbfe9a9f6f5c750904461f007bf74bec479544e4da375b7d4a56b2ac") |     version("3.0b", sha256="52d8a742e16eef69e944754fea7ebf8ba4ac572dac67dbda528443d9f32547cc") | ||||||
| 
 | 
 | ||||||
|     provides("mpi") |     provides("mpi") | ||||||
|     provides("mpi@:3.1") |     provides("mpi@:3.1") | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user
	 MatthewLieber
					MatthewLieber