Skip to content

Commit

Permalink
Allow for different implementations of MPI
Browse files Browse the repository at this point in the history
  • Loading branch information
SeanBryan51 committed Jan 26, 2024
1 parent d090057 commit 81a9b35
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/cable/package.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ class Cable(CMakePackage):
)

depends_on("netcdf-fortran")
depends_on("intel-mpi", when="+mpi")
depends_on("mpi", when="+mpi")

def cmake_args(self):
args = []
Expand Down

0 comments on commit 81a9b35

Please sign in to comment.