Skip to content
Snippets Groups Projects
Commit 373aaa08 authored by Dennis Terhorst's avatar Dennis Terhorst :rocket:
Browse files

Apply 1 suggestion(s) to 1 file(s)

parent 9c9a59db
No related branches found
No related tags found
2 merge requests!357create new experimental release,!354Add NEST versions 3.5rc1 (and a bugfix back-port 2.14.2)
Pipeline #23465 failed with stage
in 3 hours, 46 minutes, and 5 seconds
...@@ -89,6 +89,7 @@ class Nest(CMakePackage): ...@@ -89,6 +89,7 @@ class Nest(CMakePackage):
depends_on('boost', when="@2.16:+boost", type='build') depends_on('boost', when="@2.16:+boost", type='build')
depends_on('py-setuptools@:44.99.99', when='@:2.15.99+python', type='build') depends_on('py-setuptools@:44.99.99', when='@:2.15.99+python', type='build')
depends_on('py-h5py', when='@3.4.99:+sonata', type=('test', 'build', 'run')) depends_on('py-h5py', when='@3.4.99:+sonata', type=('test', 'build', 'run'))
depends_on('hdf5+cxx', when='@3.4.99:+sonata', type=('build', 'run'))
depends_on('py-pandas', when='@3.4.99:+sonata', type=('build', 'run')) depends_on('py-pandas', when='@3.4.99:+sonata', type=('build', 'run'))
depends_on('py-nose', when='@:2.99.99+python+testsuite', type='test') depends_on('py-nose', when='@:2.99.99+python+testsuite', type='test')
......
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