From ccaa068b1528f4bce84fd780f50db7356f865196 Mon Sep 17 00:00:00 2001 From: Eleni Mathioulaki <emathioulaki@athenarc.gr> Date: Fri, 16 Jun 2023 04:33:40 +0000 Subject: [PATCH] remove lab-specific packages from top-level spack.yaml --- site-config/ebrainslab/spack.yaml | 13 +++++++++++++ spack.yaml | 10 ---------- 2 files changed, 13 insertions(+), 10 deletions(-) create mode 100644 site-config/ebrainslab/spack.yaml diff --git a/site-config/ebrainslab/spack.yaml b/site-config/ebrainslab/spack.yaml new file mode 100644 index 00000000..ce36e8bb --- /dev/null +++ b/site-config/ebrainslab/spack.yaml @@ -0,0 +1,13 @@ +spack: + specs: + # Notebook + - py-ipycanvas + - py-ipykernel + - py-ipython + - py-notebook + - r-irkernel + # "collab"-specific constraint to match ("jupyterlab_widgets") in the base image + - py-ipywidgets@:7.7 + # Collab utils + - clb-nb-utils@0.1.0 + diff --git a/spack.yaml b/spack.yaml index ef408623..8a0ada0e 100644 --- a/spack.yaml +++ b/spack.yaml @@ -2,16 +2,6 @@ spack: include: - site-config/$SYSTEMNAME specs: - # Notebook - - py-ipycanvas - - py-ipykernel - - py-ipython - - py-notebook - - r-irkernel - # "collab"-specific constraint to match ("jupyterlab_widgets") in the base image - - py-ipywidgets@:7.7 - # Collab utils - - clb-nb-utils@0.1.0 # EBRAINS tools - apbs@3.4.0 - arbor@0.8.1 +python +mpi -- GitLab