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

Update pynn-brainscales to "rc2"

That's the first version that should really work :); rc1 experienced
scheduling problems when multiple users were accessing the same hardware
resource in parallel.
parent c74b8341
No related branches found
No related tags found
1 merge request!20Update pynn-brainscales to "rc2"
......@@ -12,7 +12,7 @@ class PynnBrainscales(WafPackage):
#url = "https://github.com/electronicvisions/pynn-brainscales/archive/v0.1.0.tar.gz"
git = "https://github.com/electronicvisions/pynn-brainscales.git"
version('waf', branch='waf')
version('1.0-rc2', branch='waf')
depends_on('meta-brainscales', type=('build', 'link', 'run'))
extends('python')
......@@ -65,11 +65,12 @@ class PynnBrainscales(WafPackage):
"""Setup and configure the project."""
self.waf('setup', '--project=pynn-brainscales', '--without-grenade-ppu-support', '--without-munge',
'--project=grenade@ebrains_release-1-rc1',
'--project=hate@ebrains_release-1-rc1',
'--project=hxcomm@ebrains_release-1-rc1',
'--project=lib-rcf@ebrains_release-1-rc1',
'--project=visions-slurm@ebrains_release-1-rc1'
'--project=grenade@ebrains_release-1-rc2',
'--project=hate@ebrains_release-1-rc2',
'--project=hxcomm@ebrains_release-1-rc2',
'--project=lib-rcf@ebrains_release-1-rc2',
'--project=fisch@ebrains_release-1-rc2',
'--project=haldls@ebrains_release-1-rc2'
)
args = ['--prefix={0}'.format(self.prefix)]
......
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