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

Merge branch 'readd_pynn-brainscales' into 'master'

Readd pynn-brainscales (new version)

See merge request technical-coordination/project-internal/devops/platform/ebrains-spack-builds!43
parents 2f24ea3c b017820f
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('2.0-rc0', branch='waf')
version('2.0-rc1', branch='waf')
depends_on('meta-brainscales', type=('build', 'link', 'run'))
extends('python')
......@@ -65,25 +65,25 @@ class PynnBrainscales(WafPackage):
"""Setup and configure the project."""
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'
'--project=pynn-brainscales@ebrains_release-2-rc1',
'--project=haldls@ebrains_release-2-rc1',
'--project=grenade@ebrains_release-2-rc1',
'--project=code-format@ebrains_release-2-rc1',
'--project=logger@ebrains_release-2-rc1',
'--project=halco@ebrains_release-2-rc1',
'--project=hate@ebrains_release-2-rc1',
'--project=fisch@ebrains_release-2-rc1',
'--project=ztl@ebrains_release-2-rc1',
'--project=hxcomm@ebrains_release-2-rc1',
'--project=rant@ebrains_release-2-rc1',
'--project=pywrap@ebrains_release-2-rc1',
'--project=lib-boost-patches@ebrains_release-2-rc1',
'--project=sctrltp@ebrains_release-2-rc1',
'--project=hwdb@ebrains_release-2-rc1',
'--project=visions-slurm@ebrains_release-2-rc1',
'--project=flange@ebrains_release-2-rc1',
'--project=lib-rcf@ebrains_release-2-rc1',
'--project=bss-hw-params@ebrains_release-2-rc1'
)
args = ['--prefix={0}'.format(self.prefix)]
......
......@@ -28,7 +28,7 @@ spack:
- py-formencode %gcc@10.3.0
- tvb-framework ^binutils+ld+gold %gcc@10.3.0
- meta-brainscales %gcc@10.3.0
#- pynn-brainscales@2.0-rc0 ^log4cxx@0.10.0 ^googletest@1.11.0:+gmock %gcc@10.3.0
- pynn-brainscales@2.0-rc1 ^log4cxx@0.10.0 ^googletest@1.11.0:+gmock %gcc@10.3.0
# demo for codejam12
- funniest1022 %gcc@10.3.0
# NRP
......
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