Turning off parallel during make install for parallel-netcdf. (#8186)
This commit is contained in:
		
				
					committed by
					
						
						Adam J. Stewart
					
				
			
			
				
	
			
			
			
						parent
						
							c4cc6cde30
						
					
				
				
					commit
					5641c1923b
				
			@@ -73,3 +73,7 @@ def configure_args(self):
 | 
			
		||||
            args.append('--disable-fortran')
 | 
			
		||||
 | 
			
		||||
        return args
 | 
			
		||||
 | 
			
		||||
    def install(self, spec, prefix):
 | 
			
		||||
        # Installation fails in parallel
 | 
			
		||||
        make('install', parallel=False)
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user