mvapich: add v3.0 (#42756)
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)""" | ||||
| 
 | ||||
|     homepage = "https://mvapich.cse.ohio-state.edu/userguide/userguide_spack/" | ||||
|     url = "https://mvapich.cse.ohio-state.edu/download/mvapich/mv2/mvapich-3.0b.tar.gz" | ||||
|     url = "https://mvapich.cse.ohio-state.edu/download/mvapich/mv2/mvapich-3.0.tar.gz" | ||||
|     list_url = "https://mvapich.cse.ohio-state.edu/downloads/" | ||||
| 
 | ||||
|     maintainers("natshineman", "harisubramoni", "MatthewLieber") | ||||
| @@ -27,7 +27,7 @@ class Mvapich(AutotoolsPackage): | ||||
|     license("Unlicense") | ||||
| 
 | ||||
|     # Prefer the latest stable release | ||||
|     version("3.0b", sha256="52d8a742e16eef69e944754fea7ebf8ba4ac572dac67dbda528443d9f32547cc") | ||||
|     version("3.0", sha256="ee076c4e672d18d6bf8dd2250e4a91fa96aac1db2c788e4572b5513d86936efb") | ||||
| 
 | ||||
|     provides("mpi") | ||||
|     provides("mpi@:3.1") | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 MatthewLieber
					MatthewLieber