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

parallel-netcdf's buildiface script needs perl during build.
This commit is contained in:
Michael Kuhn 2020-06-23 10:18:27 +02:00 committed by GitHub
parent 561f6d6c21
commit c41f13ef97
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -50,6 +50,8 @@ def url_for_version(self, version):
depends_on('automake', 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.8')