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

Fix pynn-brainscales version specification (and revert to rc2)

parent 4d34c213
No related branches found
No related tags found
3 merge requests!109create new experimental release,!108create new experimental release,!103Fix pynn-brainscales version specification (and revert to rc2)
...@@ -9,10 +9,9 @@ class PynnBrainscales(WafPackage): ...@@ -9,10 +9,9 @@ class PynnBrainscales(WafPackage):
"""PyNN toplevel for the BrainScaleS-2 neuromorphic hardware systems""" """PyNN toplevel for the BrainScaleS-2 neuromorphic hardware systems"""
homepage = "https://github.com/electronicvisions/pynn-brainscales" homepage = "https://github.com/electronicvisions/pynn-brainscales"
#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-rc1', branch='waf') version('2.0-rc2', branch='waf')
# PPU compiler dependencies # PPU compiler dependencies
depends_on('oppulance@2.0-rc2') depends_on('oppulance@2.0-rc2')
...@@ -102,25 +101,25 @@ class PynnBrainscales(WafPackage): ...@@ -102,25 +101,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-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-' + str(spec.version),
'--project=haldls@ebrains_release-2-rc1', '--project=haldls@ebrains-' + str(spec.version),
'--project=grenade@ebrains_release-2-rc1', '--project=grenade@ebrains-' + str(spec.version),
'--project=code-format@ebrains_release-2-rc1', '--project=code-format@ebrains-' + str(spec.version),
'--project=logger@ebrains_release-2-rc1', '--project=logger@ebrains-' + str(spec.version),
'--project=halco@ebrains_release-2-rc1', '--project=halco@ebrains-' + str(spec.version),
'--project=hate@ebrains_release-2-rc1', '--project=hate@ebrains-' + str(spec.version),
'--project=fisch@ebrains_release-2-rc1', '--project=fisch@ebrains-' + str(spec.version),
'--project=ztl@ebrains_release-2-rc1', '--project=ztl@ebrains-' + str(spec.version),
'--project=hxcomm@ebrains_release-2-rc1', '--project=hxcomm@ebrains-' + str(spec.version),
'--project=rant@ebrains_release-2-rc1', '--project=rant@ebrains-' + str(spec.version),
'--project=pywrap@ebrains_release-2-rc1', '--project=pywrap@ebrains-' + str(spec.version),
'--project=lib-boost-patches@ebrains_release-2-rc1', '--project=lib-boost-patches@ebrains-' + str(spec.version),
'--project=sctrltp@ebrains_release-2-rc1', '--project=sctrltp@ebrains-' + str(spec.version),
'--project=hwdb@ebrains_release-2-rc1', '--project=hwdb@ebrains-' + str(spec.version),
'--project=visions-slurm@ebrains_release-2-rc1', '--project=visions-slurm@ebrains-' + str(spec.version),
'--project=flange@ebrains_release-2-rc1', '--project=flange@ebrains-' + str(spec.version),
'--project=lib-rcf@ebrains_release-2-rc1', '--project=lib-rcf@ebrains-' + str(spec.version),
'--project=bss-hw-params@ebrains_release-2-rc1' '--project=bss-hw-params@ebrains-' + str(spec.version)
) )
args = ['--prefix={0}'.format(self.prefix)] args = ['--prefix={0}'.format(self.prefix)]
......
...@@ -28,7 +28,7 @@ spack: ...@@ -28,7 +28,7 @@ spack:
- py-pyaescrypt - py-pyaescrypt
- py-formencode - py-formencode
- 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-rc2 ^log4cxx@0.10.0 ^googletest@1.11.0:+gmock
- py-neo - py-neo
#- py-cerebstats #- py-cerebstats
#- py-cerebunit #- py-cerebunit
......
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