openmpi: add perl as a build dependency (#21956)
This commit is contained in:
parent
d05e0dfeef
commit
e25a7be5b8
1 changed files with 1 additions and 1 deletions
|
@ -264,8 +264,8 @@ class Openmpi(AutotoolsPackage):
|
|||
depends_on('automake', type='build', when='@develop')
|
||||
depends_on('libtool', type='build', when='@develop')
|
||||
depends_on('m4', type='build', when='@develop')
|
||||
depends_on('perl', type='build', when='@develop')
|
||||
|
||||
depends_on('perl', type='build')
|
||||
depends_on('pkgconfig', type='build')
|
||||
|
||||
depends_on('libevent@2.0:', when='@4:')
|
||||
|
|
Loading…
Reference in a new issue