From 43c4613984f3ab1a625f3fa8bb9ae7319350d9ca Mon Sep 17 00:00:00 2001 From: Pramendra Kumar Date: Thu, 10 Oct 2024 06:43:29 -0400 Subject: [PATCH] Revert "Adding rocm-llvm-dev package as req." This reverts commit f014c03f30b0f68ac799d82a573ea4495459c858. Reason for revert: Change-Id: If5d98341e9ac3e803965064e3f5dc435b9310a0b [ROCm/roctracer commit: f3df78f7461043da968d76ce513bf7082ae62311] --- projects/roctracer/CMakeLists.txt | 2 +- projects/roctracer/README.md | 14 +++++++------- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/projects/roctracer/CMakeLists.txt b/projects/roctracer/CMakeLists.txt index c3e43b2708..32ab0ced18 100644 --- a/projects/roctracer/CMakeLists.txt +++ b/projects/roctracer/CMakeLists.txt @@ -119,7 +119,7 @@ set(CPACK_DEBIAN_FILE_NAME "DEB-DEFAULT") set(CPACK_DEBIAN_RUNTIME_PACKAGE_NAME "${PROJECT_NAME}") set(CPACK_DEBIAN_RUNTIME_PACKAGE_DEPENDS "rocm-core") set(CPACK_DEBIAN_DEV_PACKAGE_NAME "${PROJECT_NAME}-dev") -set(CPACK_DEBIAN_DEV_PACKAGE_DEPENDS "${PROJECT_NAME}, hsa-rocr-dev, rocm-llvm-dev, rocm-core") +set(CPACK_DEBIAN_DEV_PACKAGE_DEPENDS "${PROJECT_NAME}, hsa-rocr-dev, rocm-core") set(CPACK_DEBIAN_TESTS_PACKAGE_NAME "${PROJECT_NAME}-tests") set(CPACK_DEBIAN_TESTS_PACKAGE_DEPENDS "${PROJECT_NAME}-dev") # Debian package specific variable for ASAN diff --git a/projects/roctracer/README.md b/projects/roctracer/README.md index 41afeccd65..8ee36d2364 100644 --- a/projects/roctracer/README.md +++ b/projects/roctracer/README.md @@ -55,11 +55,11 @@ To use the rocTX API you need the API header and to link your application with ` `rocTracer` library public API header. - `roctx.h` - + `rocTX` library public API header. - `src` - + Library sources. - `core` @@ -99,23 +99,23 @@ To use the rocTX API you need the API header and to link your application with ` 1. For Ubuntu 18.04 and Ubuntu 20.04 the following adds the needed packages: ````shell - apt install python3 python3-pip gcc g++ libatomic1 make \ - cmake doxygen graphviz texlive-full rocm-llvm-dev + apt install python3 python3-pip gcc g++ libatomic1 make rocm-llvm-dev \ + cmake doxygen graphviz texlive-full ```` 2. For CentOS 8.1 and RHEL 8.1 the following adds the needed packages: ````shell - yum install -y python3 python3-pip gcc gcc-g++ make \ + yum install -y python3 python3-pip gcc gcc-g++ make rocm-llvm-devel \ cmake libatomic doxygen graphviz texlive \ texlive-xtab texlive-multirow texlive-sectsty \ - texlive-tocloft texlive-tabu texlive-adjustbox rocm-llvm-devel + texlive-tocloft texlive-tabu texlive-adjustbox ```` 3. For SLES 15 Service Pack 15 the following adds the needed packages: ````shell - zypper in python3 python3-pip gcc gcc-g++ make \ + zypper in python3 python3-pip gcc gcc-g++ make rocm-llvm-devel \ cmake libatomic doxygen graphviz \ texlive-scheme-medium texlive-hanging texlive-stackengine \ texlive-tocloft texlive-etoc texlive-tabu