plumed: add missing m4 dependency (#23957)
This commit is contained in:
parent
30547f60d1
commit
4e8d87e5cc
@ -79,6 +79,7 @@ class Plumed(AutotoolsPackage):
|
||||
depends_on('autoconf', type='build')
|
||||
depends_on('automake', type='build')
|
||||
depends_on('libtool', type='build')
|
||||
depends_on('m4', type='build')
|
||||
depends_on('py-cython', type='build', when='@2.5:')
|
||||
|
||||
force_autoreconf = True
|
||||
|
Loading…
Reference in New Issue
Block a user