Skip to content

Commit

Permalink
Merge pull request #5039 from dctrud/install-353
Browse files Browse the repository at this point in the history
Update Go and Singularity versions in INSTALL.md
  • Loading branch information
dtrudg authored Feb 14, 2020
2 parents a3e6add + d24f88c commit f526ac8
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions INSTALL.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ _**NOTE:** if you are updating Go from a older version, make sure you remove `/u
reinstalling it._

```
$ export VERSION=1.13.3 OS=linux ARCH=amd64 # change this as you need
$ export VERSION=1.13.7 OS=linux ARCH=amd64 # change this as you need
$ wget -O /tmp/go${VERSION}.${OS}-${ARCH}.tar.gz https://dl.google.com/go/go${VERSION}.${OS}-${ARCH}.tar.gz && \
sudo tar -C /usr/local -xzf /tmp/go${VERSION}.${OS}-${ARCH}.tar.gz
Expand Down Expand Up @@ -89,7 +89,7 @@ $ mkdir -p ${GOPATH}/src/github.com/sylabs && \
To build a stable version of Singularity, check out a [release tag](https://github.com/sylabs/singularity/tags) before compiling:

```
$ git checkout v3.5.1
$ git checkout v3.5.3
```

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

```
$ export VERSION=3.4.2 # this is the singularity version, change as you need
$ export VERSION=3.5.3 # this is the singularity version, change as you need
$ wget https://github.com/sylabs/singularity/releases/download/v${VERSION}/singularity-${VERSION}.tar.gz && \
rpmbuild -tb singularity-${VERSION}.tar.gz && \
Expand All @@ -148,7 +148,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-3.0.3-687.gf3da9de.el7.x86_64.rpm # or whatever version you built
sudo rpm -ivh ~/rpmbuild/RPMS/x86_64/singularity-3.5.3*.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 f526ac8

Please sign in to comment.