Adding rocm-llvm-dev package as req.

Change-Id: I59ffaf952d53e1c27d6e9d0ab5b810a08ff3074f


[ROCm/roctracer commit: b42028fcc0]
This commit is contained in:
Ammar ELWazir
2024-08-28 09:41:27 -05:00
parent f75a24e657
commit f014c03f30
2 changed files with 6 additions and 6 deletions
+2 -2
View File
@@ -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}, rocm-core")
set(CPACK_DEBIAN_DEV_PACKAGE_DEPENDS "${PROJECT_NAME}, hsa-rocr-dev, rocm-llvm-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
@@ -155,7 +155,7 @@ set(CPACK_RPM_DEV_PACKAGE_REQUIRES "${PROJECT_NAME}, rocm-core")
set(CPACK_RPM_DEV_PACKAGE_PROVIDES "${PROJECT_NAME}-dev")
set(CPACK_RPM_DEV_PACKAGE_OBSOLETES "${PROJECT_NAME}-dev")
set(CPACK_RPM_TESTS_PACKAGE_NAME "${PROJECT_NAME}-tests")
set(CPACK_RPM_TESTS_PACKAGE_REQUIRES "${PROJECT_NAME}-devel")
set(CPACK_RPM_TESTS_PACKAGE_REQUIRES "${PROJECT_NAME}-devel, rocm-llvm-devel")
message("CPACK_RPM_PACKAGE_RELEASE: ${CPACK_RPM_PACKAGE_RELEASE}")
# RPM package specific variable for ASAN
set(CPACK_RPM_ASAN_PACKAGE_NAME "${PROJECT_NAME}-asan" )
+4 -4
View File
@@ -55,11 +55,11 @@ To use the rocTX API you need the API header and to link your application with `
`rocTacer` library public API header.
- `roctx.h`
`rocTX` library public API header.
- `src`
Library sources.
- `core`
@@ -100,7 +100,7 @@ To use the rocTX API you need the API header and to link your application with `
````shell
apt install python3 python3-pip gcc g++ libatomic1 make \
cmake doxygen graphviz texlive-full
cmake doxygen graphviz texlive-full rocm-llvm-dev
````
2. For CentOS 8.1 and RHEL 8.1 the following adds the needed packages:
@@ -109,7 +109,7 @@ To use the rocTX API you need the API header and to link your application with `
yum install -y python3 python3-pip gcc gcc-g++ make \
cmake libatomic doxygen graphviz texlive \
texlive-xtab texlive-multirow texlive-sectsty \
texlive-tocloft texlive-tabu texlive-adjustbox
texlive-tocloft texlive-tabu texlive-adjustbox rocm-llvm-devel
````
3. For SLES 15 Service Pack 15 the following adds the needed packages: