Skip to content
Snippets Groups Projects
Commit 017e5e23 authored by Eric Müller's avatar Eric Müller :mountain_bicyclist: Committed by Eleni Mathioulaki
Browse files

Update BrainScaleS-2 to latest HEAD

parent 93728a85
No related branches found
No related tags found
2 merge requests!153create new experimental release,!149Update BrainScaleS-2 to latest HEAD
...@@ -13,7 +13,7 @@ class Hxtorch(WafPackage): ...@@ -13,7 +13,7 @@ class Hxtorch(WafPackage):
# This repo provides a waf binary used for the build below # This repo provides a waf binary used for the build below
git = "https://github.com/electronicvisions/pynn-brainscales.git" git = "https://github.com/electronicvisions/pynn-brainscales.git"
version('2.0-rc8', branch='waf') version('3.0-a1', branch='waf')
# PPU compiler dependencies # PPU compiler dependencies
depends_on('oppulance@2.0:') depends_on('oppulance@2.0:')
......
...@@ -21,8 +21,8 @@ class Oppulance(Package): ...@@ -21,8 +21,8 @@ class Oppulance(Package):
releases = [ releases = [
{ {
'version': '2.0-rc5', 'version': '3.0-a1',
'tag': 'ebrains-2.0-rc5' 'tag': 'ebrains-3.0-a1'
}, },
] ]
......
...@@ -11,7 +11,7 @@ class PynnBrainscales(WafPackage): ...@@ -11,7 +11,7 @@ class PynnBrainscales(WafPackage):
homepage = "https://github.com/electronicvisions/pynn-brainscales" homepage = "https://github.com/electronicvisions/pynn-brainscales"
git = "https://github.com/electronicvisions/pynn-brainscales.git" git = "https://github.com/electronicvisions/pynn-brainscales.git"
version('2.0-rc8', branch='waf') version('3.0-a1', branch='waf')
# PPU compiler dependencies # PPU compiler dependencies
depends_on('oppulance@2.0:') 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