reformat with black
This commit is contained in:
		@@ -63,13 +63,15 @@ def configure_args(self):
 | 
				
			|||||||
            args.append("--enable-dynamic-libraries")
 | 
					            args.append("--enable-dynamic-libraries")
 | 
				
			||||||
 | 
					
 | 
				
			||||||
        if "+mpi" in spec:
 | 
					        if "+mpi" in spec:
 | 
				
			||||||
            args.extend([
 | 
					            args.extend(
 | 
				
			||||||
 | 
					                [
 | 
				
			||||||
                    f"CC={spec['mpi'].mpicc}",
 | 
					                    f"CC={spec['mpi'].mpicc}",
 | 
				
			||||||
                    f"CXX={spec['mpi'].mpicxx}",
 | 
					                    f"CXX={spec['mpi'].mpicxx}",
 | 
				
			||||||
                    f"FC={spec['mpi'].mpifc}",
 | 
					                    f"FC={spec['mpi'].mpifc}",
 | 
				
			||||||
                    f"F90={spec['mpi'].mpifc}",
 | 
					                    f"F90={spec['mpi'].mpifc}",
 | 
				
			||||||
                f"F77={spec['mpi'].mpif77}"
 | 
					                    f"F77={spec['mpi'].mpif77}",
 | 
				
			||||||
            ])
 | 
					                ]
 | 
				
			||||||
 | 
					            )
 | 
				
			||||||
        else:
 | 
					        else:
 | 
				
			||||||
            args.append("--disable-mpi")
 | 
					            args.append("--disable-mpi")
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user