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

Merge branch 'fix_and_update_brainscales_stuff' into 'master'

Fix and update brainscales stuff

See merge request technical-coordination/project-internal/devops/platform/ebrains-spack-builds!113
parents dc7ff31a d6209ae1
No related branches found
No related tags found
2 merge requests!119create new experimental release,!113Fix and update brainscales stuff
Pipeline #17438 canceled with stage
in 3 seconds
......@@ -12,7 +12,7 @@ class Hxtorch(WafPackage):
# This repo provides a waf binary used for the build below
git = "https://github.com/electronicvisions/pynn-brainscales.git"
version('2.0-rc5', branch='waf')
version('2.0-rc6', branch='waf')
# PPU compiler dependencies
depends_on('oppulance@2.0:')
......@@ -43,7 +43,7 @@ class Hxtorch(WafPackage):
depends_on('py-pycodestyle', type=('build', 'link', 'run'))
depends_on('py-pyelftools', type=('build', 'link', 'run'))
depends_on('py-pylint', type=('build', 'link', 'run'))
depends_on('py-pynn@0.9.4:', type=('build', 'link', 'run'))
depends_on('py-torch', type=('build', 'link', 'run'))
depends_on('py-pyyaml', type=('build', 'link', 'run'))
depends_on('py-scipy', type=('build', 'link', 'run'))
depends_on('py-sqlalchemy', type=('build', 'link', 'run'))
......
......@@ -11,7 +11,7 @@ class PynnBrainscales(WafPackage):
homepage = "https://github.com/electronicvisions/pynn-brainscales"
git = "https://github.com/electronicvisions/pynn-brainscales.git"
version('2.0-rc5', branch='waf')
version('2.0-rc6', branch='waf')
# PPU compiler dependencies
depends_on('oppulance@2.0:')
......
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