summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoreugeneswalker <38933153+eugeneswalker@users.noreply.github.com>2020-03-16 17:47:24 -0700
committerGitHub <noreply@github.com>2020-03-16 17:47:24 -0700
commitc92847a30c945612658a617bf70d33f794736390 (patch)
tree015d8a3c0ec8556e3c2348bf4aa4341a3901ec9b
parente48d24ee4591bd94e8fc3c9091d740440cbb9abd (diff)
downloadspack-c92847a30c945612658a617bf70d33f794736390.tar.gz
spack-c92847a30c945612658a617bf70d33f794736390.tar.bz2
spack-c92847a30c945612658a617bf70d33f794736390.tar.xz
spack-c92847a30c945612658a617bf70d33f794736390.zip
cap binutils version @:2.33.1 due to build failures with 2.34 (#15504)
-rw-r--r--var/spack/repos/builtin/packages/tau/package.py2
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 e6eaa43bf8..f17b8202d2 100644
--- a/var/spack/repos/builtin/packages/tau/package.py
+++ b/var/spack/repos/builtin/packages/tau/package.py
@@ -87,7 +87,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+libiberty+headers~nls', when='+binutils')
+ depends_on('binutils@:2.33.1+libiberty+headers~nls', when='+binutils')
depends_on('python@2.7:', when='+python')
depends_on('libunwind', when='+libunwind')
depends_on('mpi', when='+mpi', type=('build', 'run', 'link'))