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

Merge branch 'update_BSS2' into 'master'

feat(BSS-2): update software

See merge request technical-coordination/project-internal/devops/platform/ebrains-spack-builds!397
parents 02cc8f98 2e96b0c1
No related branches found
No related tags found
No related merge requests found
...@@ -14,10 +14,10 @@ class Hxtorch(WafPackage): ...@@ -14,10 +14,10 @@ class Hxtorch(WafPackage):
# This repo provides a waf binary used for the build below # This repo provides a waf binary used for the build below
git = "https://github.com/electronicvisions/pynn-brainscales.git" git = "https://github.com/electronicvisions/pynn-brainscales.git"
version('6.0-rc2', branch='waf') version('7.0-a1', branch='waf')
# PPU compiler dependencies # PPU compiler dependencies
depends_on('oppulance@6.0-rc2') depends_on('oppulance@7.0-a1')
# host software dependencies # host software dependencies
depends_on('bitsery', type=('build', 'link', 'run')) depends_on('bitsery', type=('build', 'link', 'run'))
......
...@@ -22,8 +22,8 @@ class Oppulance(Package): ...@@ -22,8 +22,8 @@ class Oppulance(Package):
releases = [ releases = [
{ {
'version': '6.0-rc2', 'version': '7.0-a1',
'tag': 'ebrains-6.0-rc2' 'tag': 'ebrains-7.0-a1'
}, },
] ]
......
...@@ -13,10 +13,10 @@ class PynnBrainscales(WafPackage): ...@@ -13,10 +13,10 @@ class PynnBrainscales(WafPackage):
homepage = "https://github.com/electronicvisions/pynn-brainscales" homepage = "https://github.com/electronicvisions/pynn-brainscales"
git = "https://github.com/electronicvisions/pynn-brainscales.git" git = "https://github.com/electronicvisions/pynn-brainscales.git"
version('6.0-rc2', branch='waf') version('7.0-a1', branch='waf')
# PPU compiler dependencies # PPU compiler dependencies
depends_on('oppulance@6.0-rc2') depends_on('oppulance@7.0-a1')
# host software dependencies # host software dependencies
depends_on('bitsery', type=('build', 'link', 'run')) depends_on('bitsery', type=('build', 'link', 'run'))
......
...@@ -13,7 +13,7 @@ spack: ...@@ -13,7 +13,7 @@ spack:
- biobb-model@4.0.0 - biobb-model@4.0.0
- biobb-structure-checking@3.12.1 - biobb-structure-checking@3.12.1
- biobb-structure-utils@4.0.0 - biobb-structure-utils@4.0.0
- hxtorch@6.0-rc2 - hxtorch@7.0-a1
- nest@3.5 +sonata - nest@3.5 +sonata
- neuron@8.2.2 +mpi - neuron@8.2.2 +mpi
- py-bluepyefe@2.2.18 - py-bluepyefe@2.2.18
...@@ -53,7 +53,7 @@ spack: ...@@ -53,7 +53,7 @@ spack:
- py-tvb-multiscale@2.0.3.dev - py-tvb-multiscale@2.0.3.dev
- py-tvb-storage@2.8.1 - py-tvb-storage@2.8.1
- py-viziphant@0.3.0 - py-viziphant@0.3.0
- pynn-brainscales@6.0-rc2 - pynn-brainscales@7.0-a1
- r-rgsl@0.1 - r-rgsl@0.1
- r-sbtabvfgen@0.1 - r-sbtabvfgen@0.1
- r-uqsa@2.2 - 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