Skip to content
Snippets Groups Projects

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

1 file
+ 6
0
Compare changes
  • Side-by-side
  • Inline
@@ -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']