Skip to content

Commit

Permalink
Fix style
Browse files Browse the repository at this point in the history
  • Loading branch information
penguian committed Sep 24, 2024
1 parent 793203d commit 56ff42e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion var/spack/repos/builtin/packages/fiat/package.py
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ def cmake_args(self):
[
self.define("CMAKE_C_COMPILER", self.spec["mpi"].mpicc),
self.define("CMAKE_CXX_COMPILER", self.spec["mpi"].mpicxx),
self.define("CMAKE_Fortran_COMPILER", self.spec["mpi"].mpifc)
self.define("CMAKE_Fortran_COMPILER", self.spec["mpi"].mpifc),
]
)
return args

0 comments on commit 56ff42e

Please sign in to comment.