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")
|
args.append("--enable-dynamic-libraries")
|
||||||
|
|
||||||
if "+mpi" in spec:
|
if "+mpi" in spec:
|
||||||
args.extend([
|
args.extend(
|
||||||
f"CC={spec['mpi'].mpicc}",
|
[
|
||||||
f"CXX={spec['mpi'].mpicxx}",
|
f"CC={spec['mpi'].mpicc}",
|
||||||
f"FC={spec['mpi'].mpifc}",
|
f"CXX={spec['mpi'].mpicxx}",
|
||||||
f"F90={spec['mpi'].mpifc}",
|
f"FC={spec['mpi'].mpifc}",
|
||||||
f"F77={spec['mpi'].mpif77}"
|
f"F90={spec['mpi'].mpifc}",
|
||||||
])
|
f"F77={spec['mpi'].mpif77}",
|
||||||
|
]
|
||||||
|
)
|
||||||
else:
|
else:
|
||||||
args.append("--disable-mpi")
|
args.append("--disable-mpi")
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user