rocprofiler-dev package: needs numactl as link dep for tests (#27839)
This commit is contained in:
parent
e76de4138e
commit
2310da0070
@ -37,6 +37,8 @@ class RocprofilerDev(CMakePackage):
|
||||
depends_on('rocminfo@' + ver, when='@' + ver)
|
||||
depends_on('roctracer-dev-api@' + ver, when='@' + ver)
|
||||
|
||||
depends_on('numactl', type='link', when='@4.3.1')
|
||||
|
||||
# See https://github.com/ROCm-Developer-Tools/rocprofiler/pull/50
|
||||
patch('fix-includes.patch')
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user