libamd_comgr.so.1 is linked to by libamdhip64.so.3, so it should be a link dep (#19025)
This commit is contained in:
parent
99278d9863
commit
2d9f692d6c
@ -29,7 +29,7 @@ class Hip(CMakePackage):
|
||||
depends_on('hip-rocclr@' + ver, type='build', when='@' + ver)
|
||||
depends_on('hsakmt-roct@' + ver, type='build', when='@' + ver)
|
||||
depends_on('hsa-rocr-dev@' + ver, type='link', when='@' + ver)
|
||||
depends_on('comgr@' + ver, type='build', when='@' + ver)
|
||||
depends_on('comgr@' + ver, when='@' + ver)
|
||||
depends_on('llvm-amdgpu@' + ver, type='build', when='@' + ver)
|
||||
depends_on('rocm-device-libs@' + ver, type='build', when='@' + ver)
|
||||
depends_on('rocminfo@' + ver, type='build', when='@' + ver)
|
||||
|
Loading…
Reference in New Issue
Block a user