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

fix: Update BrainScaleS software to include (more) missing includes

parent 4b686e31
No related branches found
No related tags found
2 merge requests!368create new experimental release,!365fix: Update BrainScaleS software to include (more) missing includes
Pipeline #23691 passed with stage
in 4 hours, 23 minutes, and 43 seconds
......@@ -14,10 +14,10 @@ class Hxtorch(WafPackage):
# This repo provides a waf binary used for the build below
git = "https://github.com/electronicvisions/pynn-brainscales.git"
version('6.0-a1', branch='waf')
version('6.0-rc1', branch='waf')
# PPU compiler dependencies
depends_on('oppulance@6.0-a1')
depends_on('oppulance@6.0-rc1')
# host software dependencies
depends_on('bitsery', type=('build', 'link', 'run'))
......
......@@ -22,8 +22,8 @@ class Oppulance(Package):
releases = [
{
'version': '6.0-a1',
'tag': 'ebrains-6.0-a1'
'version': '6.0-rc1',
'tag': 'ebrains-6.0-rc1'
},
]
......
......@@ -13,10 +13,10 @@ class PynnBrainscales(WafPackage):
homepage = "https://github.com/electronicvisions/pynn-brainscales"
git = "https://github.com/electronicvisions/pynn-brainscales.git"
version('6.0-a1', branch='waf')
version('6.0-rc1', branch='waf')
# PPU compiler dependencies
depends_on('oppulance@6.0-a1')
depends_on('oppulance@6.0-rc1')
# host software dependencies
depends_on('bitsery', type=('build', 'link', 'run'))
......
......@@ -21,7 +21,7 @@ spack:
- biobb-model@4.0.0
- biobb-structure-checking@3.12.1
- biobb-structure-utils@4.0.0
- hxtorch@6.0-a1
- hxtorch@6.0-rc1
- nest@3.5 +sonata
- neuron@8.2.2 +mpi
- nglview@3.0.4
......@@ -67,7 +67,7 @@ spack:
- py-tvb-library@2.8.1
- py-tvb-storage@2.8.1
- py-viziphant@0.3.0
- pynn-brainscales@6.0-a1
- pynn-brainscales@6.0-rc1
- r-rgsl@0.1
- r-sbtabvfgen@0.1
- r-uqsa@2.2
......
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