-
Notifications
You must be signed in to change notification settings - Fork 14
[ROCR-Runtime] Search for libnuma with find_package before find_library #282
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Labels
patch
Used to track patches
Comments
This patch landed upstream on amd-staging branch: ROCm/ROCR-Runtime@c36ccaa |
Looks like it's also in amd-mainline as well. |
Closed with the submodule bump #317. |
Re-opening as the patch is not yet in amd-mainline even though is has landed to amd-staging. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Summary
To avoid a false dependence on a system library when not desired,
find_package()
is used beforefind_library()
.Link to patch
https://github.com/ROCm/TheRock/blob/main/patches/amd-mainline/ROCR-Runtime/0001-Search-for-libnuma-with-find_package-before-find_lib.patch
Permalink to patch
https://github.com/ROCm/TheRock/blob/6e1bd9b82a581487712f95ef86c0ba27c77faec9/patches/amd-mainline/ROCR-Runtime/0001-Search-for-libnuma-with-find_package-before-find_lib.patch
The text was updated successfully, but these errors were encountered: