From b1f223d22473f951181c4e88f59b8637db168c3e Mon Sep 17 00:00:00 2001 From: eugeneswalker <38933153+eugeneswalker@users.noreply.github.com> Date: Wed, 23 Feb 2022 13:28:57 -0800 Subject: tau: unpin binutils version (#29161) --- 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 303b6074eb..9b2c2b6ee0 100644 --- a/var/spack/repos/builtin/packages/tau/package.py +++ b/var/spack/repos/builtin/packages/tau/package.py @@ -103,7 +103,7 @@ class Tau(Package): depends_on('libdwarf', when='+libdwarf') depends_on('elf', when='+elf') # TAU requires the ELF header support, libiberty and demangle. - depends_on('binutils@:2.33.1+libiberty+headers+plugins', when='+binutils') + depends_on('binutils+libiberty+headers+plugins', when='+binutils') # Build errors with Python 3.9 depends_on('python@2.7:3.8', when='+python') depends_on('libunwind', when='+libunwind') -- cgit v1.2.3-70-g09d2