Skip to content

Commit

Permalink
changed libnuma1 dependency to numactl (#131)
Browse files Browse the repository at this point in the history
  • Loading branch information
akolliasAMD authored Oct 18, 2024
1 parent 600cf13 commit f6cc992
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ set(LIBRARY_NAME TransferBench)

rocm_install(TARGETS TransferBench COMPONENT devel)

rocm_package_add_dependencies(DEPENDS libnuma1 hsa-rocr)
rocm_package_add_dependencies(DEPENDS numactl hsa-rocr)

rocm_create_package(
NAME ${LIBRARY_NAME}
Expand Down

0 comments on commit f6cc992

Please sign in to comment.