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

Merge branch 'update_brainscales_4.0-a1' into 'master'

Update BrainScaleS software to 4.0-a1

See merge request technical-coordination/project-internal/devops/platform/ebrains-spack-builds!180
parents ae0f07b2 73ae4ef1
No related branches found
No related tags found
Pipeline #19183 passed with stage
in 6 hours, 46 minutes, and 10 seconds
......@@ -13,10 +13,10 @@ class Hxtorch(WafPackage):
# This repo provides a waf binary used for the build below
git = "https://github.com/electronicvisions/pynn-brainscales.git"
version('3.0-a1', branch='waf')
version('4.0-a1', branch='waf')
# PPU compiler dependencies
depends_on('oppulance@2.0:')
depends_on('oppulance@4.0:')
# host software dependencies
depends_on('bitsery', type=('build', 'link', 'run'))
......
......@@ -21,8 +21,8 @@ class Oppulance(Package):
releases = [
{
'version': '3.0-a1',
'tag': 'ebrains-3.0-a1'
'version': '4.0-a1',
'tag': 'ebrains-4.0-a1'
},
]
......
......@@ -11,10 +11,10 @@ class PynnBrainscales(WafPackage):
homepage = "https://github.com/electronicvisions/pynn-brainscales"
git = "https://github.com/electronicvisions/pynn-brainscales.git"
version('3.0-a1', branch='waf')
version('4.0-a1', branch='waf')
# PPU compiler dependencies
depends_on('oppulance@2.0:')
depends_on('oppulance@4.0:')
# host software dependencies
depends_on('bitsery', type=('build', 'link', 'run'))
......
......@@ -30,8 +30,8 @@ spack:
- py-pyaescrypt
- py-formencode
- tvb-framework ^binutils+ld+gold
- pynn-brainscales@3.0-a1 ^log4cxx@0.10.0 ^googletest@1.11.0:+gmock
- hxtorch@3.0-a1 ^log4cxx@0.10.0 ^googletest@1.11.0:+gmock
- pynn-brainscales@4.0-a1 ^log4cxx@0.10.0 ^googletest@1.11.0:+gmock
- hxtorch@4.0-a1 ^log4cxx@0.10.0 ^googletest@1.11.0:+gmock
- py-neo
- py-hdmf
- py-pynwb
......
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