packages: Add autotools dependencies to bolt (#12246)

Fixes #12060 (per wspear).

This change is needed for minimal container environments.
This commit is contained in:
Tamara Dahlgren 2019-08-02 12:22:51 -07:00 committed by GitHub
parent 9cf6aece85
commit 574c13837f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -22,6 +22,10 @@ class Bolt(CMakePackage):
version("1.0b1", "df76beb3a7f13ae2dcaf9ab099eea87b")
depends_on('autoconf', type='build')
depends_on('automake', type='build')
depends_on('libtool', type='build')
def cmake_args(self):
options = [
'-DLIBOMP_USE_ITT_NOTIFY=off',