Open MPI: add Open MPI 3.0.0 (#5360)
Open MPI 3.0.0 is released! Add to spack. Signed-off-by: Howard Pritchard <howardp@lanl.gov>
This commit is contained in:
		
				
					committed by
					
						
						becker33
					
				
			
			
				
	
			
			
			
						parent
						
							f710a520e5
						
					
				
				
					commit
					707b773aa2
				
			@@ -76,10 +76,11 @@ class Openmpi(AutotoolsPackage):
 | 
			
		||||
    """
 | 
			
		||||
 | 
			
		||||
    homepage = "http://www.open-mpi.org"
 | 
			
		||||
    url = "https://www.open-mpi.org/software/ompi/v2.1/downloads/openmpi-2.1.1.tar.bz2"
 | 
			
		||||
    url = "https://www.open-mpi.org/software/ompi/v3.0/downloads/openmpi-3.0.0.tar.bz2"
 | 
			
		||||
    list_url = "http://www.open-mpi.org/software/ompi/"
 | 
			
		||||
 | 
			
		||||
    # Current
 | 
			
		||||
    version('3.0.0', '757d51719efec08f9f1a7f32d58b3305')  # libmpi.so.40.00.0
 | 
			
		||||
    version('2.1.1', 'ae542f5cf013943ffbbeb93df883731b')  # libmpi.so.20.10.1
 | 
			
		||||
    version('2.1.0', '4838a5973115c44e14442c01d3f21d52')  # libmpi.so.20.10.0
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user