Skip to content
Snippets Groups Projects
Commit e1352ddf authored by Andrew Davison's avatar Andrew Davison Committed by Eleni Mathioulaki
Browse files

feat(py-pynn): add version 0.12.3

parent 5b8bac96
No related branches found
No related tags found
2 merge requests!549create new experimental release,!546feat(py-pynn): add version 0.12.3
Pipeline #29038 passed with stage
in 1 hour, 24 minutes, and 11 seconds
......@@ -17,6 +17,7 @@ class PyPynn(PythonPackage):
maintainers = ["apdavison"]
version('0.12.3', sha256='e196f9055c46fe5c0e23f491815d16dca8db9be599a226ee11fa67605cab153d')
version('0.12.2', sha256='8039b68e3e5f98b537038c249dc42c027bd63f9ecc015c82f1f88bd30dfa28a9')
version('0.12.1', sha256='fef49cc601032565341f02c5c982cb805bc0cc16de75166acb1b7f8c179adfda')
version('0.11.0', sha256='eab6ef281e0a00180c8b31ffb65984f54216c68464db363a5c09832fec91f952')
......@@ -62,7 +63,8 @@ class PyPynn(PythonPackage):
depends_on('nest@3.3:3.4+python', type=('run', 'test'), when="@0.10.1:0.11.0")
depends_on('nest@3.4:+python', type=('run', 'test'), when="@0.12.1:")
depends_on('py-brian2', type=('run', 'test'))
depends_on('arbor@0.8.1:+python', type=('run', 'test'), when="@0.12.1:")
depends_on('arbor@0.8.1:+python', type=('run', 'test'), when="@0.12.1:0.12.2")
depends_on('arbor@0.9.0:+python', type=('run', 'test'), when="@0.12.3:")
depends_on('py-mock@1.0:', type='test')
......@@ -80,5 +82,4 @@ class PyPynn(PythonPackage):
def install_test(self):
# run tests here:
pytest = which('pytest')
# TODO: fix neuron tests, see !328
pytest('-k', 'not [neuron]')
pytest()
......@@ -39,7 +39,7 @@ spack:
- py-netpyne@1.0.5
- py-neurom@3.2.2
- py-neuror@1.6.4
- py-pynn@0.12.2 +mpi
- py-pynn@0.12.3 +mpi
- py-pyunicore@1.0.1
- py-quantities-scidash@0.12.4.3
- py-quantities@0.15.0
......
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