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

Merge branch 'update_bss2_software' into 'master'

Update BrainScaleS-2 to latest HEAD

See merge request technical-coordination/project-internal/devops/platform/ebrains-spack-builds!149
parents 93728a85 017e5e23
No related branches found
No related tags found
2 merge requests!153create new experimental release,!149Update BrainScaleS-2 to latest HEAD
Pipeline #18131 failed with stage
in 1 hour and 18 seconds
......@@ -13,7 +13,7 @@ class Hxtorch(WafPackage):
# This repo provides a waf binary used for the build below
git = "https://github.com/electronicvisions/pynn-brainscales.git"
version('2.0-rc8', branch='waf')
version('3.0-a1', branch='waf')
# PPU compiler dependencies
depends_on('oppulance@2.0:')
......
......@@ -21,8 +21,8 @@ class Oppulance(Package):
releases = [
{
'version': '2.0-rc5',
'tag': 'ebrains-2.0-rc5'
'version': '3.0-a1',
'tag': 'ebrains-3.0-a1'
},
]
......
......@@ -11,7 +11,7 @@ class PynnBrainscales(WafPackage):
homepage = "https://github.com/electronicvisions/pynn-brainscales"
git = "https://github.com/electronicvisions/pynn-brainscales.git"
version('2.0-rc8', branch='waf')
version('3.0-a1', branch='waf')
# PPU compiler dependencies
depends_on('oppulance@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