Skip to content
Snippets Groups Projects

Add dependence py-python-louvain to mam

Merged Didi Hou requested to merge didihou/ebrains-spack-builds:fix-mam-python-louvain into master
1 file
+ 1
0
Compare changes
  • Side-by-side
  • Inline
@@ -28,6 +28,7 @@ class WfMultiAreaModel(Package):
@@ -28,6 +28,7 @@ class WfMultiAreaModel(Package):
depends_on("py-elephant", type=("run", "test"))
depends_on("py-elephant", type=("run", "test"))
depends_on("r-aod", type=("run", "test"))
depends_on("r-aod", type=("run", "test"))
depends_on("py-notebook", type=("run", "test"))
depends_on("py-notebook", type=("run", "test"))
 
depends_on("py-python-louvain", type=("run", "test"))
def install(self, spec, prefix):
def install(self, spec, prefix):
install_tree(".", join_path(prefix, "notebooks"))
install_tree(".", join_path(prefix, "notebooks"))