vbfnlo: add missing build dependencies (#24022)
This commit is contained in:
parent
d4585f4328
commit
7bdd906580
@ -30,6 +30,10 @@ class Vbfnlo(AutotoolsPackage):
|
||||
depends_on('gsl')
|
||||
depends_on('lhapdf')
|
||||
depends_on('looptools')
|
||||
depends_on('automake', type='build')
|
||||
depends_on('autoconf', type='build')
|
||||
depends_on('m4', type='build')
|
||||
depends_on('libtool', type='build')
|
||||
|
||||
@when('@2.7.1')
|
||||
def setup_build_environment(self, env):
|
||||
|
Loading…
Reference in New Issue
Block a user