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

Merge branch 'terhorst-fix-dependency-wf-mam' into 'master'

Add `r-aod` dependency for  `wf-multi-area-model`

See merge request technical-coordination/project-internal/devops/platform/ebrains-spack-builds!404
parents 0c2a3771 1ea1a004
No related branches found
No related tags found
No related merge requests found
......@@ -10,9 +10,8 @@ class WfMultiAreaModel(Package):
"""Meta-package to collect all dependencies of the Multi-Area-Model."""
homepage="https://inm-6.github.io/multi-area-model/"
#git = "https://github.com/INM-6/multi-area-model"
git = "https://github.com/terhorstd/multi-area-model"
maintainer = ["terhorstd"]
git = "https://github.com/INM-6/multi-area-model"
maintainer = ["terhorstd", "didi-hou"]
version("master", branch="master")
version("ebrains", branch="lab.ebrains.eu")
......@@ -24,6 +23,7 @@ class WfMultiAreaModel(Package):
depends_on("py-scipy")
depends_on("py-future")
depends_on("nest")
depends_on("r-aod")
depends_on("py-notebook", type="test")
def install(self, spec, prefix):
......
......@@ -62,7 +62,7 @@ spack:
- wf-biobb
- wf-brainscales2-demos
- wf-uq-akar4@0.1
- wf-multi-area-model@ebrains
- wf-multi-area-model@master
#- py-cerebstats
#- py-cerebunit
#- py-morphounit@1.0.4
......
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