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
2 merge requests!450create new experimental release,!447Find real compiler path during compile time
Pipeline #25689 canceled with stage
in 59 minutes and 16 seconds
...@@ -34,3 +34,4 @@ class PyNestml(PythonPackage): ...@@ -34,3 +34,4 @@ class PyNestml(PythonPackage):
depends_on('py-odetoolbox', type=('build', 'run')) depends_on('py-odetoolbox', type=('build', 'run'))
depends_on('nest', type=('build', 'run')) depends_on('nest', type=('build', 'run'))
depends_on('py-pytest', type='test') 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