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

Revert "Update BrainScaleS-2 to latest HEAD"

This reverts commit 017e5e23
parent 40ecee8d
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('3.0-a1', branch='waf')
version('2.0-rc8', branch='waf')
# PPU compiler dependencies
depends_on('oppulance@2.0:')
......
......@@ -21,8 +21,8 @@ class Oppulance(Package):
releases = [
{
'version': '3.0-a1',
'tag': 'ebrains-3.0-a1'
'version': '2.0-rc5',
'tag': 'ebrains-2.0-rc5'
},
]
......
......@@ -11,7 +11,7 @@ class PynnBrainscales(WafPackage):
homepage = "https://github.com/electronicvisions/pynn-brainscales"
git = "https://github.com/electronicvisions/pynn-brainscales.git"
version('3.0-a1', branch='waf')
version('2.0-rc8', 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