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

Fix build of pynn-brainscales@ebrains_release-1-rc2

parent f5a116ae
No related branches found
No related tags found
No related merge requests found
...@@ -64,7 +64,8 @@ class PynnBrainscales(WafPackage): ...@@ -64,7 +64,8 @@ class PynnBrainscales(WafPackage):
def configure(self, spec, prefix): def configure(self, spec, prefix):
"""Setup and configure the project.""" """Setup and configure the project."""
self.waf('setup', '--project=pynn-brainscales', '--without-grenade-ppu-support', '--without-munge', self.waf('setup', '--repo-db-url=https://github.com/electronicvisions/projects',
'--project=pynn-brainscales', '--without-grenade-ppu-support', '--without-munge',
'--project=grenade@ebrains_release-1-rc2', '--project=grenade@ebrains_release-1-rc2',
'--project=hate@ebrains_release-1-rc2', '--project=hate@ebrains_release-1-rc2',
'--project=hxcomm@ebrains_release-1-rc2', '--project=hxcomm@ebrains_release-1-rc2',
......
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