bmi depends on automake for build

This commit is contained in:
eugeneswalker 2020-02-12 18:14:35 +00:00 committed by Todd Gamblin
parent 38303a6a79
commit 5243d270d4

View File

@ -15,6 +15,7 @@ class Bmi(AutotoolsPackage):
version('develop', branch='master')
depends_on('autoconf', type='build')
depends_on('automake', type='build')
# need to override 'autoreconf' so we can run BMI's 'prepare' script
def autoreconf(self, spec, prefix):