replace libelf with elfutils in hip-rocclr (#21421)
This commit is contained in:
parent
58f3d0986d
commit
bff4469d8f
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user