bmi depends on automake for build
This commit is contained in:
parent
38303a6a79
commit
5243d270d4
@ -15,6 +15,7 @@ class Bmi(AutotoolsPackage):
|
|||||||
version('develop', branch='master')
|
version('develop', branch='master')
|
||||||
|
|
||||||
depends_on('autoconf', type='build')
|
depends_on('autoconf', type='build')
|
||||||
|
depends_on('automake', type='build')
|
||||||
|
|
||||||
# need to override 'autoreconf' so we can run BMI's 'prepare' script
|
# need to override 'autoreconf' so we can run BMI's 'prepare' script
|
||||||
def autoreconf(self, spec, prefix):
|
def autoreconf(self, spec, prefix):
|
||||||
|
Loading…
Reference in New Issue
Block a user