Fix native Linux package install instructions for multi-arch#67
Draft
JeniferC99 wants to merge 1 commit into
Draft
Fix native Linux package install instructions for multi-arch#67JeniferC99 wants to merge 1 commit into
JeniferC99 wants to merge 1 commit into
Conversation
Point the native package repository base, apt source line, and rpm baseurl at packages-multi-arch/ (the per-distro repos only exist there), and correct the install command package name from the non-existent amdrocm-gfx94x to the actual amdrocm7.14-gfx942 metapackage. Co-authored-by: Cursor <cursoragent@cursor.com>
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.
The native Linux package section pointed at
packages/and installed a non-existentamdrocm-gfx94xpackage. The per-distro repos (debian12,ubuntu2404,rhel10,sles15, …) only exist underpackages-multi-arch/, and the actual per-GPU metapackage isamdrocm7.14-gfx942. This updates the repo base URL, the apt source line, and the rpmbaseurl, and fixes both install commands. Verified end-to-end by installing 7.14.0rc0 packages in Ubuntu 24.04, RHEL 10 (AlmaLinux), and SLES 15 containers. The GPG key URL is intentionally left onpackages/gpg/rocm.gpgbecause the key currently 403s underpackages-multi-arch/gpg/— flagging that separately for infra to mirror so the paths can be made fully consistent.Made with Cursor