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

Enable oPPUlance support in pynn-brainscales

(BSS-2 features embedded SIMD processors for plasticity and other use
cases. This prepares for the next pynn-brainscales update adding
some code-generation features.)
parent c64d7d9c
No related branches found
No related tags found
No related merge requests found
......@@ -15,14 +15,7 @@ class PynnBrainscales(WafPackage):
version('2.0-rc1', branch='waf')
# PPU compiler dependencies
depends_on('gettext')
depends_on('zlib')
depends_on('bison')
depends_on('flex')
depends_on('m4')
depends_on('texinfo')
depends_on('wget')
conflicts('flex', when='@2.6.3', msg='Binutils 2.25 for Nux doesn\'t build with flex 2.6.3.')
depends_on('oppulance@2.0-rc2')
# host software dependencies
depends_on('bitsery', type=('build', 'link', 'run'))
......@@ -108,7 +101,7 @@ class PynnBrainscales(WafPackage):
def configure(self, spec, prefix):
"""Setup and configure the project."""
self.waf('setup', '--repo-db-url=https://github.com/electronicvisions/projects', '--without-grenade-ppu-support', '--without-munge',
self.waf('setup', '--repo-db-url=https://github.com/electronicvisions/projects', '--without-munge',
'--project=pynn-brainscales@ebrains_release-2-rc1',
'--project=haldls@ebrains_release-2-rc1',
'--project=grenade@ebrains_release-2-rc1',
......
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