From bc145b2b3f87da8276e4c2e0665e9830de3d0322 Mon Sep 17 00:00:00 2001 From: Kevin Huck Date: Fri, 22 May 2020 19:40:28 -0700 Subject: TAU: remove ~nls constraint on binutils dependency TAU does not require ~nls. --- var/spack/repos/builtin/packages/tau/package.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'var') diff --git a/var/spack/repos/builtin/packages/tau/package.py b/var/spack/repos/builtin/packages/tau/package.py index 132bcb7e3d..5a4d704c43 100644 --- a/var/spack/repos/builtin/packages/tau/package.py +++ b/var/spack/repos/builtin/packages/tau/package.py @@ -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')) -- cgit v1.2.3-60-g2f50