Fix amdrocm-amdsmi7.11 dependency error in amdrocm-test rpm#4033
Merged
Fix amdrocm-amdsmi7.11 dependency error in amdrocm-test rpm#4033
Conversation
nunnikri
approved these changes
Mar 18, 2026
raramakr
approved these changes
Mar 18, 2026
1 task
nunnikri
pushed a commit
that referenced
this pull request
Mar 18, 2026
## Motivation This pull request updates the Linux packaging configuration to ensure that the `amdrocm-amdsmi` package is included as a dependency for several components. This change helps guarantee that the required system management interface is available during installation. Cherrypick of #4033 ## Technical Details Dependency updates: * Added `amdrocm-amdsmi` to both `DEBDepends` and `RPMRequires` lists for the main package, ensuring it is installed alongside `amdrocm-runtime` and `amdrocm-blas-devel` (`build_tools/packaging/linux/package.json`). * Included `amdrocm-amdsmi` as a dependency for profiler-related packages, alongside `amdrocm-runtime`, `amdrocm-sysdeps`, and `amdrocm-profiler-base` (`build_tools/packaging/linux/package.json`). * Added `amdrocm-amdsmi` to the dependency lists for RCCL-related packages, together with `amdrocm-base` and `amdrocm-profiler-base` (`build_tools/packaging/linux/package.json`). ## Test Plan <!-- Explain any relevant testing done to verify this PR. --> ## Test Result <!-- Briefly summarize test outcomes. --> ## Submission Checklist - [ ] Look over the contributing guidelines at https://github.com/ROCm/ROCm/blob/develop/CONTRIBUTING.md#pull-requests. --------- Co-authored-by: Jonathan Luu <jonatluu@amd.com>
radhaksri
added a commit
that referenced
this pull request
Mar 19, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Motivation
Resolve amdrocm-amdsmi7.11 dependency error seen when installing amdrocm-test on rpm
Technical Details
Adding direct dependency to amdrocm-amdsmi package in test packages for rpm
Test Plan
Install rpm test packages "amdrocm-blas-test", "amdrocm-dnn-test", or "amdrocm-rccl-test", and ensure amdrocm-amdsmi7.11 is no logner used
Test Result
passed: https://github.com/ROCm/TheRock/actions/runs/23258835228
Submission Checklist