Skip to content

Commit 5a7972e

Browse files
authored
Code fix for installation by package manager (#683) (#684)
* Code fix for installation by package manager * RTD build error fixed
1 parent 42c1b91 commit 5a7972e

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
lines changed

.readthedocs.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,3 +11,6 @@ build:
1111
python:
1212
install:
1313
- requirements: docs/sphinx/requirements.txt
14+
15+
sphinx:
16+
configuration: docs/conf.py

docs/install/core-install.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -225,7 +225,7 @@ software stack.
225225
226226
$ sudo apt install rocprofiler-compute
227227
# Include rocprofiler-compute in your system PATH
228-
$ sudo update-alternatives --install /usr/bin/rocprofiler-compute rocprof-compute /opt/rocm/bin/rocprofiler-compute 0
228+
$ sudo update-alternatives --install /usr/bin/rocprof-compute rocprof-compute /opt/rocm/bin/rocprof-compute 0
229229
# Install Python dependencies
230230
$ python3 -m pip install -r /opt/rocm/libexec/rocprofiler-compute/requirements.txt
231231
@@ -235,7 +235,7 @@ software stack.
235235
236236
$ sudo dnf install rocprofiler-compute
237237
# Include rocprofiler-compute in your system PATH
238-
$ sudo update-alternatives --install /usr/bin/rocprofiler-compute rocprof-compute /opt/rocm/bin/rocprofiler-compute 0
238+
$ sudo update-alternatives --install /usr/bin/rocprof-compute rocprof-compute /opt/rocm/bin/rocprof-compute 0
239239
# Install Python dependencies
240240
$ python3 -m pip install -r /opt/rocm/libexec/rocprofiler-compute/requirements.txt
241241
@@ -245,7 +245,7 @@ software stack.
245245
246246
$ sudo zypper install rocprofiler-compute
247247
# Include rocprofiler-compute in your system PATH
248-
$ sudo update-alternatives --install /usr/bin/rocprofiler-compute rocprof-compute /opt/rocm/bin/rocprofiler-compute 0
248+
$ sudo update-alternatives --install /usr/bin/rocprof-compute rocprof-compute /opt/rocm/bin/rocprof-compute 0
249249
# Install Python dependencies
250250
$ python3 -m pip install -r /opt/rocm/libexec/rocprofiler-compute/requirements.txt
251251

0 commit comments

Comments
 (0)