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

add GCC as dependency for NESTML

parent 836712ab
No related branches found
No related tags found
No related merge requests found
......@@ -34,3 +34,4 @@ class PyNestml(PythonPackage):
depends_on('py-odetoolbox', type=('build', 'run'))
depends_on('nest', type=('build', 'run'))
depends_on('py-pytest', type='test')
depends_on('gcc', type=('build', 'test', 'run')) # this should be whatever compiler is used for the env
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