Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Adding rpm as req. #106

Open
wants to merge 1 commit into
base: amd-master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 rocm-llvm-dev \
cmake doxygen graphviz texlive-full
cmake doxygen graphviz texlive-full rpm
````

2. For CentOS 8.1 and RHEL 8.1 the following adds the needed packages:
Expand All @@ -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 rocm-llvm-devel \
cmake libatomic doxygen graphviz texlive \
texlive-xtab texlive-multirow texlive-sectsty \
texlive-tocloft texlive-tabu texlive-adjustbox
texlive-tocloft texlive-tabu texlive-adjustbox rpm
````

3. For SLES 15 Service Pack 15 the following adds the needed packages:
Expand All @@ -118,7 +118,7 @@ To use the rocTX API you need the API header and to link your application with `
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
texlive-tocloft texlive-etoc texlive-tabu rpm
````

- Python modules requirements: `CppHeaderParser`, `argparse`.
Expand Down