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

Update pynn-brainscales

parent 0254029e
No related branches found
No related tags found
No related merge requests found
......@@ -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('1.0-rc2', branch='waf')
version('2.0-rc0', branch='waf')
depends_on('meta-brainscales', type=('build', 'link', 'run'))
extends('python')
......@@ -64,14 +64,27 @@ class PynnBrainscales(WafPackage):
def configure(self, spec, prefix):
"""Setup and configure the project."""
self.waf('setup', '--project=pynn-brainscales', '--without-grenade-ppu-support', '--without-munge',
'--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'
)
self.waf('setup', '--repo-db-url=https://github.com/electronicvisions/projects', '--without-grenade-ppu-support', '--without-munge',
'--project=pynn-brainscales@ebrains_release-2-rc0',
'--project=haldls@ebrains_release-2-rc0',
'--project=grenade@ebrains_release-2-rc0',
'--project=code-format@ebrains_release-2-rc0',
'--project=logger@ebrains_release-2-rc0',
'--project=halco@ebrains_release-2-rc0',
'--project=hate@ebrains_release-2-rc0',
'--project=fisch@ebrains_release-2-rc0',
'--project=ztl@ebrains_release-2-rc0',
'--project=hxcomm@ebrains_release-2-rc0',
'--project=rant@ebrains_release-2-rc0',
'--project=pywrap@ebrains_release-2-rc0',
'--project=lib-boost-patches@ebrains_release-2-rc0',
'--project=sctrltp@ebrains_release-2-rc0',
'--project=hwdb@ebrains_release-2-rc0',
'--project=visions-slurm@ebrains_release-2-rc0',
'--project=flange@ebrains_release-2-rc0',
'--project=lib-rcf@ebrains_release-2-rc0',
'--project=bss-hw-params@ebrains_release-2-rc0'
)
args = ['--prefix={0}'.format(self.prefix)]
args += self.configure_args()
......
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