Adding requirements to Roctracer

Change-Id: If4e9879fd9c7d8b781b366a5728a9df98648b407


[ROCm/roctracer commit: e2e72c9047]
This commit is contained in:
Ammar ELWazir
2022-05-16 11:58:23 -05:00
rodzic 83de6a4714
commit b2ce76f487
+27
Wyświetl plik
@@ -94,6 +94,33 @@ To use the rocTX API you need the API header and to link your application with `
- ROCm is required
- Packages required:
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
````
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 \
cmake libatomic doxygen graphviz texlive \
texlive-xtab texlive-multirow texlive-sectsty \
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 \
cmake libatomic doxygen graphviz \
texlive-scheme-medium texlive-hanging texlive-stackengine \
texlive-tocloft texlive-etoc texlive-tabu
````
- Python modules requirements: `CppHeaderParser`, `argparse`.
To install: