Skip to content
Snippets Groups Projects
Commit 65a017af authored by Andrew Davison's avatar Andrew Davison
Browse files

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

parent 5ef6c8f7
No related branches found
No related tags found
4 merge requests!301create new experimental release,!300add spack post-installation testing,!279update py-elephant to 0.12.0,!248Add NEURON, NEST and Brian 2 to the list of dependencies for PyNN.
......@@ -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.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')
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