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

Merge branch 'pspilger-master-patch-04194' into 'master'

BrainScaleS: Fix install missing embedded processor headers

See merge request technical-coordination/project-internal/devops/platform/ebrains-spack-builds!311
parents fd48dcd1 cc2f1ee6
No related branches found
No related tags found
3 merge requests!318update branch,!313create new experimental release,!311BrainScaleS: Fix install missing embedded processor headers
Pipeline #21833 canceled with stage
in 19 hours, 33 minutes, and 18 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('4.0-rc1', branch='waf')
version('4.0-rc2', branch='waf')
# PPU compiler dependencies
depends_on('oppulance@4.0-rc1')
depends_on('oppulance@4.0-rc2')
# host software dependencies
depends_on('bitsery', type=('build', 'link', 'run'))
......@@ -40,6 +40,7 @@ class Hxtorch(WafPackage):
depends_on('py-h5py', type=('build', 'link', 'run')) # PyNN tests need it
depends_on('py-jax@0.3.25:', type=('build', 'link', 'run'))
depends_on('py-matplotlib', type=('build', 'link', 'run'))
depends_on('py-networkx', type=('build', 'link', 'run'))
depends_on('py-nose', type=('build', 'link', 'run'))
depends_on('py-numpy', type=('build', 'link', 'run'))
depends_on('py-pybind11', type=('build', 'link', 'run'))
......
......@@ -22,8 +22,8 @@ class Oppulance(Package):
releases = [
{
'version': '4.0-rc1',
'tag': 'ebrains-4.0-rc1'
'version': '4.0-rc2',
'tag': 'ebrains-4.0-rc2'
},
]
......
......@@ -13,10 +13,10 @@ class PynnBrainscales(WafPackage):
homepage = "https://github.com/electronicvisions/pynn-brainscales"
git = "https://github.com/electronicvisions/pynn-brainscales.git"
version('4.0-rc1', branch='waf')
version('4.0-rc2', branch='waf')
# PPU compiler dependencies
depends_on('oppulance@4.0-rc1')
depends_on('oppulance@4.0-rc2')
# host software dependencies
depends_on('bitsery', type=('build', 'link', 'run'))
......
......@@ -19,8 +19,8 @@ spack:
- py-tvb-library@2.7.3
- py-tvb-storage@2.7.3
- py-tvb-framework@2.7.3.1
- pynn-brainscales@4.0-rc1
- hxtorch@4.0-rc1
- pynn-brainscales@4.0-rc2
- hxtorch@4.0-rc2
- py-nestml@5.2.0
- py-neo@0.12.0
- py-hdmf@3.4.6
......
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