parallel-netcdf: add missing perl dependency (#17156)
parallel-netcdf's buildiface script needs perl during build.
This commit is contained in:
parent
561f6d6c21
commit
c41f13ef97
@ -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')
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user