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

Readd pynn-brainscales (new version)

parent 2f24ea3c
No related branches found
No related tags found
1 merge request!43Readd pynn-brainscales (new version)
...@@ -12,7 +12,7 @@ class PynnBrainscales(WafPackage): ...@@ -12,7 +12,7 @@ class PynnBrainscales(WafPackage):
#url = "https://github.com/electronicvisions/pynn-brainscales/archive/v0.1.0.tar.gz" #url = "https://github.com/electronicvisions/pynn-brainscales/archive/v0.1.0.tar.gz"
git = "https://github.com/electronicvisions/pynn-brainscales.git" 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')) depends_on('meta-brainscales', type=('build', 'link', 'run'))
extends('python') extends('python')
...@@ -65,25 +65,25 @@ class PynnBrainscales(WafPackage): ...@@ -65,25 +65,25 @@ class PynnBrainscales(WafPackage):
"""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-grenade-ppu-support', '--without-munge',
'--project=pynn-brainscales@ebrains_release-2-rc0', '--project=pynn-brainscales@ebrains_release-2-rc1',
'--project=haldls@ebrains_release-2-rc0', '--project=haldls@ebrains_release-2-rc1',
'--project=grenade@ebrains_release-2-rc0', '--project=grenade@ebrains_release-2-rc1',
'--project=code-format@ebrains_release-2-rc0', '--project=code-format@ebrains_release-2-rc1',
'--project=logger@ebrains_release-2-rc0', '--project=logger@ebrains_release-2-rc1',
'--project=halco@ebrains_release-2-rc0', '--project=halco@ebrains_release-2-rc1',
'--project=hate@ebrains_release-2-rc0', '--project=hate@ebrains_release-2-rc1',
'--project=fisch@ebrains_release-2-rc0', '--project=fisch@ebrains_release-2-rc1',
'--project=ztl@ebrains_release-2-rc0', '--project=ztl@ebrains_release-2-rc1',
'--project=hxcomm@ebrains_release-2-rc0', '--project=hxcomm@ebrains_release-2-rc1',
'--project=rant@ebrains_release-2-rc0', '--project=rant@ebrains_release-2-rc1',
'--project=pywrap@ebrains_release-2-rc0', '--project=pywrap@ebrains_release-2-rc1',
'--project=lib-boost-patches@ebrains_release-2-rc0', '--project=lib-boost-patches@ebrains_release-2-rc1',
'--project=sctrltp@ebrains_release-2-rc0', '--project=sctrltp@ebrains_release-2-rc1',
'--project=hwdb@ebrains_release-2-rc0', '--project=hwdb@ebrains_release-2-rc1',
'--project=visions-slurm@ebrains_release-2-rc0', '--project=visions-slurm@ebrains_release-2-rc1',
'--project=flange@ebrains_release-2-rc0', '--project=flange@ebrains_release-2-rc1',
'--project=lib-rcf@ebrains_release-2-rc0', '--project=lib-rcf@ebrains_release-2-rc1',
'--project=bss-hw-params@ebrains_release-2-rc0' '--project=bss-hw-params@ebrains_release-2-rc1'
) )
args = ['--prefix={0}'.format(self.prefix)] args = ['--prefix={0}'.format(self.prefix)]
......
...@@ -28,7 +28,7 @@ spack: ...@@ -28,7 +28,7 @@ spack:
- py-formencode %gcc@10.3.0 - py-formencode %gcc@10.3.0
- tvb-framework ^binutils+ld+gold %gcc@10.3.0 - tvb-framework ^binutils+ld+gold %gcc@10.3.0
- meta-brainscales %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 # demo for codejam12
- funniest1022 %gcc@10.3.0 - funniest1022 %gcc@10.3.0
# NRP # 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