Revert "Adding rocm-llvm-dev package as req."
This reverts commit b42028fcc0.
Reason for revert: <Imapcting driver install to QA due to timeout>
Change-Id: If5d98341e9ac3e803965064e3f5dc435b9310a0b
This commit is contained in:
+1
-1
@@ -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
|
||||
|
||||
+7
-7
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user