replace libelf with elfutils in hip-rocclr (#21421)

This commit is contained in:
Sreenivasa Murthy Kolam 2021-02-09 12:51:05 +05:30 committed by GitHub
parent 58f3d0986d
commit bff4469d8f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -33,7 +33,7 @@ def url_for_version(self, version):
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)