Skip to content

Conversation

@raramakr
Copy link
Contributor

@raramakr raramakr commented Dec 4, 2025

This change updates package.json to include the packages required by RFC0009-OS-Packaging-Requirements.

TODO: The removed package details can be saved in a separate JSON file and reused to generate ROCm packages if required.

Copy link
Contributor

@nunnikri nunnikri left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good. Need to take care of the comments.

"rocm-core"
"DEBRecommends": [
"python3-argcomplete",
"amdrocm-sysdeps"
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Since libdrm requirement is there for amd-smi, shouldnt sysdeps a requires rather than recommends?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

ROCm amdsmi package doesn't have any dependency to libdrm. Only recommends shows the same.
Can we add libdrm as a dependency?

"libc6"
],
"RPMRequires": [
"libgcc",
"libstdc++",
"python3",
"glibc"
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Need to add amdrocm-runtime and python3 as dependency.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Added amdrocm-runtime and amdrocm-sysdeps ,
Python doesn't seems to a dependeny for rocm-fft

"libc6",
"amd-llvm"
"amdrocm-runtime",
"amdrocm-profiler-base"
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

rocsolver can be added as recommneds

},

{
"Package": "rocm-miopen-devel",
"Package": "amdrocm-hipblas-common-devel",
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

hipblas-common should be part of amdrocm-blas

},

{
"Package": "rocm-sysdeps",
"Package": "amdrocm-rccl",
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We might have to move this to rocm-base based on BU feedback

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Ack

@raramakr raramakr requested review from ScottTodd and marbre December 9, 2025 23:31
@raramakr raramakr changed the title Align package.json with RFC0008 packaging spec Align package.json with RFC0009 packaging spec Dec 9, 2025
raramakr added 3 commits December 9, 2025 15:32
This change updates package.json to include the packages required by
RFC0008-OS-Packaging-Requirements.

TODO: The removed package details can be saved in a separate JSON file
and reused to generate ROCm packages if required.
All package name starts with amdrocm
Updated the dependencies
…age.json

Updated package dependencies as well
@raramakr raramakr force-pushed the users/raramakr/packaging branch from a05704b to e408691 Compare December 9, 2025 23:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

Status: TODO

Development

Successfully merging this pull request may close these issues.

3 participants