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

move non-EBRAINS packages for biobb demos to wf package

parent d9129e06
No related branches found
No related tags found
2 merge requests!386update v0.20.0 branch,!368create new experimental release
Pipeline #23761 passed with stage
in 1 hour, 48 minutes, and 42 seconds
# Copyright 2013-2022 Lawrence Livermore National Security, LLC and other
# Spack Project Developers. See the top-level COPYRIGHT file for details.
#
# SPDX-License-Identifier: (Apache-2.0 OR MIT)
from spack import *
class WfBiobb(BundlePackage):
"""Meta-package to collect all dependencies for the BioBB demos/tutorials."""
homepage="https://wiki.ebrains.eu/bin/view/Collabs/biobb"
version("0.1")
depends_on("py-plotly")
depends_on("nglview")
depends_on("simpletraj")
......@@ -16,7 +16,6 @@ spack:
- hxtorch@6.0-rc1
- nest@3.5 +sonata
- neuron@8.2.2 +mpi
- nglview@3.0.4
- py-bluepyefe@2.2.18
- py-bluepymm@0.7.65
- py-bluepyopt@1.13.86
......@@ -63,8 +62,8 @@ spack:
- r-sbtabvfgen@0.1
- r-uqsa@2.2
- sda@7.3.3d
- simpletraj@0.3
# Workflows (meta-packages)
- wf-biobb
- wf-uq-akar4@0.1
- wf-multi-area-model@0.1
#- py-cerebstats
......
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