openmpi: declare more build dependencies for @master
(#28309)
This commit is contained in:
parent
b526eafa45
commit
065e445e4d
@ -272,10 +272,10 @@ class Openmpi(AutotoolsPackage):
|
|||||||
if sys.platform != 'darwin':
|
if sys.platform != 'darwin':
|
||||||
depends_on('numactl')
|
depends_on('numactl')
|
||||||
|
|
||||||
depends_on('autoconf', type='build', when='@master')
|
depends_on('autoconf @2.69:', type='build', when='@master')
|
||||||
depends_on('automake', type='build', when='@master')
|
depends_on('automake @1.13.4:', type='build', when='@master')
|
||||||
depends_on('libtool', type='build', when='@master')
|
depends_on('libtool @2.4.2:', type='build', when='@master')
|
||||||
depends_on('m4', type='build', when='@master')
|
depends_on('m4', type='build', when='@master')
|
||||||
depends_on('pandoc', type='build', when='@master')
|
depends_on('pandoc', type='build', when='@master')
|
||||||
|
|
||||||
depends_on('perl', type='build')
|
depends_on('perl', type='build')
|
||||||
|
Loading…
Reference in New Issue
Block a user