Skip to content
Snippets Groups Projects
Unverified Commit c41f13ef authored by Michael Kuhn's avatar Michael Kuhn Committed by GitHub
Browse files

parallel-netcdf: add missing perl dependency (#17156)

parallel-netcdf's buildiface script needs perl during build.
parent 561f6d6c
No related branches found
No related tags found
No related merge requests found
...@@ -50,6 +50,8 @@ def url_for_version(self, version): ...@@ -50,6 +50,8 @@ def url_for_version(self, version):
depends_on('automake', when='@master', type='build') depends_on('automake', when='@master', type='build')
depends_on('libtool', when='@master', type='build') depends_on('libtool', when='@master', type='build')
depends_on('perl', type='build')
conflicts('+shared', when='@:1.9%nag+fortran') conflicts('+shared', when='@:1.9%nag+fortran')
conflicts('+shared', when='@:1.8') conflicts('+shared', when='@:1.8')
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment