CPack support for ROCm 5.4 (#227)
- add ROCm 5.4 to CPack variants
[ROCm/rocprofiler-systems commit: 1f35d58f47]
This commit is contained in:
committed by
GitHub
parent
c4fabd4912
commit
2c3a240ed6
@@ -166,7 +166,7 @@ do
|
||||
4.1* | 4.0*)
|
||||
ROCM_REPO_DIST="xenial"
|
||||
;;
|
||||
5.3*)
|
||||
5.3* | 5.4*)
|
||||
case "${VERSION}" in
|
||||
22.04)
|
||||
ROCM_REPO_DIST="jammy"
|
||||
@@ -239,6 +239,9 @@ do
|
||||
;;
|
||||
esac
|
||||
case "${ROCM_VERSION}" in
|
||||
5.4 | 5.4.*)
|
||||
ROCM_RPM=${ROCM_VERSION}/sle/${VERSION}/amdgpu-install-${ROCM_MAJOR}.${ROCM_MINOR}.${ROCM_VERSN}-1.noarch.rpm
|
||||
;;
|
||||
5.3 | 5.3.*)
|
||||
ROCM_RPM=${ROCM_VERSION}/sle/${VERSION}/amdgpu-install-${ROCM_MAJOR}.${ROCM_MINOR}.${ROCM_VERSN}-1.noarch.rpm
|
||||
;;
|
||||
|
||||
Reference in New Issue
Block a user