summaryrefslogtreecommitdiff
path: root/var
diff options
context:
space:
mode:
authorTim Haines <thaines.astro@gmail.com>2021-04-27 07:15:37 -0500
committerGitHub <noreply@github.com>2021-04-27 07:15:37 -0500
commitcad06a15e0682760a70e4eb6cf33aeeecbc4fff8 (patch)
treeffeea42922100355c1c8c2d394e13c4777e979f1 /var
parent42af3c16bf57f3666ac94829556f500519f6f29a (diff)
downloadspack-cad06a15e0682760a70e4eb6cf33aeeecbc4fff8.tar.gz
spack-cad06a15e0682760a70e4eb6cf33aeeecbc4fff8.tar.bz2
spack-cad06a15e0682760a70e4eb6cf33aeeecbc4fff8.tar.xz
spack-cad06a15e0682760a70e4eb6cf33aeeecbc4fff8.zip
Dyninst: add elfutils versioning (#19648)
Diffstat (limited to 'var')
-rw-r--r--var/spack/repos/builtin/packages/dyninst/package.py5
1 files changed, 4 insertions, 1 deletions
diff --git a/var/spack/repos/builtin/packages/dyninst/package.py b/var/spack/repos/builtin/packages/dyninst/package.py
index 215003ebf2..415cff8db1 100644
--- a/var/spack/repos/builtin/packages/dyninst/package.py
+++ b/var/spack/repos/builtin/packages/dyninst/package.py
@@ -47,7 +47,10 @@ class Dyninst(CMakePackage):
# Dyninst uses elfutils starting with 9.3.0, and used libelf
# before that.
- depends_on('elfutils', type='link', when='@9.3.0:')
+ # NB: Parallel DWARF parsing in Dyninst 10.2.0 requires a thread-
+ # safe libdw
+ depends_on('elfutils@0.178:', type='link', when='@10.2.0:')
+ depends_on('elfutils', type='link', when='@9.3.0:10.1.99')
depends_on('libelf', type='link', when='@:9.2.99')
# Dyninst uses libdw from elfutils starting with 10.0, and used