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

add readline dependency `type`

parent 3d38a0ad
No related branches found
No related tags found
4 merge requests!301create new experimental release,!300add spack post-installation testing,!279update py-elephant to 0.12.0,!214Change NEST tests from build to install phase
Pipeline #20319 failed with stage
in 2 hours, 21 minutes, and 34 seconds
...@@ -101,9 +101,9 @@ class Nest(CMakePackage): ...@@ -101,9 +101,9 @@ class Nest(CMakePackage):
depends_on('py-mpi4py', when='+python+mpi', type=('run', 'test')) depends_on('py-mpi4py', when='+python+mpi', type=('run', 'test'))
depends_on('doxygen', type='build') depends_on('doxygen', type='build')
depends_on('gsl', when='+gsl') depends_on('gsl', when='+gsl')
depends_on('readline') depends_on('readline', type=('build', 'run', 'test'))
depends_on('ncurses') depends_on('ncurses', type=('build', 'run', 'test'))
depends_on('libtool') depends_on('libtool', type=('build', 'run', 'test'))
depends_on('pkgconfig', type='build') depends_on('pkgconfig', type='build')
extends('python', when='+python') extends('python', when='+python')
......
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