Skip to content
Snippets Groups Projects
Commit e2ef99eb authored by Eleni Mathioulaki's avatar Eleni Mathioulaki
Browse files

Merge branch 'enable_oppulance_in_pynn-brainscales' into 'master'

Enable oPPUlance support in pynn-brainscales

See merge request technical-coordination/project-internal/devops/platform/ebrains-spack-builds!101
parents 7797c195 5477d20f
No related branches found
No related tags found
3 merge requests!109create new experimental release,!108create new experimental release,!101Enable oPPUlance support in pynn-brainscales
Pipeline #17269 failed with stage
in 5 hours, 16 minutes, and 9 seconds
...@@ -15,14 +15,7 @@ class PynnBrainscales(WafPackage): ...@@ -15,14 +15,7 @@ class PynnBrainscales(WafPackage):
version('2.0-rc1', branch='waf') version('2.0-rc1', branch='waf')
# PPU compiler dependencies # PPU compiler dependencies
depends_on('gettext') depends_on('oppulance@2.0-rc2')
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.')
# host software dependencies # host software dependencies
depends_on('bitsery', type=('build', 'link', 'run')) depends_on('bitsery', type=('build', 'link', 'run'))
...@@ -108,7 +101,7 @@ class PynnBrainscales(WafPackage): ...@@ -108,7 +101,7 @@ 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', '--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=pynn-brainscales@ebrains_release-2-rc1',
'--project=haldls@ebrains_release-2-rc1', '--project=haldls@ebrains_release-2-rc1',
'--project=grenade@ebrains_release-2-rc1', '--project=grenade@ebrains_release-2-rc1',
......
...@@ -30,7 +30,6 @@ spack: ...@@ -30,7 +30,6 @@ spack:
- tvb-framework ^binutils+ld+gold - tvb-framework ^binutils+ld+gold
- pynn-brainscales@2.0-rc1 ^log4cxx@0.10.0 ^googletest@1.11.0:+gmock - pynn-brainscales@2.0-rc1 ^log4cxx@0.10.0 ^googletest@1.11.0:+gmock
- py-neo - py-neo
- oppulance@2.0-rc2
#- py-cerebstats #- py-cerebstats
#- py-cerebunit #- py-cerebunit
- py-cerebrus - py-cerebrus
......
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