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

Merge branch 'nest-dependency-update' into 'master'

NEST dependency update

See merge request technical-coordination/project-internal/devops/platform/ebrains-spack-builds!307
parents fdb74d05 4d4f9e55
No related branches found
No related tags found
No related merge requests found
...@@ -73,11 +73,11 @@ class Nest(CMakePackage): ...@@ -73,11 +73,11 @@ class Nest(CMakePackage):
conflicts('~openmp', when='@:2.10.99', conflicts('~openmp', when='@:2.10.99',
msg='Option only introduced for non-ancient versions.') msg='Option only introduced for non-ancient versions.')
#depends_on('python@2.6:2.99', when='@:2.14+python', type=('build', 'run'))
depends_on('python@2.6:2.99', when='@:2.15.99+python', type=('build', 'run')) depends_on('python@2.6:2.99', when='@:2.15.99+python', type=('build', 'run'))
depends_on('python@2.6:', when='@2.16:+python', type=('build', 'run')) depends_on('python@2.6:', when='@2.16:+python', type=('build', 'run'))
depends_on('python@3.8:', when='@3:', type=('build', 'run')) depends_on('python@3.8:', when='@3:', type=('build', 'run'))
depends_on('py-numpy@:1.16.99', when='@:2.14.99+python', type=('build', 'run')) depends_on('py-numpy@:1.16.99', when='@:2.14.99+python', type=('build', 'run'))
depends_on('py-numpy@:1.23.99', when='@:3.3', type=('build', 'run', 'test'))
depends_on('py-numpy', when='+python', type=('build', 'run', 'test')) depends_on('py-numpy', when='+python', type=('build', 'run', 'test'))
depends_on('py-pandas', when='@3:', type=('test')) depends_on('py-pandas', when='@3:', type=('test'))
depends_on('py-cython@0.19.2:', when='+python', type='build') depends_on('py-cython@0.19.2:', when='+python', type='build')
......
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