packages: Add autotools dependencies to bolt (#12246)
Fixes #12060 (per wspear). This change is needed for minimal container environments.
This commit is contained in:
parent
9cf6aece85
commit
574c13837f
@ -22,6 +22,10 @@ class Bolt(CMakePackage):
|
|||||||
|
|
||||||
version("1.0b1", "df76beb3a7f13ae2dcaf9ab099eea87b")
|
version("1.0b1", "df76beb3a7f13ae2dcaf9ab099eea87b")
|
||||||
|
|
||||||
|
depends_on('autoconf', type='build')
|
||||||
|
depends_on('automake', type='build')
|
||||||
|
depends_on('libtool', type='build')
|
||||||
|
|
||||||
def cmake_args(self):
|
def cmake_args(self):
|
||||||
options = [
|
options = [
|
||||||
'-DLIBOMP_USE_ITT_NOTIFY=off',
|
'-DLIBOMP_USE_ITT_NOTIFY=off',
|
||||||
|
Loading…
Reference in New Issue
Block a user