File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 11# SingularityCE Changelog
22
3- ## Changes since last release
3+ ## v3.8.2 [ 2021-08-19 ]
44
55### Bug fixes
66
Original file line number Diff line number Diff line change @@ -82,7 +82,7 @@ $ mkdir -p ${GOPATH}/src/github.com/sylabs && \
8282To build a specific version of SingularityCE, check out a [ release tag] ( https://github.com/sylabs/singularity/tags ) before compiling:
8383
8484```
85- $ git checkout v3.8.1
85+ $ git checkout v3.8.2
8686```
8787
8888## Compiling SingularityCE
@@ -125,7 +125,7 @@ as shown above. Then download the latest
125125and use it to install the RPM like this:
126126
127127```
128- $ export VERSION=3.8.1 # this is the singularity version, change as you need
128+ $ export VERSION=3.8.2 # this is the singularity version, change as you need
129129
130130$ wget https://github.com/sylabs/singularity/releases/download/v${VERSION}/singularity-ce-${VERSION}.tar.gz && \
131131 rpmbuild -tb singularity-ce-${VERSION}.tar.gz && \
@@ -141,7 +141,7 @@ tarball and use it to install Singularity:
141141$ cd $GOPATH/src/github.com/sylabs/singularity && \
142142 ./mconfig && \
143143 make -C builddir rpm && \
144- sudo rpm -ivh ~/rpmbuild/RPMS/x86_64/singularity-ce-3.8.1 *.x86_64.rpm # or whatever version you built
144+ sudo rpm -ivh ~/rpmbuild/RPMS/x86_64/singularity-ce-3.8.2 *.x86_64.rpm # or whatever version you built
145145```
146146
147147To build an rpm with an alternative install prefix set RPMPREFIX on the
You can’t perform that action at this time.
0 commit comments