From 64c8a447904b8b04d8275792bf2b5eada62745fd Mon Sep 17 00:00:00 2001 From: spolifroni-amd Date: Mon, 8 Sep 2025 15:27:18 -0400 Subject: [PATCH] updated wording around supported linux environments (#642) * updated wording around supported linux environments * Update docs/install/rocDecode-prerequisites.rst Co-authored-by: Leo Paoletti <164940351+lpaoletti@users.noreply.github.com> * Update docs/install/rocDecode-prerequisites.rst Co-authored-by: Leo Paoletti <164940351+lpaoletti@users.noreply.github.com> * SLES 15-SP5 isn't supported; removed * updated SLES to SP6/7 --------- Co-authored-by: Rajy Rawther Co-authored-by: Leo Paoletti <164940351+lpaoletti@users.noreply.github.com> [ROCm/rocdecode commit: 2e38f502ab5414d5a800977db560283a5ed613c7] --- projects/rocdecode/README.md | 2 +- .../docs/install/rocDecode-prerequisites.rst | 11 +++++++---- 2 files changed, 8 insertions(+), 5 deletions(-) diff --git a/projects/rocdecode/README.md b/projects/rocdecode/README.md index d7ec74abec..ddb3b3e381 100644 --- a/projects/rocdecode/README.md +++ b/projects/rocdecode/README.md @@ -233,7 +233,7 @@ You can find rocDecode Docker containers in our * Linux * Ubuntu - `22.04` / `24.04` * RHEL - `8` / `9` - * SLES - `15 SP5` + * SLES - `15 SP6` / `15 SP7` * ROCm: `7.0.0` * libva-amdgpu-dev - `2.16.0` * mesa-amdgpu-va-drivers - `1:24.3.0` diff --git a/projects/rocdecode/docs/install/rocDecode-prerequisites.rst b/projects/rocdecode/docs/install/rocDecode-prerequisites.rst index 0ee8071b34..7fcbf63486 100644 --- a/projects/rocdecode/docs/install/rocDecode-prerequisites.rst +++ b/projects/rocdecode/docs/install/rocDecode-prerequisites.rst @@ -14,11 +14,13 @@ ROCm must be installed using the AMDGPU installer with the ``rocm`` usecase: sudo amdgpu-install --usecase=rocm -rocDecode can be installed on the following Linux environments: +rocDecode has been tested on the following Linux environments: -* Ubuntu 22.04, 24.04 -* RHEL 8 or 9 -* SLES: 15-SP5 +* Ubuntu 22.04 and 24.04 +* RHEL 8 and 9 +* SLES 15 SP6 and SP7 + +See `Supported operating systems `_ for the complete list of ROCm supported Linux environments. The following prerequisites are installed by the package installer. If you are building and installing using the source code, use the `rocDecode-setup.py `_ to install these prerequisites. @@ -35,3 +37,4 @@ The following prerequisites are installed by the package installer. If you are b * pkg-config * FFmpeg runtime and headers * libstdc++-12-dev for installations on Ubuntu 22.04 +