Skip to content

Commit

Permalink
add mpi add flux-core runtime dep
Browse files Browse the repository at this point in the history
Signed-off-by: vsoch <vsoch@users.noreply.github.com>
  • Loading branch information
vsoch committed Aug 25, 2023
1 parent 4fbed46 commit 18ccecf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spack-mpich/package.py
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ class FluxCore(AutotoolsPackage):
conflicts("platform=darwin", msg="flux-core does not support MacOS based platforms.")
conflicts("platform=windows", msg="flux-core does not support Windows based platforms.")

depends_on("mpi", when="+mpi", type=("run",))
depends_on("mpi", when="+mpi", type="run")
depends_on("libarchive", when="@0.38.0:")
depends_on("ncurses@6.2:", when="@0.32.0:")
depends_on("libzmq@4.0.4:")
Expand Down

0 comments on commit 18ccecf

Please sign in to comment.