Skip to content

Commit

Permalink
Adjust versions in SOURCEINSTALL doc.
Browse files Browse the repository at this point in the history
  • Loading branch information
estewart08 committed Jun 11, 2020
1 parent 58cb63b commit 8850a2e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/SOURCEINSTALL.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Source Install V 11.5-1 (DEV)
# Source Install V 11.6-2 (DEV)

Build and install from sources is possible. However, the source build for AOMP is complex for several reasons.
- Many repos are required. The clone_aomp.sh script ensures you have all repos and the correct branch.
Expand Down Expand Up @@ -99,7 +99,7 @@ Create a /etc/yum.repos.d/rocm.repo file with the following contents:
```

<b>Choose a Build Version (Development or Release)</b>
The development version is the next version to be released. It is possible that the development version is broken due to regressions that often occur during development. If instead, you want to build from the sources of a previous release such as 11.5-0 that is possible as well.
The development version is the next version to be released. It is possible that the development version is broken due to regressions that often occur during development. If instead, you want to build from the sources of a previous release such as 11.6-1 that is possible as well.

<b>For the Development Branch:</b>
```
Expand All @@ -109,7 +109,7 @@ The development version is the next version to be released. It is possible that

<b>For the Release Branch:</b>
```
git checkout rel_11.5-0
git checkout rel_11.6-1
git pull
export AOMP_CHECK_GIT_BRANCH=0 //Tags will be used to checkout various repos. This will ignore the detached head state to avoid build errors.
```
Expand Down

0 comments on commit 8850a2e

Please sign in to comment.