vbfnlo: add missing build dependencies (#24022)

This commit is contained in:
Valentin Volkl 2021-05-30 19:26:39 +02:00 committed by GitHub
parent d4585f4328
commit 7bdd906580
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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):