depend on elf provider in place of specifically libelf (#23524)
This commit is contained in:
parent
e219d89d33
commit
a5422f8015
@ -93,7 +93,7 @@ class Tau(Package):
|
|||||||
depends_on('likwid', when='+likwid')
|
depends_on('likwid', when='+likwid')
|
||||||
depends_on('papi', when='+papi')
|
depends_on('papi', when='+papi')
|
||||||
depends_on('libdwarf', when='+libdwarf')
|
depends_on('libdwarf', when='+libdwarf')
|
||||||
depends_on('libelf', when='+libdwarf')
|
depends_on('elf', when='+libdwarf')
|
||||||
# TAU requires the ELF header support, libiberty and demangle.
|
# TAU requires the ELF header support, libiberty and demangle.
|
||||||
depends_on('binutils@:2.33.1+libiberty+headers+plugins', when='+binutils')
|
depends_on('binutils@:2.33.1+libiberty+headers+plugins', when='+binutils')
|
||||||
depends_on('python@2.7:', when='+python')
|
depends_on('python@2.7:', when='+python')
|
||||||
|
Loading…
Reference in New Issue
Block a user