Skip to content
Snippets Groups Projects

feat(bss2): Support for "incremental experiments" and some cleanup of PyNN@0.12-related changes

Merged Eric Müller requested to merge feat_bss2_update_again into master
4 files
+ 17
2
Compare changes
  • Side-by-side
  • Inline
Files
4
@@ -21,6 +21,8 @@ class Hxtorch(WafPackage):
@@ -21,6 +21,8 @@ class Hxtorch(WafPackage):
maintainers = ['emuller']
maintainers = ['emuller']
 
version('8.0-a3', tag='hxtorch-8.0-a3')
 
version('8.0-a2', tag='hxtorch-8.0-a2')
version('8.0-a1', tag='hxtorch-8.0-a1')
version('8.0-a1', tag='hxtorch-8.0-a1')
version('7.0-rc1-fixup3', tag='hxtorch-7.0-rc1-fixup3')
version('7.0-rc1-fixup3', tag='hxtorch-7.0-rc1-fixup3')
version('7.0-rc1-fixup2', tag='hxtorch-7.0-rc1-fixup2')
version('7.0-rc1-fixup2', tag='hxtorch-7.0-rc1-fixup2')
@@ -28,6 +30,8 @@ class Hxtorch(WafPackage):
@@ -28,6 +30,8 @@ class Hxtorch(WafPackage):
# compiler for the BrainScaleS-2 embedded processor ("PPU"); needed for
# compiler for the BrainScaleS-2 embedded processor ("PPU"); needed for
# building/linking, at runtime and for testing
# building/linking, at runtime and for testing
 
depends_on('oppulance@8.0-a3', when='@8.0-a3', type=('build', 'link', 'run', 'test'))
 
depends_on('oppulance@8.0-a2', when='@8.0-a2', type=('build', 'link', 'run', 'test'))
depends_on('oppulance@8.0-a1', when='@8.0-a1', type=('build', 'link', 'run', 'test'))
depends_on('oppulance@8.0-a1', when='@8.0-a1', type=('build', 'link', 'run', 'test'))
depends_on('oppulance@7.0-rc1-fixup3', when='@7.0-rc1-fixup3', type=('build', 'link', 'run', 'test'))
depends_on('oppulance@7.0-rc1-fixup3', when='@7.0-rc1-fixup3', type=('build', 'link', 'run', 'test'))
depends_on('oppulance@7.0-rc1-fixup2', when='@7.0-rc1-fixup2', type=('build', 'link', 'run', 'test'))
depends_on('oppulance@7.0-rc1-fixup2', when='@7.0-rc1-fixup2', type=('build', 'link', 'run', 'test'))