Skip to content

Commit

Permalink
fms: revert changes from d21aa1c
Browse files Browse the repository at this point in the history
  • Loading branch information
harshula committed Jan 23, 2025
1 parent c30d456 commit 54edfb1
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions var/spack/repos/builtin/packages/fms/package.py
Original file line number Diff line number Diff line change
Expand Up @@ -112,4 +112,8 @@ def cmake_args(self):
self.define_from_variant("USE_DEPRECATED_IO", "deprecated_io"),
]

args.append(self.define("CMAKE_C_COMPILER", self.spec["mpi"].mpicc))
args.append(self.define("CMAKE_CXX_COMPILER", self.spec["mpi"].mpicxx))
args.append(self.define("CMAKE_Fortran_COMPILER", self.spec["mpi"].mpifc))

return args

0 comments on commit 54edfb1

Please sign in to comment.