From 303e506f2ba232e72ec3254a2e1eed8d8ee8c2bc Mon Sep 17 00:00:00 2001 From: wspear Date: Tue, 27 Apr 2021 10:36:17 -0700 Subject: Add +plugins to binutils dependency (#23272) Tau will build but instrumented applications will fail to link with tau if it is built with a binutils that does not include the plugins variant. --- var/spack/repos/builtin/packages/tau/package.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/var/spack/repos/builtin/packages/tau/package.py b/var/spack/repos/builtin/packages/tau/package.py index f3356c8bb5..75889c9d51 100644 --- a/var/spack/repos/builtin/packages/tau/package.py +++ b/var/spack/repos/builtin/packages/tau/package.py @@ -95,7 +95,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', when='+binutils') + depends_on('binutils@:2.33.1+libiberty+headers+plugins', 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