summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSreenivasa Murthy Kolam <67086238+srekolam@users.noreply.github.com>2021-02-09 12:51:05 +0530
committerGitHub <noreply@github.com>2021-02-09 08:21:05 +0100
commitbff4469d8f273d865e0402e274c4393096c4aaa6 (patch)
treef1f6ee025d7e06f4e2f712235c90ab6ff00b014d
parent58f3d0986d742e56725fae92400799eada1847e5 (diff)
downloadspack-bff4469d8f273d865e0402e274c4393096c4aaa6.tar.gz
spack-bff4469d8f273d865e0402e274c4393096c4aaa6.tar.bz2
spack-bff4469d8f273d865e0402e274c4393096c4aaa6.tar.xz
spack-bff4469d8f273d865e0402e274c4393096c4aaa6.zip
replace libelf with elfutils in hip-rocclr (#21421)
-rw-r--r--var/spack/repos/builtin/packages/hip-rocclr/package.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/var/spack/repos/builtin/packages/hip-rocclr/package.py b/var/spack/repos/builtin/packages/hip-rocclr/package.py
index 0106f89e64..1f0fb72fdc 100644
--- a/var/spack/repos/builtin/packages/hip-rocclr/package.py
+++ b/var/spack/repos/builtin/packages/hip-rocclr/package.py
@@ -33,7 +33,7 @@ class HipRocclr(CMakePackage):
depends_on('cmake@3:', type='build')
depends_on('mesa18~llvm@18.3: swr=none', type='link')
- depends_on('libelf', type='link', when="@3.7.0:")
+ depends_on('libelf', type='link', when="@3.7.0:3.8.0")
depends_on('numactl', type='link', when="@3.7.0:")
for ver in ['3.5.0', '3.7.0', '3.8.0', '3.9.0', '3.10.0', '4.0.0']:
depends_on('hsakmt-roct@' + ver, type='build', when='@' + ver)