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

Merge branch 'update_bss2_software' into 'master'

feat(BSS2): Update to ebrains-7.0-rc1

See merge request technical-coordination/project-internal/devops/platform/ebrains-spack-builds!418
parents 8270c4af 7c1c3d80
No related branches found
No related tags found
No related merge requests found
......@@ -16,11 +16,11 @@ class Hxtorch(WafPackage):
maintainers = ['emuller']
version('7.0-a1', branch='waf')
version('7.0-rc1', branch='waf')
# compiler for the BrainScaleS-2 embedded processor ("PPU"); needed for
# building/linking, at runtime and for testing
depends_on('oppulance@7.0-a1', type=('build', 'link', 'run', 'test'))
depends_on('oppulance@7.0-rc1', type=('build', 'link', 'run', 'test'))
# host software dependencies
depends_on('bitsery', type=('build', 'link', 'run', 'test'))
......
......@@ -22,8 +22,8 @@ class Oppulance(Package):
releases = [
{
'version': '7.0-a1',
'tag': 'ebrains-7.0-a1'
'version': '7.0-rc1',
'tag': 'ebrains-7.0-rc1'
},
]
......
......@@ -16,11 +16,11 @@ class PynnBrainscales(WafPackage):
maintainers = ['emuller']
version('7.0-a1', branch='waf')
version('7.0-rc1', branch='waf')
# compiler for the BrainScaleS-2 embedded processor ("PPU"); needed for
# building/linking, at runtime and for testing
depends_on('oppulance@7.0-a1', type=('build', 'link', 'run', 'test'))
depends_on('oppulance@7.0-rc1', type=('build', 'link', 'run', 'test'))
# host software dependencies
depends_on('bitsery', type=('build', 'link', 'run', 'test'))
......
......@@ -13,7 +13,7 @@ spack:
- biobb-model@4.0.0
- biobb-structure-checking@3.12.1
- biobb-structure-utils@4.0.0
- hxtorch@7.0-a1
- hxtorch@7.0-rc1
- nest@3.6_rc1 +sonata
- neuron@8.2.3 +mpi
- py-bluepyefe@2.2.18
......@@ -53,7 +53,7 @@ spack:
- py-tvb-multiscale@2.1.0.ebrains
- py-tvb-storage@2.8.1
- py-viziphant@0.3.0
- pynn-brainscales@7.0-a1
- pynn-brainscales@7.0-rc1
- r-rgsl@0.1
- r-sbtabvfgen@0.1
- r-uqsa@2.2
......
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