Skip to content
Snippets Groups Projects
Commit ee07c9cc authored by Eleni Mathioulaki's avatar Eleni Mathioulaki
Browse files

change mpi dependency type to ("build", "run")

parent aedd7014
No related branches found
No related tags found
2 merge requests!475create new experimental release,!473arbor: change mpi dependency type to ("build", "run")
Pipeline #26499 passed with stage
in 28 minutes and 33 seconds
......@@ -89,7 +89,7 @@ class Arbor(CMakePackage, CudaPackage):
depends_on("cuda@11:", when="@0.7.1:")
# mpi
depends_on("mpi", when="+mpi")
depends_on("mpi", when="+mpi", type=("build", "run"))
depends_on("py-mpi4py", when="+mpi+python", type=("build", "run"))
# python (bindings)
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment