Skip to content
Snippets Groups Projects
Commit 11bd19f3 authored by Eric Müller's avatar Eric Müller :mountain_bicyclist: Committed by Eleni Mathioulaki
Browse files

feat(BSS2): update packages (end-of-July 2024 -> "now")

parent a26393e1
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(
"10.0-a1",
git="https://github.com/electronicvisions/releases-ebrains",
tag="ebrains-10.0-a1",
commit="d9bd675b446be8f313972aef2d6657ffbbb91ed2",
submodules=True,
)
version(
"9.0-a9",
git="https://github.com/electronicvisions/releases-ebrains",
......@@ -59,6 +66,7 @@ class BuildBrainscales(WafPackage):
)
# common dependencies of BuildBrainscales-derived packages
depends_on('oppulance@10.0-a1', when='@10.0-a1', type=('build', 'link', 'run', 'test'))
depends_on('oppulance@9.0-a9', when='@9.0-a9', type=('build', 'link', 'run', 'test'))
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'))
......
......@@ -21,6 +21,7 @@ class Genpybind(WafPackage):
version('develop', branch='develop')
version('visions', branch='master', git='https://github.com/electronicvisions/genpybind')
# good for ebrains-10.0 too…
version('ebrains-llvm15', tag='ebrains-9.0-a9', git='https://github.com/electronicvisions/genpybind')
version('ebrains', tag='ebrains_release-1-rc1', git='https://github.com/electronicvisions/genpybind')
......
......@@ -22,6 +22,13 @@ class Oppulance(Package):
depends_on('wget')
depends_on('gmp')
version(
"10.0-a1",
git="https://github.com/electronicvisions/releases-ebrains",
tag="ebrains-10.0-a1",
commit="d9bd675b446be8f313972aef2d6657ffbbb91ed2",
submodules=True,
)
version(
"9.0-a9",
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("10.0-a1", tag="jupyter-notebooks-10.0-a1")
version("9.0-a9", tag="jupyter-notebooks-9.0-a9")
version("9.0-a8", tag="jupyter-notebooks-9.0-a8")
version("9.0-a7", tag="jupyter-notebooks-9.0-a7")
......
......@@ -12,10 +12,10 @@ spack:
- py-biobb-model@4.1.0
- py-biobb-structure-checking@3.13.4
- py-biobb-structure-utils@4.1.0
- hxtorch@9.0-a9
- hxtorch@10.0-a1
- nest@3.8 +sonata
- neuron@8.2.3 +mpi
- jaxsnn@9.0-a9
- jaxsnn@10.0-a1
- py-bluepyefe@2.3.6
- py-bluepymm@0.8.7
- py-bluepyopt@1.14.11
......@@ -62,14 +62,14 @@ spack:
- py-tvb-ext-xircuits@1.1.0
- py-viziphant@0.4.0
- py-vbi
- pynn-brainscales@9.0-a9
- pynn-brainscales@10.0-a1
- 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-a9
- wf-brainscales2-demos@10.0-a1
- wf-bsb@4.4 +nest +neuron
- wf-protein-association-rates@0.1
- wf-multi-area-model@1.2.0
......
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