summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoreugeneswalker <38933153+eugeneswalker@users.noreply.github.com>2021-05-10 15:26:36 -0700
committerGitHub <noreply@github.com>2021-05-10 22:26:36 +0000
commitea2cba7b40539d130c2f078f5841661fd64721c7 (patch)
treeb599c7deffdc1a35d5e133121b78b15a7634558d
parent3d2b1277e973b7267c9200631e24a6df38ff9b4b (diff)
downloadspack-ea2cba7b40539d130c2f078f5841661fd64721c7.tar.gz
spack-ea2cba7b40539d130c2f078f5841661fd64721c7.tar.bz2
spack-ea2cba7b40539d130c2f078f5841661fd64721c7.tar.xz
spack-ea2cba7b40539d130c2f078f5841661fd64721c7.zip
tau: revert depends_on generic elf provider (#23548)
-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 e86a0bf0e7..99fd0e6fd8 100644
--- a/var/spack/repos/builtin/packages/tau/package.py
+++ b/var/spack/repos/builtin/packages/tau/package.py
@@ -93,7 +93,7 @@ class Tau(Package):
depends_on('likwid', when='+likwid')
depends_on('papi', when='+papi')
depends_on('libdwarf', when='+libdwarf')
- depends_on('elf', when='+libdwarf')
+ depends_on('libelf', when='+libdwarf')
# TAU requires the ELF header support, libiberty and demangle.
depends_on('binutils@:2.33.1+libiberty+headers+plugins', when='+binutils')
depends_on('python@2.7:', when='+python')