Skip to content
Snippets Groups Projects

Draft: py-pynn: add patch for numpy@1.24:

Closed Eleni Mathioulaki requested to merge spack_v0.21.1_fix_pynn_brian2_test into spack_v0.21.1
1 unresolved thread
2 files
+ 16
0
Compare changes
  • Side-by-side
  • Inline
Files
2
@@ -61,6 +61,7 @@ class PyPynn(PythonPackage):
@@ -61,6 +61,7 @@ class PyPynn(PythonPackage):
depends_on("py-pytest", type='test', when="@0.11.0:")
depends_on("py-pytest", type='test', when="@0.11.0:")
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:')
 
patch('pynn-numpy-1.24.patch', when='@0.9.6: ^py-numpy@1.24:')
# neuroml and nineml are optional dependencies. Leave out of import_modules to avoid errors in tests
# neuroml and nineml are optional dependencies. Leave out of import_modules to avoid errors in tests
skip_modules = ['pyNN.neuroml', 'pyNN.nineml', 'pyNN.hardware']
skip_modules = ['pyNN.neuroml', 'pyNN.nineml', 'pyNN.hardware']