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

Merge branch 'master' into 'master'

Add py-deap (DEAP) as dep to pynn-brainscales

See merge request technical-coordination/project-internal/devops/platform/ebrains-spack-builds!184
parents 6519a8e4 314d2de2
No related branches found
No related tags found
No related merge requests found
...@@ -33,6 +33,7 @@ class PynnBrainscales(WafPackage): ...@@ -33,6 +33,7 @@ class PynnBrainscales(WafPackage):
depends_on('log4cxx', type=('build', 'link', 'run')) depends_on('log4cxx', type=('build', 'link', 'run'))
depends_on('pkgconfig', type=('build', 'link', 'run')) depends_on('pkgconfig', type=('build', 'link', 'run'))
depends_on('python@3.7.0:', type=('build', 'link', 'run')) # BrainScaleS(-2, type=('build', 'link', 'run')) only supports Python >= 3.7 depends_on('python@3.7.0:', type=('build', 'link', 'run')) # BrainScaleS(-2, type=('build', 'link', 'run')) only supports Python >= 3.7
depends_on('py-deap@1.3.1:', type=('build', 'link', 'run'))
depends_on('py-h5py', type=('build', 'link', 'run')) # PyNN tests need it depends_on('py-h5py', type=('build', 'link', 'run')) # PyNN tests need it
depends_on('py-matplotlib', type=('build', 'link', 'run')) depends_on('py-matplotlib', type=('build', 'link', 'run'))
depends_on('py-nose', type=('build', 'link', 'run')) depends_on('py-nose', type=('build', 'link', 'run'))
......
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