From d24f88c82ffe9854c594c346b8bbd81994bdc9dd Mon Sep 17 00:00:00 2001 From: David Trudgian Date: Wed, 12 Feb 2020 09:00:00 -0600 Subject: [PATCH] Update Go and Singularity versions in INSTALL.md --- INSTALL.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/INSTALL.md b/INSTALL.md index 39205ec27e..eea1836dec 100644 --- a/INSTALL.md +++ b/INSTALL.md @@ -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 @@ -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 @@ -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 && \ @@ -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