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