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

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

change Arbor cmake dependency type to ("build", "run")

See merge request technical-coordination/project-internal/devops/platform/ebrains-spack-builds!470
parents 34f79582 88305853
No related branches found
No related tags found
No related merge requests found
......@@ -75,7 +75,7 @@ class Arbor(CMakePackage, CudaPackage):
conflicts("%cce@:9.1")
conflicts("%intel")
depends_on("cmake@3.19:", type="build")
depends_on("cmake@3.19:", type=("build", "run"))
# misc dependencies
depends_on("fmt@7.1:", when="@0.5.3:") # required by the modcc compiler
......
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