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