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

Merge branch 'fix-dependencies-PyNN' into 'test-spacktests-workaround'

Add NEURON, NEST and Brian 2 to the list of dependencies for PyNN.

See merge request technical-coordination/project-internal/devops/platform/ebrains-spack-builds!248
parents 34105713 65a017af
No related branches found
No related tags found
No related merge requests found
...@@ -46,6 +46,12 @@ class PyPynn(PythonPackage): ...@@ -46,6 +46,12 @@ class PyPynn(PythonPackage):
depends_on('py-neo@0.10.0:', type=('build', 'run'), when="@0.10.0") depends_on('py-neo@0.10.0:', type=('build', 'run'), when="@0.10.0")
depends_on('py-neo@0.11.0:', type=('build', 'run'), when="@0.10.1:") depends_on('py-neo@0.11.0:', type=('build', 'run'), when="@0.10.1:")
depends_on('neuron@8.1:', type=('build','run'), when="@0.10.1:")
depends_on('nest@3.3:', type=('build','run'), when="@0.10.1:")
depends_on('py-brian2', type=('build','run'))
depends_on('py-mock@1.0:', type='test') depends_on('py-mock@1.0:', type='test')
patch('pynn-0.9.6-python3.patch', when='@0.9.6 ^python@3:') patch('pynn-0.9.6-python3.patch', when='@0.9.6 ^python@3:')
skip_modules = ['pyNN.neuroml', 'pyNN.nineml']
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