diff options
author | eugeneswalker <38933153+eugeneswalker@users.noreply.github.com> | 2022-02-23 13:28:57 -0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-02-23 16:28:57 -0500 |
commit | b1f223d22473f951181c4e88f59b8637db168c3e (patch) | |
tree | c6c30c1c0bab44f20989cdf2dbb1b084b1ad07f5 /var | |
parent | 9fef13ce95701449e467d1de5c5b1254f4cdfabc (diff) | |
download | spack-b1f223d22473f951181c4e88f59b8637db168c3e.tar.gz spack-b1f223d22473f951181c4e88f59b8637db168c3e.tar.bz2 spack-b1f223d22473f951181c4e88f59b8637db168c3e.tar.xz spack-b1f223d22473f951181c4e88f59b8637db168c3e.zip |
tau: unpin binutils version (#29161)
Diffstat (limited to 'var')
-rw-r--r-- | var/spack/repos/builtin/packages/tau/package.py | 2 |
1 files changed, 1 insertions, 1 deletions
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') |