Commit e7ebb12c authored by AdamSimpson's avatar AdamSimpson
Browse files

Use 2.4 release branch in hopes that the .wh fixes are back ported.

parent 44258c97
Loading
Loading
Loading
Loading
+4 −4
Original line number Diff line number Diff line
@@ -74,10 +74,10 @@ EOF

# Install Singularity
cd /
export VERSION=2.4.2
wget -q https://github.com/singularityware/singularity/releases/download/${VERSION}/singularity-${VERSION}.tar.gz
tar xvf singularity-${VERSION}.tar.gz
cd singularity-${VERSION}
git clone https://github.com/singularityware/singularity.git
cd singularity
git fetch
git checkout release-2.4
./configure --prefix=/usr/local
make
make install