Skip to content
Snippets Groups Projects
Commit 12aa4dbc authored by Athanasios Karmas's avatar Athanasios Karmas
Browse files

Merge branch 'update_pynn-brainscales' into 'master'

Update pynn-brainscales to "rc2"

See merge request technical-coordination/devops/platform/ebrains-spack-builds!20
parents c74b8341 bee5eb09
No related branches found
No related tags found
1 merge request!20Update pynn-brainscales to "rc2"
Pipeline #13535 failed with stage
in 19 minutes and 20 seconds
......@@ -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