Skip to content

Commit

Permalink
Merge pull request #260 from dtrudg/382-docs
Browse files Browse the repository at this point in the history
Markdown doc changes for 3.8.2
  • Loading branch information
dtrudg authored Aug 19, 2021
2 parents 01fdd97 + b40d4c2 commit c8c8ff5
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# SingularityCE Changelog

## Changes since last release
## v3.8.2 [2021-08-19]

### Bug fixes

Expand Down
6 changes: 3 additions & 3 deletions INSTALL.md
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ $ mkdir -p ${GOPATH}/src/github.com/sylabs && \
To build a specific version of SingularityCE, check out a [release tag](https://github.com/sylabs/singularity/tags) before compiling:

```
$ git checkout v3.8.1
$ git checkout v3.8.2
```

## Compiling SingularityCE
Expand Down Expand Up @@ -125,7 +125,7 @@ as shown above. Then download the latest
and use it to install the RPM like this:

```
$ export VERSION=3.8.1 # this is the singularity version, change as you need
$ export VERSION=3.8.2 # this is the singularity version, change as you need
$ wget https://github.com/sylabs/singularity/releases/download/v${VERSION}/singularity-ce-${VERSION}.tar.gz && \
rpmbuild -tb singularity-ce-${VERSION}.tar.gz && \
Expand All @@ -141,7 +141,7 @@ tarball and use it to install Singularity:
$ cd $GOPATH/src/github.com/sylabs/singularity && \
./mconfig && \
make -C builddir rpm && \
sudo rpm -ivh ~/rpmbuild/RPMS/x86_64/singularity-ce-3.8.1*.x86_64.rpm # or whatever version you built
sudo rpm -ivh ~/rpmbuild/RPMS/x86_64/singularity-ce-3.8.2*.x86_64.rpm # or whatever version you built
```

To build an rpm with an alternative install prefix set RPMPREFIX on the
Expand Down

0 comments on commit c8c8ff5

Please sign in to comment.