Skip to content
Snippets Groups Projects
Commit d4651f49 authored by Eric Müller's avatar Eric Müller :mountain_bicyclist:
Browse files

fix(build): BrainScaleS on modern py-pybind11 (another try)

This one includes a fix in hxtorch that wasn't caught when testing
locally (at UHEI) against newer pybind11 versions.
parent 2716c323
No related branches found
No related tags found
3 merge requests!201create new experimental release,!200fix(build): BrainScaleS on modern py-pybind11 (another try),!196Revert "Revert "Merge branch 'brent-master-patch-66860' into 'master'""
......@@ -13,10 +13,10 @@ class Hxtorch(WafPackage):
# This repo provides a waf binary used for the build below
git = "https://github.com/electronicvisions/pynn-brainscales.git"
version('4.0-a2', branch='waf')
version('4.0-a3', branch='waf')
# PPU compiler dependencies
depends_on('oppulance@4.0-a2')
depends_on('oppulance@4.0-a3')
# host software dependencies
depends_on('bitsery', type=('build', 'link', 'run'))
......
......@@ -21,8 +21,8 @@ class Oppulance(Package):
releases = [
{
'version': '4.0-a2',
'tag': 'ebrains-4.0-a2'
'version': '4.0-a3',
'tag': 'ebrains-4.0-a3'
},
]
......
......@@ -11,10 +11,10 @@ class PynnBrainscales(WafPackage):
homepage = "https://github.com/electronicvisions/pynn-brainscales"
git = "https://github.com/electronicvisions/pynn-brainscales.git"
version('4.0-a2', branch='waf')
version('4.0-a3', branch='waf')
# PPU compiler dependencies
depends_on('oppulance@4.0-a2')
depends_on('oppulance@4.0-a3')
# host software dependencies
depends_on('bitsery', type=('build', 'link', 'run'))
......
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