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

Revert "Revert "Update BrainScaleS-2 to latest HEAD""

This reverts commit 674e26c0
parent 674e26c0
No related branches found
No related tags found
No related merge requests found
......@@ -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