From c92847a30c945612658a617bf70d33f794736390 Mon Sep 17 00:00:00 2001 From: eugeneswalker <38933153+eugeneswalker@users.noreply.github.com> Date: Mon, 16 Mar 2020 17:47:24 -0700 Subject: cap binutils version @:2.33.1 due to build failures with 2.34 (#15504) --- 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 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')) -- cgit v1.2.3-70-g09d2