Turbine package: add m4 dependency (#10948)

m4 is a build and run dependency for Turbine: it is used at run time
to generate scheduler job files for the workflows.
This commit is contained in:
Justin M Wozniak 2019-05-06 12:36:32 -05:00 committed by Peter Scheibel
parent 78ade980d4
commit 4c6fb4cefe

View file

@ -40,6 +40,7 @@ class Turbine(AutotoolsPackage):
depends_on('autoconf', type='build')
depends_on('automake', type='build')
depends_on('libtool', type='build')
depends_on('m4', type=('build', 'run'))
def setup_environment(self, spack_env, run_env):
spec = self.spec