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

feat(BSS2): updates to software state

parent 11221c01
No related branches found
No related tags found
1 merge request!588fixup(BSS2): stablize BSS-2 operation
......@@ -15,6 +15,13 @@ import spack.build_environment
class BuildBrainscales(WafPackage):
"""Common stuff for BrainScaleS packages..."""
version(
"9.0-a6",
git="https://github.com/electronicvisions/releases-ebrains",
tag="ebrains-9.0-a6",
commit="e9b6746edb5e8465ae2848556b70e4edd555182e",
submodules=True,
)
version(
"9.0-a5",
git="https://github.com/electronicvisions/releases-ebrains",
......@@ -31,6 +38,7 @@ class BuildBrainscales(WafPackage):
)
# common dependencies of BuildBrainscales-derived packages
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'))
depends_on('oppulance@9.0-a4', when='@9.0-a4', type=('build', 'link', 'run', 'test'))
......
......@@ -21,6 +21,13 @@ class Oppulance(Package):
depends_on('wget')
depends_on('gmp')
version(
"9.0-a6",
git="https://github.com/electronicvisions/releases-ebrains",
tag="ebrains-9.0-a6",
commit="e9b6746edb5e8465ae2848556b70e4edd555182e",
submodules=True,
)
version(
"9.0-a5",
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-a6", tag="jupyter-notebooks-9.0-a6")
version("9.0-a5", tag="jupyter-notebooks-9.0-a5")
version("9.0-a4", tag="jupyter-notebooks-9.0-a4")
version("8.0-a5", tag="jupyter-notebooks-8.0-a5")
......
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