TAU: remove ~nls constraint on binutils dependency
TAU does not require ~nls.
This commit is contained in:
parent
5108fe314b
commit
bc145b2b3f
1 changed files with 1 additions and 1 deletions
|
@ -89,7 +89,7 @@ class Tau(Package):
|
|||
depends_on('libdwarf', when='+libdwarf')
|
||||
depends_on('libelf', when='+libdwarf')
|
||||
# TAU requires the ELF header support, libiberty and demangle.
|
||||
depends_on('binutils@:2.33.1+libiberty+headers~nls', when='+binutils')
|
||||
depends_on('binutils@:2.33.1+libiberty+headers', when='+binutils')
|
||||
depends_on('python@2.7:', when='+python')
|
||||
depends_on('libunwind', when='+libunwind')
|
||||
depends_on('mpi', when='+mpi', type=('build', 'run', 'link'))
|
||||
|
|
Loading…
Reference in a new issue