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

Merge branch 'arbor-fix-dep-type' into 'master'

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

See merge request technical-coordination/project-internal/devops/platform/ebrains-spack-builds!473
parents aedd7014 ee07c9cc
No related branches found
No related tags found
No related merge requests found
......@@ -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