Skip to content

Commit 0060cf9

Browse files
raramakrraramakr
andauthored
Add amdrocm-rdc dependency to metapackage amdrocm-core-sdk (#3686)
This change adds amdrocm-rdc to both DEBDepends and RPMRequires lists for the amdrocm-core-sdk metapackage. This ensures that the ROCm Data Center (RDC) tool is included as part of the core SDK installation. Co-authored-by: raramakr <raramakr@amd.com>
1 parent aedbf75 commit 0060cf9

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

build_tools/packaging/linux/package.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2466,11 +2466,13 @@
24662466
"DEBDepends": [
24672467
"amdrocm-core-devel",
24682468
"amdrocm-developer-tools",
2469+
"amdrocm-rdc",
24692470
"amdrocm-opencl"
24702471
],
24712472
"RPMRequires": [
24722473
"amdrocm-core-devel",
24732474
"amdrocm-developer-tools",
2475+
"amdrocm-rdc",
24742476
"amdrocm-opencl"
24752477
],
24762478
"Maintainer": "ROCm Dev Support <rocm-dev.support@amd.com>",

0 commit comments

Comments
 (0)