openmpi: add perl as a build dependency (#21956)
This commit is contained in:
parent
d05e0dfeef
commit
e25a7be5b8
@ -264,8 +264,8 @@ class Openmpi(AutotoolsPackage):
|
|||||||
depends_on('automake', type='build', when='@develop')
|
depends_on('automake', type='build', when='@develop')
|
||||||
depends_on('libtool', type='build', when='@develop')
|
depends_on('libtool', type='build', when='@develop')
|
||||||
depends_on('m4', 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('pkgconfig', type='build')
|
||||||
|
|
||||||
depends_on('libevent@2.0:', when='@4:')
|
depends_on('libevent@2.0:', when='@4:')
|
||||||
|
Loading…
Reference in New Issue
Block a user