Updated HDF5 to use MPI.
This commit is contained in:
		
				
					committed by
					
						
						Todd Gamblin
					
				
			
			
				
	
			
			
			
						parent
						
							9d71093500
						
					
				
				
					commit
					1f0246f970
				
			@@ -23,9 +23,9 @@ def install(self, spec, prefix):
 | 
			
		||||
            "--prefix=%s" % prefix,
 | 
			
		||||
            "--with-zlib=%s" % spec['zlib'].prefix,
 | 
			
		||||
            "--enable-parallel",
 | 
			
		||||
            "--enable-shared")
 | 
			
		||||
           # "CC=%s" % spec['mpich'].prefix.bin + "/mpicc",
 | 
			
		||||
           # "CXX=%s" % spec['mpich'].prefix.bin + "/mpic++")
 | 
			
		||||
            "--enable-shared",
 | 
			
		||||
            "CC=%s" % spec['mpich'].prefix.bin + "/mpicc",
 | 
			
		||||
            "CXX=%s" % spec['mpich'].prefix.bin + "/mpic++")
 | 
			
		||||
 | 
			
		||||
        make()
 | 
			
		||||
        make("install")
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user