Skip to content
Snippets Groups Projects
Commit ef2dccd7 authored by Eric Müller's avatar Eric Müller :mountain_bicyclist:
Browse files

feat(BSS2): downgrade software state (regression!)

parent a1c0c226
No related branches found
No related tags found
No related merge requests found
......@@ -15,6 +15,13 @@ import spack.build_environment
class BuildBrainscales(WafPackage):
"""Common stuff for BrainScaleS packages..."""
version(
"9.0-a8",
git="https://github.com/electronicvisions/releases-ebrains",
tag="ebrains-9.0-a8",
commit="44323be431da4b4b43890815f453c27207dee0b2",
submodules=True,
)
version(
"9.0-a7",
git="https://github.com/electronicvisions/releases-ebrains",
......@@ -45,6 +52,7 @@ class BuildBrainscales(WafPackage):
)
# common dependencies of BuildBrainscales-derived packages
depends_on('oppulance@9.0-a8', when='@9.0-a8', type=('build', 'link', 'run', 'test'))
depends_on('oppulance@9.0-a7', when='@9.0-a7', type=('build', 'link', 'run', 'test'))
depends_on('oppulance@9.0-a6', when='@9.0-a6', type=('build', 'link', 'run', 'test'))
depends_on('oppulance@9.0-a5', when='@9.0-a5', type=('build', 'link', 'run', 'test'))
......
......@@ -21,6 +21,13 @@ class Oppulance(Package):
depends_on('wget')
depends_on('gmp')
version(
"9.0-a8",
git="https://github.com/electronicvisions/releases-ebrains",
tag="ebrains-9.0-a8",
commit="44323be431da4b4b43890815f453c27207dee0b2",
submodules=True,
)
version(
"9.0-a7",
git="https://github.com/electronicvisions/releases-ebrains",
......
......@@ -16,6 +16,7 @@ class WfBrainscales2Demos(Package):
maintainers = ["emuller", "muffgaga"]
# ECM: we probably should build the ipynb file in this package
version("9.0-a8", tag="jupyter-notebooks-9.0-a8")
version("9.0-a7", tag="jupyter-notebooks-9.0-a7")
version("9.0-a6", tag="jupyter-notebooks-9.0-a6")
version("9.0-a5", tag="jupyter-notebooks-9.0-a5")
......
......@@ -12,10 +12,10 @@ spack:
- biobb-model@4.0.0
- biobb-structure-checking@3.12.1
- biobb-structure-utils@4.0.0
- hxtorch@9.0-a7
- hxtorch@9.0-a8
- nest@3.8 +sonata
- neuron@8.2.3 +mpi
- jaxsnn@9.0-a7
- jaxsnn@9.0-a8
- py-bluepyefe@2.2.18
- py-bluepymm@0.7.65
- py-bluepyopt@1.13.86
......@@ -56,14 +56,14 @@ spack:
- py-tvb-ext-unicore
- py-tvb-ext-xircuits@1.1.0
- py-viziphant@0.4.0
- pynn-brainscales@9.0-a7
- pynn-brainscales@9.0-a8
- r-rgsl@0.1.1
- r-sbtabvfgen@0.1
- r-uqsa@2.2
- sda@7.3.3d
# Workflows (meta-packages)
- wf-biobb
- wf-brainscales2-demos@9.0-a7
- wf-brainscales2-demos@9.0-a8
- wf-protein-association-rates@0.1
- wf-multi-area-model@1.2.0
- wf-human-multi-area-model@2.0.1
......
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