Commit 1ff3f1e9 authored by Carlyle, Adam's avatar Carlyle, Adam
Browse files

Merge branch 'fgc-update-singularity' into 'master'

checkout singularity by release tag; update to v2.6.0

See merge request !26
parents 4a202582 edea58d8
Loading
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -77,8 +77,8 @@ apt-get install -y libarchive-dev
cd /
git clone https://github.com/singularityware/singularity.git
cd singularity
git fetch
git checkout release-2.5
git fetch --all --tags --prune
git checkout tags/2.6.0
./autogen.sh
./configure --prefix=/usr/local
make